com.pdfjet
Class Join

java.lang.Object
  extended by 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.


Field Summary
static int BEVEL
           
static int MITER
           
static int ROUND
           
 
Constructor Summary
Join()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Join

public Join()