|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectdxfExporter.HatchBoundaryType
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 |
public static final byte hbtPolyPolyline
public static final byte hbtCircle
public static final byte hbtEllipse
Constructor Detail |
HatchBoundaryType()
HatchBoundaryType(byte hbType)
Method Detail |
public boolean setHBT(byte hbType)
public byte getHBT()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |