org.jcae.viewer3d.fd
Class PL02BranchGroup.SelectionEdge

java.lang.Object
  extended by org.jcae.viewer3d.fd.PL02BranchGroup.SelectionEdge
Enclosing class:
PL02BranchGroup

protected class PL02BranchGroup.SelectionEdge
extends java.lang.Object


Constructor Summary
PL02BranchGroup.SelectionEdge(int[] end1, int[] end2, int groupIdx, int edgeType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 void updateColors(float[] colors, int i)
           
 void updateCoords(float[][] grid, double[] coords, int i)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PL02BranchGroup.SelectionEdge

public PL02BranchGroup.SelectionEdge(int[] end1,
                                     int[] end2,
                                     int groupIdx,
                                     int edgeType)
Method Detail

updateColors

public void updateColors(float[] colors,
                         int i)
Parameters:
colors - A color buffer
i - The index in this buffer where to put the 12 components of this quad

updateCoords

public void updateCoords(float[][] grid,
                         double[] coords,
                         int i)
Parameters:
coords - A coordinate buffer
i - The index in this buffer where to put the 12 components of this quad

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object