org.jzy3d.plot3d.builder.concrete
Class OldRingTesselator

java.lang.Object
  extended by org.jzy3d.plot3d.builder.Tessellator
      extended by org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
          extended by org.jzy3d.plot3d.builder.concrete.OldRingTesselator

Deprecated.

@Deprecated
public class OldRingTesselator
extends OrthonormalTessellator


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

x

public float[] x
Deprecated. 

y

public float[] y
Deprecated. 

z

public float[][] z
Deprecated. 
Constructor Detail

OldRingTesselator

public OldRingTesselator()
Deprecated. 
Method Detail

build

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

getExtrapolatedRingPolygons

public 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 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:

isInside

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.


radius2d

protected float radius2d(Point p)
Deprecated.