Class RingExtrapolator
java.lang.Object
org.jzy3d.plot3d.builder.Tessellator
org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
org.jzy3d.plot3d.builder.concrete.RingExtrapolator
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected ColorMapperprotected Colorprotected RingTessellatorprotected float
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild(float[] x, float[] y, float[] z) voidextrapolate(int n) Add extrapolated points on the grid.Methods inherited from class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellatorfind, getEstimatedQuadSurroundingPoint, getRealQuadStandingOnPoint, getSquarePolygonsAroundCoordinates, getSquarePolygonsAroundCoordinates, getSquarePolygonsOnCoordinates, getSquarePolygonsOnCoordinates, newQuad, setData, unique, validZ, validZMethods inherited from class org.jzy3d.plot3d.builder.Tessellatorbuild
- 
Field Details- 
ringMaxprotected float ringMax
- 
cmap
- 
factor
- 
interpolator
 
- 
- 
Constructor Details- 
RingExtrapolator
 
- 
- 
Method Details- 
build- Overrides:
- buildin class- OrthonormalTessellator
 
- 
getExtrapolatedRingPolygons
- 
extrapolatepublic void extrapolate(int n) Add extrapolated points on the grid. If the grid is too small for extrapolation, the arrays are maximized
 
-