dxfExporter
Class ArcType

java.lang.Object
  extended bydxfExporter.ArcType

public class ArcType
extends java.lang.Object

Types of a hatch bundary.


Field Summary
static byte atCircle
          As circle.
static byte atEllipse
          As ellipse.
 
Constructor Summary
(package private) ArcType()
           
(package private) ArcType(byte aType)
           
 
Method Summary
 byte getAT()
           
 boolean setAT(byte aType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atCircle

public static final byte atCircle
As circle.

See Also:
Constant Field Values

atEllipse

public static final byte atEllipse
As ellipse.

See Also:
Constant Field Values
Constructor Detail

ArcType

ArcType()

ArcType

ArcType(byte aType)
Method Detail

setAT

public boolean setAT(byte aType)

getAT

public byte getAT()