sgtplot
Interface LayerControl
-
- All Known Implementing Classes:
- DataGroupLayer, Layer, LayerContainer, LayerStack, Panel, PlotLayer
public interface LayerControlUsed internally by SGT to work withLayerandLayerContainer.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddraw(org.freehep.graphics2d.VectorGraphics g)Used internally by sgtplot.voiddrawDraggableItems(org.freehep.graphics2d.VectorGraphics g)Used internally by sgtplot.java.lang.StringgetId()Get identifier of layer.voidsetPane(AbstractPane pane)Used internally by sgtplot.
-
-
-
Method Detail
-
setPane
void setPane(AbstractPane pane)
Used internally by sgtplot.- Parameters:
pane- Parent pane
-
draw
void draw(org.freehep.graphics2d.VectorGraphics g) throws PaneNotFoundException
Used internally by sgtplot.- Parameters:
g- Graphics object- Throws:
PaneNotFoundException- Pane not found.
-
drawDraggableItems
void drawDraggableItems(org.freehep.graphics2d.VectorGraphics g) throws PaneNotFoundExceptionUsed internally by sgtplot.- Parameters:
g- Graphics object.- Throws:
PaneNotFoundException- Pane not found.- Since:
- 2.0
-
getId
java.lang.String getId()
Get identifier of layer. Internally uses getName() method forPanel.- Returns:
- identifier
- Since:
- 3.0
-
-
DMelt 3.0 © DataMelt by jWork.ORG