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 FigureFactory
FigureEditorApp. getFigureFactory()
protected FigureFactory
FigureEditorDemo. 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 FigureFactory
FigureEditor. 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 class
DefaultFigureFactory
Methods in com.bc.ceres.swing.figure.support that return FigureFactory Modifier and Type Method Description FigureFactory
DefaultFigureEditor. getFigureFactory()
Methods in com.bc.ceres.swing.figure.support with parameters of type FigureFactory Modifier and Type Method Description void
DefaultFigureEditor. 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)
-