org.jzy3d.plot3d.builder.concrete
Class RingTesselator

java.lang.Object
  extended by org.jzy3d.plot3d.builder.Tesselator
      extended by org.jzy3d.plot3d.builder.concrete.OrthonormalTesselator
          extended by org.jzy3d.plot3d.builder.concrete.RingTesselator

Deprecated.

@Deprecated
public class RingTesselator
extends OrthonormalTesselator


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

x

public float[] x
Deprecated. 

y

public float[] y
Deprecated. 

z

public float[][] z
Deprecated. 
Constructor Detail

RingTesselator

public RingTesselator()
Deprecated. 
Method Detail

build

public AbstractComposite build(java.util.List<Coord3d> coordinates)
Deprecated. 
Overrides:
build in class Tesselator

getExtrapolatedRingPolygons

public java.util.List<Polygon> getExtrapolatedRingPolygons(float ringMax,
                                                           ColorMapper cmap,
                                                           Color colorFactor)
Deprecated. 

extrapolate

public void extrapolate(int n)
Deprecated. 
Add extrapolated points on the grid. If the grid is too small for extrapolation, the arrays are maximized


getInterpolatedRingPolygons

public java.util.List<Polygon> getInterpolatedRingPolygons(float ringMin,
                                                           float ringMax,
                                                           ColorMapper cmap,
                                                           Color colorFactor)
Deprecated. 
Load data standing on an orthonormal grid.
Each input point (i.e. the association of x[i], y[j], z[i][j]) will be represented by a polygon centered on this point. The default coordinates of this polygon will be: There are thus three types of polygons: