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