java.lang.Objectcom.pdfjet.Cap
public class Cap
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 |
---|
public static final int BUTT
public static final int ROUND
public static final int PROJECTING_SQUARE
Constructor Detail |
---|
public Cap()