Package org.csstudio.swt.widgets.figures
Class IntensityGraphFigure.PixelInfo
java.lang.Object
org.csstudio.swt.widgets.figures.IntensityGraphFigure.PixelInfo
- Enclosing class:
- IntensityGraphFigure
Information about one 'Pixel' in the graph
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Value of the graph, i.e. the element of the data array at that locationdouble
Coordinate of a pixel within the graph, i.e. on the X respectively Y axisint
Location as indices into the data arraydouble
Coordinate of a pixel within the graph, i.e. on the X respectively Y axisint
Location as indices into the data array -
Constructor Summary
-
Method Summary
-
Field Details
-
xindex
public int xindexLocation as indices into the data array -
yindex
public int yindexLocation as indices into the data array -
xcoord
public double xcoordCoordinate of a pixel within the graph, i.e. on the X respectively Y axis -
ycoord
public double ycoordCoordinate of a pixel within the graph, i.e. on the X respectively Y axis -
value
public double valueValue of the graph, i.e. the element of the data array at that location
-
-
Constructor Details
-
PixelInfo
public PixelInfo()
-