|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jzy3d.plot3d.builder.Tessellator
org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
org.jzy3d.plot3d.builder.concrete.OldRingTesselator
@Deprecated public class OldRingTesselator
Field Summary | |
---|---|
float[] |
x
Deprecated. |
float[] |
y
Deprecated. |
float[][] |
z
Deprecated. |
Fields inherited from class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator |
---|
findxi, findyj |
Constructor Summary | |
---|---|
OldRingTesselator()
Deprecated. |
Method Summary | |
---|---|
AbstractComposite |
build(List<Coord3d> coordinates)
Deprecated. |
void |
extrapolate(int n)
Deprecated. Add extrapolated points on the grid. |
List<Polygon> |
getExtrapolatedRingPolygons(float ringMax,
ColorMapper cmap,
Color colorFactor)
Deprecated. |
List<Polygon> |
getInterpolatedRingPolygons(float ringMin,
float ringMax,
ColorMapper cmap,
Color colorFactor)
Deprecated. Load data standing on an orthonormal grid. |
protected boolean[] |
isInside(Point[] p,
float[] radius,
float minRadius,
float maxRadius)
Deprecated. Indicates which point lies inside and outside the given min and max radius. |
protected float |
radius2d(Point p)
Deprecated. |
Methods inherited from class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator |
---|
build, find, getEstimatedQuadSurroundingPoint, getRealQuadStandingOnPoint, getSquarePolygonsAroundCoordinates, getSquarePolygonsAroundCoordinates, getSquarePolygonsOnCoordinates, getSquarePolygonsOnCoordinates, setData, unique, validZ, validZ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float[] x
public float[] y
public float[][] z
Constructor Detail |
---|
public OldRingTesselator()
Method Detail |
---|
public AbstractComposite build(List<Coord3d> coordinates)
build
in class Tessellator
public List<Polygon> getExtrapolatedRingPolygons(float ringMax, ColorMapper cmap, Color colorFactor)
public void extrapolate(int n)
public 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.protected boolean[] isInside(Point[] p, float[] radius, float minRadius, float maxRadius)
protected float radius2d(Point p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |