Package apple.pdfkit.enums
Class PDFLineStyle
- java.lang.Object
-
- apple.pdfkit.enums.PDFLineStyle
-
public final class PDFLineStyle extends java.lang.ObjectStyle used for line end caps.
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Square
public static final long Square
- See Also:
- Constant Field Values
-
Circle
public static final long Circle
- See Also:
- Constant Field Values
-
Diamond
public static final long Diamond
- See Also:
- Constant Field Values
-
OpenArrow
public static final long OpenArrow
- See Also:
- Constant Field Values
-
ClosedArrow
public static final long ClosedArrow
- See Also:
- Constant Field Values
-
-