Uses of Interface
com.bc.ceres.swing.figure.FigureCollection
-
Packages that use FigureCollection Package Description com.bc.ceres.swing.demo com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support -
-
Uses of FigureCollection in com.bc.ceres.swing.demo
Methods in com.bc.ceres.swing.demo with parameters of type FigureCollection Modifier and Type Method Description protected abstract voidFigureEditorApp. loadFigureCollection(File file, FigureCollection figureCollection)protected voidFigureEditorDemo. loadFigureCollection(File file, FigureCollection figureCollection)protected abstract voidFigureEditorApp. storeFigureCollection(FigureCollection figureCollection, File file)protected voidFigureEditorDemo. storeFigureCollection(FigureCollection figureCollection, File file) -
Uses of FigureCollection in com.bc.ceres.swing.figure
Subinterfaces of FigureCollection in com.bc.ceres.swing.figure Modifier and Type Interface Description interfaceFigureSelectionA selection of figures.Methods in com.bc.ceres.swing.figure that return FigureCollection Modifier and Type Method Description FigureCollectionFigureEditor. getFigureCollection() -
Uses of FigureCollection in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement FigureCollection Modifier and Type Class Description classDefaultFigureCollectionclassDefaultFigureSelectionMethods in com.bc.ceres.swing.figure.support that return FigureCollection Modifier and Type Method Description FigureCollectionDefaultFigureEditor. getFigureCollection()FigureCollectionFigureSelectionContext. getFigureCollection()Methods in com.bc.ceres.swing.figure.support with parameters of type FigureCollection Modifier and Type Method Description voidDefaultFigureEditor. setFigureCollection(FigureCollection figureCollection)Constructors in com.bc.ceres.swing.figure.support with parameters of type FigureCollection Constructor Description DefaultFigureEditor(JComponent editorComponent, Viewport viewport, UndoContext undoContext, FigureCollection figureCollection, FigureFactory figureFactory)FigureEditorPanel(UndoContext undoContext, FigureCollection figureCollection, FigureFactory figureFactory)FigureSelectionContext(FigureEditor figureEditor, FigureCollection figureCollection, FigureSelection figureSelection)
-