Uses of Class
com.storedobject.pdf.PDFColor
Packages that use PDFColor
- 
Uses of PDFColor in com.storedobject.pdfFields in com.storedobject.pdf declared as PDFColorModifier and TypeFieldDescriptionstatic PDFColorPDFColor.BLACKstatic PDFColorPDFColor.BLUEstatic PDFColorPDFColor.CYANstatic PDFColorPDFColor.DARK_GRAYstatic PDFColorPDFColor.GRAYstatic PDFColorPDFColor.GREENstatic PDFColorPDFColor.LIGHT_GRAYstatic PDFColorPDFColor.MAGENTAstatic PDFColorPDFColor.ORANGEstatic PDFColorPDFColor.PINKstatic PDFColorPDFColor.REDstatic PDFColorPDFColor.WHITEstatic PDFColorPDFColor.YELLOWMethods in com.storedobject.pdf that return PDFColorModifier and TypeMethodDescriptionPDFColor.brighter()Create a bright color from this instance.PDFColor.darker()Create a darker color from this instance.PDFRectangle.getBackgroundColor()Get the background color.PDFRectangle.getBorderColor()Get the border color.PDFRectangle.getBorderColorBottom()Get the color for the bottom border.PDFRectangle.getBorderColorLeft()Get the color for the left border.PDFRectangle.getBorderColorRight()Get the color for the right border.PDFRectangle.getBorderColorTop()Get the color for the top border.PDFFont.getColor()Get the color.Methods in com.storedobject.pdf with parameters of type PDFColorModifier and TypeMethodDescriptionAppends a color to this text.Appends text from the objectPDF.createText(String text, int pointSize, PDFColor color) Create text Chunk.PDF.createTitleText(String title, int pointSize, PDFColor color) Create title Phrase.PDFChunk.setBackground(PDFColor color) Set the background colorvoidPDFChunk.setBackground(PDFColor color, float extraLeft, float extraBottom, float extraRight, float extraTop) Set the background colorvoidPDFRectangle.setBackgroundColor(PDFColor color) Set the background color.voidPDFRectangle.setBorderColor(PDFColor color) Set the border color.voidPDFRectangle.setBorderColorBottom(PDFColor color) Set the color for the bottom border.voidPDFRectangle.setBorderColorLeft(PDFColor color) Set the color for the left border.voidPDFRectangle.setBorderColorRight(PDFColor color) Set the color for the right border.voidPDFRectangle.setBorderColorTop(PDFColor color) Set the color for the top border.voidSet the color.voidPDF.showText(String text, int x, int y, int alignment, float rotation, PDFFont font, float fontSize, PDFColor color, float opacity) Show text at some specified position.Constructors in com.storedobject.pdf with parameters of type PDFColor