|
||||||||||
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
anl.aida.viz3d.TSGraphVNode
public class TSGraphVNode
A VNode that contains a time series graph. If this is on the top of the stack, the node labels will be displayed otherwise they will not.
Field Summary | |
---|---|
private boolean |
isTop
|
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 | |
---|---|
TSGraphVNode()
|
Method Summary | |
---|---|
private void |
labelsVisible(VNode parent,
boolean visible)
|
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 |
Field Detail |
---|
private boolean isTop
Constructor Detail |
---|
public TSGraphVNode()
Method Detail |
---|
public void stackPosition(int index, int stackSize)
StackDrawable2
stackPosition
in class StackDrawable2
index
- the index of this StackDrawable in the stackstackSize
- the current size of the stackprivate void labelsVisible(VNode parent, boolean visible)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |