org.jplot2d.element
Interface Graph
-
- All Superinterfaces:
- Element, PComponent
- All Known Subinterfaces:
- GraphEx, ImageGraph, ImageGraphEx, RGBImageGraph, RGBImageGraphEx, XYGraph, XYGraphEx
- All Known Implementing Classes:
- GraphImpl, ImageGraphImpl, RGBImageGraphImpl, XYGraphImpl
public interface Graph extends PComponent
A graph to draw Graph data in a viewport of layer. It always has an associated legend item, show in a legend.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description GraphDatagetData()Returns the graph data that this graph will draw.LayergetParent()Gets the parent of this component.-
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
-
getParent
Layer getParent()
Description copied from interface:PComponentGets the parent of this component.- Specified by:
getParentin interfaceElement- Specified by:
getParentin interfacePComponent- Returns:
- the parent of this component
-
getData
GraphData getData()
Returns the graph data that this graph will draw.- Returns:
-
-
DMelt 3.0 © DataMelt by jWork.ORG