org.jcae.viewer3d.fd.sd
Class PreprocessPlateSet

java.lang.Object
  extended by org.jcae.viewer3d.fd.sd.PreprocessPlateSet

public class PreprocessPlateSet
extends java.lang.Object

Used to show a set of plates with colors associated with their attributs


Constructor Summary
PreprocessPlateSet(java.util.ArrayList<Plate> plates, float[][] grid)
          Creates a new instance of ColoredPlateSet
 
Method Summary
 int[] getCoordinateIndices()
           
 float[] getCoordinates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreprocessPlateSet

public PreprocessPlateSet(java.util.ArrayList<Plate> plates,
                          float[][] grid)
Creates a new instance of ColoredPlateSet

Method Detail

getCoordinates

public float[] getCoordinates()

getCoordinateIndices

public int[] getCoordinateIndices()