com.pdfjet
Class Cap

java.lang.Object
  extended by com.pdfjet.Cap

public class Cap
extends java.lang.Object

Used to specify the cap style of a line. See the Line class for more information.


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

Field Detail

BUTT

public static final int BUTT
See Also:
Constant Field Values

ROUND

public static final int ROUND
See Also:
Constant Field Values

PROJECTING_SQUARE

public static final int PROJECTING_SQUARE
See Also:
Constant Field Values
Constructor Detail

Cap

public Cap()