Package net.atthegate.server.service.pdf
Class Join
java.lang.Object
net.atthegate.server.service.pdf.Join
Used to specify the join style when joining two lines.
See the Page and Line classes for more details.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MITER
public static final int MITER- See Also:
-
ROUND
public static final int ROUND- See Also:
-
BEVEL
public static final int BEVEL- See Also:
-
-
Constructor Details
-
Join
public Join()
-