Uses of Class
com.helger.pdflayout.spec.LineDashPatternSpec
Packages that use LineDashPatternSpec
Package
Description
-
Uses of LineDashPatternSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return LineDashPatternSpecModifier and TypeMethodDescriptionLineDashPatternSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.pdflayout.config.xml with parameters of type LineDashPatternSpecModifier and TypeMethodDescriptioncom.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 LineDashPatternSpecMethods in com.helger.pdflayout.pdfbox with parameters of type LineDashPatternSpecModifier and TypeMethodDescriptionvoidPDPageContentStreamWithCache.setLineDashPattern(LineDashPatternSpec aLineDashPattern) -
Uses of LineDashPatternSpec in com.helger.pdflayout.spec
Fields in com.helger.pdflayout.spec declared as LineDashPatternSpecModifier and TypeFieldDescriptionstatic final LineDashPatternSpecLineDashPatternSpec.DASHED_2static final LineDashPatternSpecLineDashPatternSpec.DASHED_3static final LineDashPatternSpecLineDashPatternSpec.DASHED_4static final LineDashPatternSpecLineDashPatternSpec.DASHED_5static final LineDashPatternSpecBorderStyleSpec.DEFAULT_LINE_DASH_PATTERNThe default border style: solidstatic final LineDashPatternSpecLineDashPatternSpec.SOLIDMethods in com.helger.pdflayout.spec that return LineDashPatternSpecMethods in com.helger.pdflayout.spec with parameters of type LineDashPatternSpecModifier and TypeMethodDescriptionBorderStyleSpec.getCloneWithLineDashPattern(LineDashPatternSpec aNewLineDashPattern) Constructors in com.helger.pdflayout.spec with parameters of type LineDashPatternSpecModifierConstructorDescriptionBorderStyleSpec(PLColor aColor, LineDashPatternSpec aLineDashPattern) BorderStyleSpec(PLColor aColor, LineDashPatternSpec aLineDashPattern, float fLineWidth) BorderStyleSpec(LineDashPatternSpec aLineDashPattern)