Uses of Class
com.dynamicpdf.api.Color
Packages that use Color
-
Uses of Color in com.dynamicpdf.api
Subclasses of Color in com.dynamicpdf.apiModifier and TypeClassDescriptionclass
class
Represents a grayscale color.class
Represents an RGB color.class
Represents an RGB color created using the web hexadecimal convention.Methods in com.dynamicpdf.api that return ColorMethods in com.dynamicpdf.api with parameters of type Color -
Uses of Color in com.dynamicpdf.api.elements
Methods in com.dynamicpdf.api.elements that return ColorModifier and TypeMethodDescriptionRectangleElement.getBorderColor()
Gets theColor
object to use for the border of the rectangle.BarcodeElement.getColor()
Gets the Color of the barcode.LineElement.getColor()
Gets theColor
object to use for the line.PageNumberingElement.getColor()
Gets theColor
object to use for the text of the labelTextElement.getColor()
Gets theColor
object to use for the text of the text element.RectangleElement.getFillColor()
Gets theColor
object to use for the fill of the rectangle.TextBarcodeElement.getTextColor()
Gets the color of the text.Methods in com.dynamicpdf.api.elements with parameters of type ColorModifier and TypeMethodDescriptionvoid
RectangleElement.setBorderColor(Color value)
Sets theColor
object to use for the border of the rectangle.void
Sets the Color of the barcode.void
Sets theColor
object to use for the line.void
Sets theColor
object to use for the text of the labelvoid
Sets theColor
object to use for the text of the text element.void
RectangleElement.setFillColor(Color value)
Sets theColor
object to use for the fill of the rectangle.void
TextBarcodeElement.setTextColor(Color value)
Sets the color of the text.