public static class GralCanvasStorage.PolyLineFloatArray extends GralCanvasStorage.PaintOrder
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
implStore |
private int |
iy |
private float[][] |
points |
(package private) GralPlotArea.UserUnits |
userUnits |
Constructor and Description |
---|
PolyLineFloatArray(GralColor color,
GralPlotArea.UserUnits userUnits,
float[][] points,
int iy)
Creates an Paint order which paints a line from array points.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getImplStore()
Gets the implementation specific instance.
|
int[] |
getImplStoreInt1Array()
Gets the implementation specific instance.
|
void |
setImplStore(java.lang.Object store)
Sets any instance which stores implementation specific data.
|
getImplData, setImplData
private final float[][] points
private final int iy
final GralPlotArea.UserUnits userUnits
private java.lang.Object implStore
public PolyLineFloatArray(GralColor color, GralPlotArea.UserUnits userUnits, float[][] points, int iy)
color
- userUnits
- points
- The elements[...][0] contains the x-value. The elements[...][iy] contains the y-value.public void setImplStore(java.lang.Object store)
public java.lang.Object getImplStore()
public int[] getImplStoreInt1Array()