|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.plot3d.builder.Tesselator
public abstract class Tesselator
Constructor Summary | |
---|---|
Tesselator()
|
Method Summary | |
---|---|
abstract AbstractComposite |
build(float[] x,
float[] y,
float[] z)
|
AbstractComposite |
build(java.util.List<Coord3d> coordinates)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tesselator()
Method Detail |
---|
public AbstractComposite build(java.util.List<Coord3d> coordinates)
public abstract AbstractComposite build(float[] x, float[] y, float[] z)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |