|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.plot3d.builder.delaunay.DelaunayCoordinateValidator
public class DelaunayCoordinateValidator
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 |
---|
public DelaunayCoordinateValidator(Coordinates coords)
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 |
---|
public float[][] get_Z_as_fxy()
get_Z_as_fxy
in interface CoordinateValidator
public float[] getX()
getX
in interface CoordinateValidator
public float[] getY()
getY
in interface CoordinateValidator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |