Uses of Class
com.storedobject.pdf.PDFColor
Packages that use PDFColor
-
Uses of PDFColor in com.storedobject.pdf
Fields in com.storedobject.pdf declared as PDFColorModifier and TypeFieldDescriptionstatic PDFColor
PDFColor.BLACK
static PDFColor
PDFColor.BLUE
static PDFColor
PDFColor.CYAN
static PDFColor
PDFColor.DARK_GRAY
static PDFColor
PDFColor.GRAY
static PDFColor
PDFColor.GREEN
static PDFColor
PDFColor.LIGHT_GRAY
static PDFColor
PDFColor.MAGENTA
static PDFColor
PDFColor.ORANGE
static PDFColor
PDFColor.PINK
static PDFColor
PDFColor.RED
static PDFColor
PDFColor.WHITE
static PDFColor
PDFColor.YELLOW
Methods 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 colorvoid
PDFChunk.setBackground
(PDFColor color, float extraLeft, float extraBottom, float extraRight, float extraTop) Set the background colorvoid
PDFRectangle.setBackgroundColor
(PDFColor color) Set the background color.void
PDFRectangle.setBorderColor
(PDFColor color) Set the border color.void
PDFRectangle.setBorderColorBottom
(PDFColor color) Set the color for the bottom border.void
PDFRectangle.setBorderColorLeft
(PDFColor color) Set the color for the left border.void
PDFRectangle.setBorderColorRight
(PDFColor color) Set the color for the right border.void
PDFRectangle.setBorderColorTop
(PDFColor color) Set the color for the top border.void
Set the color.void
PDF.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