Uses of Interface
com.bc.ceres.swing.figure.FigureFactory
-
Packages that use FigureFactory Package Description com.bc.ceres.swing.demo com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support -
-
Uses of FigureFactory in com.bc.ceres.swing.demo
Methods in com.bc.ceres.swing.demo that return FigureFactory Modifier and Type Method Description protected abstract FigureFactoryFigureEditorApp. getFigureFactory()protected FigureFactoryFigureEditorDemo. getFigureFactory() -
Uses of FigureFactory in com.bc.ceres.swing.figure
Methods in com.bc.ceres.swing.figure that return FigureFactory Modifier and Type Method Description FigureFactoryFigureEditor. getFigureFactory() -
Uses of FigureFactory in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement FigureFactory Modifier and Type Class Description classDefaultFigureFactoryMethods in com.bc.ceres.swing.figure.support that return FigureFactory Modifier and Type Method Description FigureFactoryDefaultFigureEditor. getFigureFactory()Methods in com.bc.ceres.swing.figure.support with parameters of type FigureFactory Modifier and Type Method Description voidDefaultFigureEditor. setFigureFactory(FigureFactory figureFactory)Constructors in com.bc.ceres.swing.figure.support with parameters of type FigureFactory Constructor Description DefaultFigureEditor(JComponent editorComponent, Viewport viewport, UndoContext undoContext, FigureCollection figureCollection, FigureFactory figureFactory)FigureEditorPanel(UndoContext undoContext, FigureCollection figureCollection, FigureFactory figureFactory)
-