|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectOrthoLineDef
public class OrthoLineDef
Defines how to generate a set of regularly-spaced, ortho-line elements with given orientation and level.
Constructor Summary | |
---|---|
OrthoLineDef(LineOrientation orientation,
int level,
double spacing)
Creates a new ortho-line definition. |
|
OrthoLineDef(OrthoLineDef lineDef)
Creates a copy of an existing line definition. |
Method Summary | |
---|---|
int |
getLevel()
Gets the integer level (line precedence). |
LineOrientation |
getOrientation()
Gets the orientation. |
double |
getSpacing()
Gets the spacing between lines. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrthoLineDef(LineOrientation orientation, int level, double spacing)
orientation
- line orientationlevel
- an integer level (user-defined values) indicating line precedencespacing
- the spacing between lines in world distance unitspublic OrthoLineDef(OrthoLineDef lineDef)
lineDef
- the definition to copy
IllegalArgumentException
- if lineDef
is null
Method Detail |
---|
public int getLevel()
public LineOrientation getOrientation()
public double getSpacing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |