public class RingExtrapolator extends OrthonormalTessellator
Modifier and Type | Field and Description |
---|---|
protected ColorMapper |
cmap |
protected Color |
factor |
protected RingTessellator |
interpolator |
protected float |
ringMax |
Constructor and Description |
---|
RingExtrapolator(float ringMax,
ColorMapper cmap,
Color factor) |
Modifier and Type | Method and Description |
---|---|
AbstractComposite |
build(float[] x,
float[] y,
float[] z) |
void |
extrapolate(int n)
Add extrapolated points on the grid.
|
List<AbstractDrawable> |
getExtrapolatedRingPolygons() |
find, getEstimatedQuadSurroundingPoint, getRealQuadStandingOnPoint, getSquarePolygonsAroundCoordinates, getSquarePolygonsAroundCoordinates, getSquarePolygonsOnCoordinates, getSquarePolygonsOnCoordinates, newQuad, setData, unique, validZ, validZ
build
protected float ringMax
protected ColorMapper cmap
protected Color factor
protected RingTessellator interpolator
public RingExtrapolator(float ringMax, ColorMapper cmap, Color factor)
public AbstractComposite build(float[] x, float[] y, float[] z)
build
in class OrthonormalTessellator
public List<AbstractDrawable> getExtrapolatedRingPolygons()
public void extrapolate(int n)
Copyright © 2016. All rights reserved.