eof.java4autocad
Class AcLeaderType

java.lang.Object
  extended byeof.java4autocad.AcLeaderType

public abstract class AcLeaderType
extends java.lang.Object


Field Summary
static int acLineNoArrow
           
static int acLineWithArrow
           
static int acSplineNoArrow
           
static int acSplineWithArrow
           
 
Constructor Summary
AcLeaderType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

acLineNoArrow

public static final int acLineNoArrow
See Also:
Constant Field Values

acLineWithArrow

public static final int acLineWithArrow
See Also:
Constant Field Values

acSplineNoArrow

public static final int acSplineNoArrow
See Also:
Constant Field Values

acSplineWithArrow

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

AcLeaderType

public AcLeaderType()