sgtplot.dm
Interface SGTImage
-
- All Superinterfaces:
- SGTData
public interface SGTImage extends SGTData
Defines a data object to be ofImagetype. Interpretation of X and Y is determined by theCoordinateSystem. ForCartesian, X and Y are the Cartesian coordinates. ForPolar, 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 implementsSGTImageis left to the developer.- Since:
- 1.0
- See Also:
SGTData,CoordinateSystem,Cartesian,Polar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.awt.ImagegetImage()Get the image.double[]getXEdges()Get the X coordinate edges.SGTMetaDatagetXMetaData()Get the X coordinate SGTMetaData.double[]getYEdges()Get the Y coordinate edges.SGTMetaDatagetYMetaData()Get the Y coordinate SGTMetaData.SGTMetaDatagetZMetaData()Get the pixel SGTMetaData.-
Methods inherited from interface sgtplot.dm.SGTData
addPropertyChangeListener, copy, getId, getKeyTitle, getTitle, getXRange, getYRange, isXTime, isYTime, removePropertyChangeListener
-
-
-
-
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.
-
getXMetaData
SGTMetaData getXMetaData()
Get the X coordinate SGTMetaData.- Specified by:
getXMetaDatain interfaceSGTData
-
getYMetaData
SGTMetaData getYMetaData()
Get the Y coordinate SGTMetaData.- Specified by:
getYMetaDatain interfaceSGTData
-
getZMetaData
SGTMetaData getZMetaData()
Get the pixel SGTMetaData.
-
-
DMelt 3.0 © DataMelt by jWork.ORG