com.pdfjet
Class Segment

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

public class Segment
extends java.lang.Object

Used to specify the segment of Ellipse or Circle to draw. See Example_18


Field Summary
static int CLOCKWISE_00_03
           
static int CLOCKWISE_03_06
           
static int CLOCKWISE_06_09
           
static int CLOCKWISE_09_12
           
 
Constructor Summary
Segment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLOCKWISE_00_03

public static final int CLOCKWISE_00_03
See Also:
Constant Field Values

CLOCKWISE_03_06

public static final int CLOCKWISE_03_06
See Also:
Constant Field Values

CLOCKWISE_06_09

public static final int CLOCKWISE_06_09
See Also:
Constant Field Values

CLOCKWISE_09_12

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

Segment

public Segment()