org.jcae.viewer3d.fd.sd
Class PlateX

java.lang.Object
  extended by org.jcae.viewer3d.fd.sd.Plate
      extended by org.jcae.viewer3d.fd.sd.PlateX

public class PlateX
extends Plate


Field Summary
 
Fields inherited from class org.jcae.viewer3d.fd.sd.Plate
max1, max2, min1, min2, position, values
 
Constructor Summary
PlateX()
          Creates a new instance of PlateX
 
Method Summary
 float[] getCoordinates(float[][] grid)
           
 float[] getCoordinates(float[][] grid, int i, int j)
           
protected  java.lang.String getStringPosition()
           
 int[] getXYZGridIndices(int i, int j)
           
 
Methods inherited from class org.jcae.viewer3d.fd.sd.Plate
numberOfCells, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlateX

public PlateX()
Creates a new instance of PlateX

Method Detail

getCoordinates

public float[] getCoordinates(float[][] grid)
Specified by:
getCoordinates in class Plate

getStringPosition

protected java.lang.String getStringPosition()
Specified by:
getStringPosition in class Plate

getCoordinates

public float[] getCoordinates(float[][] grid,
                              int i,
                              int j)
Specified by:
getCoordinates in class Plate

getXYZGridIndices

public int[] getXYZGridIndices(int i,
                               int j)
Specified by:
getXYZGridIndices in class Plate