public static class GralCanvasStorage.PolyLineFloatArray extends GralCanvasStorage.PaintOrder
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
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 java.lang.Object getImplStore()
public int[] getImplStoreInt1Array()
public void setImplStore(java.lang.Object store)