Uses of Interface
com.bc.ceres.swing.figure.FigureEditor
Packages that use FigureEditor
-
Uses of FigureEditor in com.bc.ceres.swing.figure
Methods in com.bc.ceres.swing.figure that return FigureEditorModifier and TypeMethodDescriptionFigureEditorAware.getFigureEditor()
FigureEditorInteractor.getFigureEditor
(InputEvent inputEvent) -
Uses of FigureEditor in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement FigureEditorModifier and TypeClassDescriptionclass
A default implementation of a figure editor.Methods in com.bc.ceres.swing.figure.support that return FigureEditorModifier and TypeMethodDescriptionFigureEditorPanel.getFigureEditor()
FigureSelectionContext.getFigureEditor()
Constructors in com.bc.ceres.swing.figure.support with parameters of type FigureEditorModifierConstructorDescriptionFigureDeleteEdit
(FigureEditor figureEditor, boolean performDelete, Figure... figuresToDelete) FigureInsertEdit
(FigureEditor figureEditor, boolean performInsert, Figure... figuresToInsert) FigureSelectionContext
(FigureEditor figureEditor) FigureSelectionContext
(FigureEditor figureEditor, FigureCollection figureCollection, FigureSelection figureSelection)