org.jplot2d.element
Interface RGBImageGraph
-
- All Superinterfaces:
- Element, Graph, PComponent
- All Known Subinterfaces:
- RGBImageGraphEx
- All Known Implementing Classes:
- RGBImageGraphImpl
public interface RGBImageGraph extends Graph
A image graph which can display a 3-bands data and map them to RGB color.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description MultiBandImageDatagetData()Returns the graph data that this graph will draw.RGBImageMappinggetMapping()Returns the mapping of this image.voidsetData(MultiBandImageData data)voidsetMapping(RGBImageMapping 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
RGBImageMapping getMapping()
Returns the mapping of this image.- Returns:
- the mapping of this image
-
setMapping
void setMapping(RGBImageMapping mapping)
-
getData
MultiBandImageData getData()
Description copied from interface:GraphReturns the graph data that this graph will draw.
-
setData
void setData(MultiBandImageData data)
-
-
DMelt 3.0 © DataMelt by jWork.ORG