Package net.atthegate.server.service.pdf
Class Cap
java.lang.Object
net.atthegate.server.service.pdf.Cap
Used to specify the cap style of a line.
See the Line class for more information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BUTT
public static final int BUTT- See Also:
-
ROUND
public static final int ROUND- See Also:
-
PROJECTING_SQUARE
public static final int PROJECTING_SQUARE- See Also:
-
-
Constructor Details
-
Cap
public Cap()
-