org.jzy3d.plot3d.builder.concrete
Class OrthonormalTessellator
- java.lang.Object
-
- org.jzy3d.plot3d.builder.Tessellator
-
- org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
-
- Direct Known Subclasses:
- OldRingTesselator, OrthonormalTessellatorLog, RingExtrapolator, RingTessellator
public class OrthonormalTessellator extends Tessellator
TheOrthonormalTessellatorchecks that coordinates are lying on an orthormal grid, and is able to provide aAbstractCompositemade ofPolygons built according to this grid On this model, one input coordinate is represented by onePolygon, for which each point is a mean point between two grid ticks:
In this figure, the representation of a coordinate ("o" on the left) is a polygon made of mean points ("*" on the right) that require the existence of four surrounding points (the "o" and the three "+")^ ^ | | - + + + - + + + | | *---* - + o + >> - + | o | + | | *---* - + + + - + + + | | |---|---|---|--> |---|---|---|-->
-
-
Constructor Summary
Constructors Constructor and Description OrthonormalTessellator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description AbstractCompositebuild(float[] x, float[] y, float[] z)java.util.List<AbstractDrawable>getSquarePolygonsAroundCoordinates()java.util.List<AbstractDrawable>getSquarePolygonsAroundCoordinates(ColorMapper cmap, Color colorFactor)java.util.List<AbstractDrawable>getSquarePolygonsOnCoordinates()java.util.List<AbstractDrawable>getSquarePolygonsOnCoordinates(ColorMapper cmap, Color colorFactor)-
Methods inherited from class org.jzy3d.plot3d.builder.Tessellator
build
-
-
-
-
Method Detail
-
build
public AbstractComposite build(float[] x, float[] y, float[] z)
- Specified by:
buildin classTessellator
-
getSquarePolygonsOnCoordinates
public java.util.List<AbstractDrawable> getSquarePolygonsOnCoordinates()
-
getSquarePolygonsAroundCoordinates
public java.util.List<AbstractDrawable> getSquarePolygonsAroundCoordinates()
-
getSquarePolygonsOnCoordinates
public java.util.List<AbstractDrawable> getSquarePolygonsOnCoordinates(ColorMapper cmap, Color colorFactor)
-
getSquarePolygonsAroundCoordinates
public java.util.List<AbstractDrawable> getSquarePolygonsAroundCoordinates(ColorMapper cmap, Color colorFactor)
-
-
DMelt 3.0 © DataMelt by jWork.ORG