Package com.bc.ceres.swing.figure
Interface FigureEditorAware
-
- All Known Implementing Classes:
FigureEditorPanel
public interface FigureEditorAware
Something that knows about a figure editor. Most likely this will be a GUI component.- Since:
- Ceres 0.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FigureEditor
getFigureEditor()
-
-
-
Method Detail
-
getFigureEditor
FigureEditor getFigureEditor()
- Returns:
- The figure editor.
-
-