Class IntensityGraphFigure.PixelInfo

java.lang.Object
org.csstudio.swt.widgets.figures.IntensityGraphFigure.PixelInfo
Enclosing class:
IntensityGraphFigure

public class IntensityGraphFigure.PixelInfo extends Object
Information about one 'Pixel' in the graph
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
    Value of the graph, i.e. the element of the data array at that location
    double
    Coordinate of a pixel within the graph, i.e. on the X respectively Y axis
    int
    Location as indices into the data array
    double
    Coordinate of a pixel within the graph, i.e. on the X respectively Y axis
    int
    Location as indices into the data array
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • xindex

      public int xindex
      Location as indices into the data array
    • yindex

      public int yindex
      Location as indices into the data array
    • xcoord

      public double xcoord
      Coordinate of a pixel within the graph, i.e. on the X respectively Y axis
    • ycoord

      public double ycoord
      Coordinate of a pixel within the graph, i.e. on the X respectively Y axis
    • value

      public double value
      Value of the graph, i.e. the element of the data array at that location
  • Constructor Details

    • PixelInfo

      public PixelInfo()