Uses of Class
com.helger.pdflayout.base.PLColor
Packages that use PLColor
Package
Description
-
Uses of PLColor in com.helger.pdflayout.base
Fields in com.helger.pdflayout.base declared as PLColorModifier and TypeFieldDescriptionstatic final PLColorPLColor.BLACKThe color black.static final PLColorPLColor.BLUEThe color blue.static final PLColorPLColor.CYANThe color cyan.static final PLColorPLColor.DARK_GRAYThe color dark gray.static final PLColorIPLHasFillColor.DEFAULT_FILL_COLORBy default nothing is filled, so the default value isnull.static final PLColorPLColor.GRAYThe color gray.static final PLColorPLColor.GREENThe color green.static final PLColorPLColor.LIGHT_GRAYThe color light gray.static final PLColorPLColor.MAGENTAThe color magenta.static final PLColorPLColor.ORANGEThe color orange.static final PLColorPLColor.PINKThe color pink.static final PLColorPLColor.REDThe color red.static final PLColorPLColor.WHITEThe color white.static final PLColorPLColor.YELLOWThe color yellow.Methods in com.helger.pdflayout.base that return PLColorModifier and TypeMethodDescriptionfinal PLColorAbstractPLElement.getFillColor()IPLHasFillColor.getFillColor()final PLColorPLPageSet.getFillColor()static PLColorPLColor.gray(int nPart) Methods in com.helger.pdflayout.base with parameters of type PLColorModifier and TypeMethodDescriptiondefault IMPLTYPESet all border values (left, top, right, bottom) to the same value.final IMPLTYPEAbstractPLElement.setFillColor(PLColor aFillColor) IPLHasFillColor.setFillColor(PLColor aFillColor) Set the element fill color.final PLPageSetPLPageSet.setFillColor(PLColor aFillColor) -
Uses of PLColor in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return PLColorModifier and TypeMethodDescriptionPLColorMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.pdflayout.config.xml with parameters of type PLColorModifier and TypeMethodDescriptioncom.helger.xml.microdom.IMicroElementPLColorMicroTypeConverter.convertToMicroElement(PLColor aObject, String sNamespaceURI, String sTagName) -
Uses of PLColor in com.helger.pdflayout.debug
Fields in com.helger.pdflayout.debug declared as PLColorModifier and TypeFieldDescriptionstatic final PLColorPLDebugRender.DEFAULT_COLOR_OUTLINE_BLOCK_ELEMENTstatic final PLColorPLDebugRender.DEFAULT_COLOR_OUTLINE_INLINE_ELEMENTstatic final PLColorPLDebugRender.DEFAULT_COLOR_OUTLINE_PAGESETMethods in com.helger.pdflayout.debug that return PLColorModifier and TypeMethodDescriptionPLDebugRender.IDebugColorProvider.getDebugColor(Object aObject) static PLColorPLDebugRender.getDebugOutlineColor(Object aObject) -
Uses of PLColor in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table with parameters of type PLColor -
Uses of PLColor in com.helger.pdflayout.pdfbox
Methods in com.helger.pdflayout.pdfbox that return PLColorModifier and TypeMethodDescriptionPDPageContentStreamWithCache.getLastUsedNonStrokingColor()PDPageContentStreamWithCache.getLastUsedStrokingColor()Methods in com.helger.pdflayout.pdfbox with parameters of type PLColorModifier and TypeMethodDescriptionvoidPDPageContentStreamExt.setNonStrokingColor(PLColor aColor) Set the non-stroking color using an AWT color.voidPDPageContentStreamWithCache.setNonStrokingColor(PLColor aColor) voidPDPageContentStreamExt.setStrokingColor(PLColor aColor) Set the stroking color using an AWT color.voidPDPageContentStreamWithCache.setStrokingColor(PLColor aColor) -
Uses of PLColor in com.helger.pdflayout.spec
Fields in com.helger.pdflayout.spec declared as PLColorModifier and TypeFieldDescriptionstatic final PLColorBorderStyleSpec.DEFAULT_COLORThe default border color: blackstatic final PLColorFontSpec.DEFAULT_COLORThe default font color: blackMethods in com.helger.pdflayout.spec that return PLColorModifier and TypeMethodDescriptionfinal PLColorBorderStyleSpec.getColor()final PLColorFontSpec.getColor()Methods in com.helger.pdflayout.spec with parameters of type PLColorModifier and TypeMethodDescriptionBorderStyleSpec.getCloneWithColor(PLColor aNewColor) FontSpec.getCloneWithDifferentColor(PLColor aNewColor) Return a clone of this object but with a different color.Constructors in com.helger.pdflayout.spec with parameters of type PLColorModifierConstructorDescriptionBorderStyleSpec(PLColor aColor) BorderStyleSpec(PLColor aColor, float fLineWidth) BorderStyleSpec(PLColor aColor, LineDashPatternSpec aLineDashPattern) BorderStyleSpec(PLColor aColor, LineDashPatternSpec aLineDashPattern, float fLineWidth) FontSpec(PreloadFont aPreloadFont, float fFontSize, PLColor aColor) Constructor with aPreloadFont, a font size and a custom color.