|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.maths.GridLoader
@Deprecated public class GridLoader
The GridLoader utility offers a way to convert coordinates mode. When input data is made of lists of x, y, and z points, and that these lists actually contain data that regularly lie on a squared grid (orthonormal grid), the GridLoader allows a smart retrieving of data by providing:
11111111 y
11111111
11o11111
11111111
x
Field Summary | |
---|---|
float[] |
x
Deprecated. |
float[] |
y
Deprecated. |
float[][] |
z
Deprecated. |
Constructor Summary | |
---|---|
GridLoader(float[] x,
float[] y,
float[] z)
Deprecated. Initialize a GridLoader by parsing the square grid directly. |
Method Summary | |
---|---|
void |
extrapolate(int n)
Deprecated. Add extrapolated points on the grid. |
BoundingBox3d |
getBoundingBox()
Deprecated. Return a BoundingBox indicating the bounds of the loaded data. |
java.util.List<Polygon> |
getExtrapolatedRingPolygons(float ringMax,
IColorMap cmap,
Color colorFactor)
Deprecated. |
java.util.List<Polygon> |
getInterpolatedRingPolygons(float ringMin,
float ringMax,
IColorMap cmap,
Color colorFactor)
Deprecated. Load data standing on an orthonormal grid. |
java.util.Vector<Polygon> |
getSquarePolygons(IColorMap cmap,
Color colorFactor)
Deprecated. |
float |
getZMax()
Deprecated. Retrieve the upper value boundary for a IColorMap . |
float |
getZMin()
Deprecated. Retrieve the lower value boundary for a IColorMap . |
void |
setZMax(float zmax)
Deprecated. Set the upper value boundary for a IColorMap . |
void |
setZMin(float zmin)
Deprecated. Set the lower value boundary for a IColorMap . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float[] x
public float[] y
public float[][] z
Constructor Detail |
---|
public GridLoader(float[] x, float[] y, float[] z)
Method Detail |
---|
public BoundingBox3d getBoundingBox()
public java.util.Vector<Polygon> getSquarePolygons(IColorMap cmap, Color colorFactor)
public java.util.List<Polygon> getExtrapolatedRingPolygons(float ringMax, IColorMap cmap, Color colorFactor)
public void extrapolate(int n)
public java.util.List<Polygon> getInterpolatedRingPolygons(float ringMin, float ringMax, IColorMap cmap, Color colorFactor)
ringMin
- the minimum radius of this ring.ringMax
- the maximum radius of this ring.colorFactor
- a weighting factor for the color returned by the Colormap.public float getZMin()
IColorMappable
IColorMap
.
getZMin
in interface IColorMappable
public float getZMax()
IColorMappable
IColorMap
.
getZMax
in interface IColorMappable
public void setZMin(float zmin)
IColorMappable
IColorMap
.
setZMin
in interface IColorMappable
zmin
- the minimum Z valuepublic void setZMax(float zmax)
IColorMappable
IColorMap
.
setZMax
in interface IColorMappable
zmax
- the maximum Z value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |