dxfExporter
Class HatchBoundaryType

java.lang.Object
  extended bydxfExporter.HatchBoundaryType

public class HatchBoundaryType
extends java.lang.Object

Types of a hatch boundary.


Field Summary
static byte hbtCircle
          Circle boundary.
static byte hbtEllipse
          Elliptic boundary.
static byte hbtPolyPolyline
          Polyline or multiline boundary.
 
Constructor Summary
(package private) HatchBoundaryType()
           
(package private) HatchBoundaryType(byte hbType)
           
 
Method Summary
 byte getHBT()
           
 boolean setHBT(byte hbType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hbtPolyPolyline

public static final byte hbtPolyPolyline
Polyline or multiline boundary.

See Also:
Constant Field Values

hbtCircle

public static final byte hbtCircle
Circle boundary.

See Also:
Constant Field Values

hbtEllipse

public static final byte hbtEllipse
Elliptic boundary.

See Also:
Constant Field Values
Constructor Detail

HatchBoundaryType

HatchBoundaryType()

HatchBoundaryType

HatchBoundaryType(byte hbType)
Method Detail

setHBT

public boolean setHBT(byte hbType)

getHBT

public byte getHBT()