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 TypeClassDescriptionclassclassRepresents a grayscale color.classRepresents an RGB color.classRepresents 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 theColorobject to use for the border of the rectangle.BarcodeElement.getColor()Gets the Color of the barcode.LineElement.getColor()Gets theColorobject to use for the line.PageNumberingElement.getColor()Gets theColorobject to use for the text of the labelTextElement.getColor()Gets theColorobject to use for the text of the text element.RectangleElement.getFillColor()Gets theColorobject 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 TypeMethodDescriptionvoidRectangleElement.setBorderColor(Color value)Sets theColorobject to use for the border of the rectangle.voidSets the Color of the barcode.voidSets theColorobject to use for the line.voidSets theColorobject to use for the text of the labelvoidSets theColorobject to use for the text of the text element.voidRectangleElement.setFillColor(Color value)Sets theColorobject to use for the fill of the rectangle.voidTextBarcodeElement.setTextColor(Color value)Sets the color of the text.