private static class SwtWdgCanvas.SwtFigureData
extends java.lang.Object
GralCanvasStorage.FigureData
is shared between several GralCanvasStorage.Figure
.
Thats why the pixelPoints
cannot stored inside the GralCanvasStorage.PolyLine
.
This class is created in the implementation layer associated by the key GralCanvasStorage.Figure#name
and then the internal index of the GralCanvasStorage.FigureDataSet#listData
.Modifier and Type | Field and Description |
---|---|
java.lang.Object |
backgroundImageStore
Implementation specific background storage.
|
int[] |
pixelPoints
Calculated pixel points o a given position (
GralCanvasStorage.Figure#pos )
null if the position is given newly, then calculate new. |
GralRectangle |
XXpixelRange |
Constructor and Description |
---|
SwtFigureData(int nrPoints) |
public final int[] pixelPoints
GralCanvasStorage.Figure#pos
)
null if the position is given newly, then calculate new.public final GralRectangle XXpixelRange
public java.lang.Object backgroundImageStore