org.jplot2d.element
Interface ImageGraph
-
- All Superinterfaces:
- Element, Graph, PComponent
- All Known Subinterfaces:
- ImageGraphEx
- All Known Implementing Classes:
- ImageGraphImpl
public interface ImageGraph extends Graph
A graph to display a pseudo-color image. Its data is a single band intensity values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description SingleBandImageDatagetData()Returns the graph data that this graph will draw.ImageMappinggetMapping()Returns the mapping of this image.voidsetData(SingleBandImageData data)voidsetMapping(ImageMapping mapping)-
Methods inherited from interface org.jplot2d.element.PComponent
getBounds, getColor, getEffectiveFont, getFontName, getFontScale, getFontSize, getFontStyle, getLocation, getPaperTransform, getSelectableBounds, getSize, getZOrder, isCacheable, isSelectable, isVisible, setCacheable, setColor, setFont, setFontName, setFontScale, setFontSize, setFontStyle, setSelectable, setVisible, setZOrder
-
Methods inherited from interface org.jplot2d.element.Element
getEnvironment, getId
-
-
-
-
Method Detail
-
getMapping
ImageMapping getMapping()
Returns the mapping of this image.- Returns:
- the mapping of this image
-
setMapping
void setMapping(ImageMapping mapping)
-
getData
SingleBandImageData getData()
Description copied from interface:GraphReturns the graph data that this graph will draw.
-
setData
void setData(SingleBandImageData data)
-
-
DMelt 3.0 © DataMelt by jWork.ORG