Documentation of 'sgtplot.dm.SGTImage' Java class
SGTImage
sgtplot.dm

Interface SGTImage

  • All Superinterfaces:
    SGTData


    public interface SGTImage
    extends SGTData
    Defines a data object to be of Image type. Interpretation of X and Y is determined by the CoordinateSystem. For Cartesian, X and Y are the Cartesian coordinates. For Polar, X and Y are R (radius) and Theta (angle), respectively. The SGTImage interface only specifies the methods required to access information. The methods used to construct an object that implements SGTImage is left to the developer.
    Since:
    1.0
    See Also:
    SGTData, CoordinateSystem, Cartesian, Polar
    • Method Detail

      • getXEdges

        double[] getXEdges()
        Get the X coordinate edges.
      • getYEdges

        double[] getYEdges()
        Get the Y coordinate edges.
      • getImage

        java.awt.Image getImage()
        Get the image.
      • getZMetaData

        SGTMetaData getZMetaData()
        Get the pixel SGTMetaData.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.