|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.viz3d.VSpatial
anl.aida.viz3d.VNode
anl.aida.viz3d.StackDrawable2
public abstract class StackDrawable2
A VSpatial that is drawn by a Stack. Prior to drawing the StackRenderer will notify this drawable of its place in the stack.
Field Summary |
---|
Fields inherited from class anl.aida.viz3d.VNode |
---|
children |
Fields inherited from class anl.aida.viz3d.VSpatial |
---|
appearence, boundingSphere, clientMap, dirty, id, localRotation, localScale, localTrans, parent, visible, worldRotation, worldScale, worldTrans |
Constructor Summary | |
---|---|
StackDrawable2()
|
Method Summary | |
---|---|
abstract void |
stackPosition(int index,
int stackSize)
Notifies this StackDrawable of its position in the stack prior to drawing. |
Methods inherited from class anl.aida.viz3d.VNode |
---|
addChild, addChildren, children, doDraw, doGetBoundingSphere, get, getChildCount, intersects, markAsDirty, removeAllChildren, removeChild, updateWorldTransformation |
Methods inherited from class anl.aida.viz3d.VSpatial |
---|
draw, getBoundingSphere, getLocalBoundingSphere, getMaterialAppearence, getParent, getProperty, getTranslation, getWorldToLocalTransform, isVisible, percolateDirtyUp, putProperty, rotate, rotate, scale, setMaterialAppearence, setParent, setVisible, transform, translate, translate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackDrawable2()
Method Detail |
---|
public abstract void stackPosition(int index, int stackSize)
index
- the index of this StackDrawable in the stackstackSize
- the current size of the stack
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |