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
-
Method Details
-
getFigureEditor
FigureEditor getFigureEditor()- Returns:
- The figure editor.
-