dxfExporter
Class HatchStyle

java.lang.Object
  extended bydxfExporter.HatchStyle

public class HatchStyle
extends java.lang.Object

Standard styles of a hatch.


Field Summary
static byte hsBDiagonal
          \\\\\
static byte hsCross
          +++++
static byte hsDiagCross
          xxxxx
static byte hsFDiagonal
          /////
static byte hsHorizontal
          -----
static byte hsPatternData
          Hatch is pattern (for future versions).
static byte hsSolid
          Hatch is solid.
static byte hsVertical
          |||||
 
Constructor Summary
(package private) HatchStyle()
           
(package private) HatchStyle(byte hStyle)
           
 
Method Summary
 byte GetHS()
           
 boolean SetHS(byte hStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hsSolid

public static final byte hsSolid
Hatch is solid.

See Also:
Constant Field Values

hsPatternData

public static final byte hsPatternData
Hatch is pattern (for future versions).

See Also:
Constant Field Values

hsHorizontal

public static final byte hsHorizontal
-----

See Also:
Constant Field Values

hsVertical

public static final byte hsVertical
|||||

See Also:
Constant Field Values

hsFDiagonal

public static final byte hsFDiagonal
/////

See Also:
Constant Field Values

hsBDiagonal

public static final byte hsBDiagonal
\\\\\

See Also:
Constant Field Values

hsCross

public static final byte hsCross
+++++

See Also:
Constant Field Values

hsDiagCross

public static final byte hsDiagCross
xxxxx

See Also:
Constant Field Values
Constructor Detail

HatchStyle

HatchStyle()

HatchStyle

HatchStyle(byte hStyle)
Method Detail

SetHS

public boolean SetHS(byte hStyle)

GetHS

public byte GetHS()