Uses of Class
org.sejda.sambox.pdmodel.graphics.PDLineDashPattern
Packages that use PDLineDashPattern
Package
Description
This package contains classes for prepress support in PDFBox.
-
Uses of PDLineDashPattern in org.sejda.sambox.pdmodel.documentinterchange.prepress
Methods in org.sejda.sambox.pdmodel.documentinterchange.prepress that return PDLineDashPatternModifier and TypeMethodDescriptionPDBoxStyle.getLineDashPattern()Get the line dash pattern for this box style. -
Uses of PDLineDashPattern in org.sejda.sambox.pdmodel.graphics.state
Methods in org.sejda.sambox.pdmodel.graphics.state that return PDLineDashPatternModifier and TypeMethodDescriptionPDExtendedGraphicsState.getLineDashPattern()This will get the dash pattern.PDGraphicsState.getLineDashPattern()This will get the current line dash pattern.Methods in org.sejda.sambox.pdmodel.graphics.state with parameters of type PDLineDashPatternModifier and TypeMethodDescriptionvoidPDExtendedGraphicsState.setLineDashPattern(PDLineDashPattern dashPattern) This will set the dash pattern for the graphics state.voidPDGraphicsState.setLineDashPattern(PDLineDashPattern value) This will set the current line dash pattern. -
Uses of PDLineDashPattern in org.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.pdmodel.interactive.annotation that return PDLineDashPatternModifier and TypeMethodDescriptionPDBorderStyleDictionary.getDashStyle()This will retrieve the dash style used for drawing the border.