|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jzy3d.plot3d.builder.Tesselator
org.jzy3d.plot3d.builder.concrete.OrthonormalTesselator
org.jzy3d.plot3d.builder.concrete.RingTesselator
@Deprecated public class RingTesselator
| Field Summary | |
|---|---|
float[] |
x
Deprecated. |
float[] |
y
Deprecated. |
float[][] |
z
Deprecated. |
| Constructor Summary | |
|---|---|
RingTesselator()
Deprecated. |
|
| Method Summary | |
|---|---|
AbstractComposite |
build(java.util.List<Coord3d> coordinates)
Deprecated. |
void |
extrapolate(int n)
Deprecated. Add extrapolated points on the grid. |
java.util.List<Polygon> |
getExtrapolatedRingPolygons(float ringMax,
ColorMapper cmap,
Color colorFactor)
Deprecated. |
java.util.List<Polygon> |
getInterpolatedRingPolygons(float ringMin,
float ringMax,
ColorMapper cmap,
Color colorFactor)
Deprecated. Load data standing on an orthonormal grid. |
| Methods inherited from class org.jzy3d.plot3d.builder.concrete.OrthonormalTesselator |
|---|
build, getSquarePolygonsAroundCoordinates, getSquarePolygonsAroundCoordinates, getSquarePolygonsOnCoordinates, getSquarePolygonsOnCoordinates |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float[] x
public float[] y
public float[][] z
| Constructor Detail |
|---|
public RingTesselator()
| Method Detail |
|---|
public AbstractComposite build(java.util.List<Coord3d> coordinates)
build in class Tesselator
public java.util.List<Polygon> getExtrapolatedRingPolygons(float ringMax,
ColorMapper cmap,
Color colorFactor)
public void extrapolate(int n)
public java.util.List<Polygon> getInterpolatedRingPolygons(float ringMin,
float ringMax,
ColorMapper cmap,
Color colorFactor)
ringMin - the minimum radius of this ring.ringMax - the maximum radius of this ring.colorFactor - a weighting factor for the color returned by the Colormap.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||