org.jzy3d.plot3d.builder.delaunay
Class DelaunayCoordinateValidator

java.lang.Object
  extended by org.jzy3d.plot3d.builder.delaunay.DelaunayCoordinateValidator
All Implemented Interfaces:
CoordinateValidator

public class DelaunayCoordinateValidator
extends java.lang.Object
implements CoordinateValidator


Constructor Summary
DelaunayCoordinateValidator(Coordinates coords)
           
 
Method Summary
 float[][] get_Z_as_fxy()
           
 float[] getX()
           
 float[] getY()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelaunayCoordinateValidator

public DelaunayCoordinateValidator(Coordinates coords)
Throws:
an - IllegalArgumentException: Any multiple occurrences in x and y are removed internally. If subsequently the length of x or y differs from z an IllegalArgumentException is thrown.
Method Detail

get_Z_as_fxy

public float[][] get_Z_as_fxy()
Specified by:
get_Z_as_fxy in interface CoordinateValidator
Returns:

getX

public float[] getX()
Specified by:
getX in interface CoordinateValidator
Returns:

getY

public float[] getY()
Specified by:
getY in interface CoordinateValidator
Returns: