Uses of Class
com.helger.pdflayout.spec.LineDashPatternSpec
-
Packages that use LineDashPatternSpec Package Description com.helger.pdflayout.config.xml com.helger.pdflayout.pdfbox com.helger.pdflayout.spec -
-
Uses of LineDashPatternSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return LineDashPatternSpec Modifier and Type Method Description LineDashPatternSpecLineDashPatternSpecMicroTypeConverter. convertToNative(com.helger.xml.microdom.IMicroElement aElement)Methods in com.helger.pdflayout.config.xml with parameters of type LineDashPatternSpec Modifier and Type Method Description com.helger.xml.microdom.IMicroElementLineDashPatternSpecMicroTypeConverter. convertToMicroElement(LineDashPatternSpec aValue, String sNamespaceURI, String sTagName) -
Uses of LineDashPatternSpec in com.helger.pdflayout.pdfbox
Methods in com.helger.pdflayout.pdfbox that return LineDashPatternSpec Modifier and Type Method Description LineDashPatternSpecPDPageContentStreamWithCache. getLastUsedLineDashPattern()Methods in com.helger.pdflayout.pdfbox with parameters of type LineDashPatternSpec Modifier and Type Method Description voidPDPageContentStreamWithCache. setLineDashPattern(LineDashPatternSpec aLineDashPattern) -
Uses of LineDashPatternSpec in com.helger.pdflayout.spec
Fields in com.helger.pdflayout.spec declared as LineDashPatternSpec Modifier and Type Field Description static LineDashPatternSpecLineDashPatternSpec. DASHED_2static LineDashPatternSpecLineDashPatternSpec. DASHED_3static LineDashPatternSpecLineDashPatternSpec. DASHED_4static LineDashPatternSpecLineDashPatternSpec. DASHED_5static LineDashPatternSpecBorderStyleSpec. DEFAULT_LINE_DASH_PATTERNThe default border style: solidstatic LineDashPatternSpecLineDashPatternSpec. SOLIDMethods in com.helger.pdflayout.spec that return LineDashPatternSpec Modifier and Type Method Description LineDashPatternSpecBorderStyleSpec. getLineDashPattern()Methods in com.helger.pdflayout.spec with parameters of type LineDashPatternSpec Modifier and Type Method Description BorderStyleSpecBorderStyleSpec. getCloneWithLineDashPattern(LineDashPatternSpec aNewLineDashPattern)Constructors in com.helger.pdflayout.spec with parameters of type LineDashPatternSpec Constructor Description BorderStyleSpec(LineDashPatternSpec aLineDashPattern)BorderStyleSpec(Color aColor, LineDashPatternSpec aLineDashPattern)BorderStyleSpec(Color aColor, LineDashPatternSpec aLineDashPattern, float fLineWidth)
-