|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pedviz.view.Symbol pedviz.view.symbols3d.Symbol3D pedviz.view.symbols3d.SymbolSexMale3d
public class SymbolSexMale3d
Draws the symbol for a male individual.
Field Summary |
---|
Fields inherited from class pedviz.view.symbols3d.Symbol3D |
---|
STYLE_NORMAL, STYLE_TURM |
Constructor Summary | |
---|---|
SymbolSexMale3d()
|
|
SymbolSexMale3d(int style)
|
Method Summary | |
---|---|
javax.media.j3d.GeometryArray[] |
createShape(javax.vecmath.Point3f p,
float size,
java.awt.Color fill)
Creates the GeometryArray of this symbol. |
int |
getPriority()
Returns the priority of the symbol. |
Methods inherited from class pedviz.view.symbols3d.Symbol3D |
---|
getStyle, setStyle |
Methods inherited from class pedviz.view.Symbol |
---|
compareTo, getHeight, setColors |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SymbolSexMale3d()
public SymbolSexMale3d(int style)
Method Detail |
---|
public javax.media.j3d.GeometryArray[] createShape(javax.vecmath.Point3f p, float size, java.awt.Color fill)
Symbol3D
createShape
in class Symbol3D
p
- Position.size
- Size.fill
- fill color.
public int getPriority()
Symbol
getPriority
in class Symbol
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |