org.jcae.viewer3d.fd.sd
Class PlateZ

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

public class PlateZ
extends Plate


Field Summary
 
Fields inherited from class org.jcae.viewer3d.fd.sd.Plate
max1, max2, min1, min2, position, values
 
Constructor Summary
PlateZ()
          Creates a new instance of PlateZ
 
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

PlateZ

public PlateZ()
Creates a new instance of PlateZ

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