|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgestalt.shape.AbstractShape
gestalt.shape.Line
public abstract class Line
| Field Summary | |
|---|---|
Color[] |
colors
|
float |
linewidth
|
Vector3f[] |
points
|
boolean |
smooth
|
boolean |
stipple
|
int |
stipplefactor
|
short |
stipplepattern
|
| Constructor Summary | |
|---|---|
Line()
|
|
| Method Summary | |
|---|---|
abstract void |
setPrimitive(int theGestaltPrimitive)
there are different kinds of line primitives. |
void |
setStipplePattern(java.lang.String theStippleBits)
defines a stipplepattern for a lign. |
| Methods inherited from class gestalt.shape.AbstractShape |
|---|
add, getSortData, getSortValue, getTransformMode, isActive, isSortable, material, position, position, position, position, rotation, rotation, scale, scale, scale, setActive, setChildContainer, setMaterialRef, setPositionRef, setRotationRef, setScaleRef, setSortValue, setTransformMode, setTransformRef, transform |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface gestalt.render.Drawable |
|---|
draw |
| Field Detail |
|---|
public Vector3f[] points
public Color[] colors
public float linewidth
public boolean smooth
public boolean stipple
public int stipplefactor
public short stipplepattern
| Constructor Detail |
|---|
public Line()
| Method Detail |
|---|
public abstract void setPrimitive(int theGestaltPrimitive)
LINE_PRIMITIVE_TYPE_LINES
LINE_PRIMITIVE_TYPE_LINE_LOOP
LINE_PRIMITIVE_TYPE_LINE_STRIP
'LINES' draws a per two points defined in the 'points' array.
theGestaltPrimitive - intpublic void setStipplePattern(java.lang.String theStippleBits)
theStippleBits - String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||