anl.aida.viz3d
Class TSGraphVNode

java.lang.Object
  extended by anl.aida.viz3d.VSpatial
      extended by anl.aida.viz3d.VNode
          extended by anl.aida.viz3d.StackDrawable2
              extended by anl.aida.viz3d.TSGraphVNode

public class TSGraphVNode
extends StackDrawable2

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

isTop

private boolean isTop
Constructor Detail

TSGraphVNode

public TSGraphVNode()
Method Detail

stackPosition

public void stackPosition(int index,
                          int stackSize)
Description copied from class: StackDrawable2
Notifies this StackDrawable of its position in the stack prior to drawing. If the index is -1, then this StackDrawable is off the stack. Index 0 is the top of the stack.

Specified by:
stackPosition in class StackDrawable2
Parameters:
index - the index of this StackDrawable in the stack
stackSize - the current size of the stack

labelsVisible

private void labelsVisible(VNode parent,
                           boolean visible)