com.pdfjet
Class Join
java.lang.Object
com.pdfjet.Join
public class Join
- extends java.lang.Object
Used to specify the join style when joining two lines.
See the Page and Line classes for more details.
Constructor Summary |
Join()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MITER
public static final int MITER
- See Also:
- Constant Field Values
ROUND
public static final int ROUND
- See Also:
- Constant Field Values
BEVEL
public static final int BEVEL
- See Also:
- Constant Field Values
Join
public Join()