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 SummaryFieldsModifier and TypeFieldDescriptiondoubleValue of the graph, i.e. the element of the data array at that locationdoubleCoordinate of a pixel within the graph, i.e. on the X respectively Y axisintLocation as indices into the data arraydoubleCoordinate of a pixel within the graph, i.e. on the X respectively Y axisintLocation as indices into the data array
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
xindexpublic int xindexLocation as indices into the data array
- 
yindexpublic int yindexLocation as indices into the data array
- 
xcoordpublic double xcoordCoordinate of a pixel within the graph, i.e. on the X respectively Y axis
- 
ycoordpublic double ycoordCoordinate of a pixel within the graph, i.e. on the X respectively Y axis
- 
valuepublic double valueValue of the graph, i.e. the element of the data array at that location
 
- 
- 
Constructor Details- 
PixelInfopublic PixelInfo()
 
-