Uses of Interface
com.bc.ceres.swing.figure.FigureFactory
Packages that use FigureFactory
Package
Description
-
Uses of FigureFactory in com.bc.ceres.swing.demo
Methods in com.bc.ceres.swing.demo that return FigureFactoryModifier and TypeMethodDescriptionprotected 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 -
Uses of FigureFactory in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement FigureFactoryMethods in com.bc.ceres.swing.figure.support that return FigureFactoryMethods in com.bc.ceres.swing.figure.support with parameters of type FigureFactoryModifier and TypeMethodDescriptionvoidDefaultFigureEditor.setFigureFactory(FigureFactory figureFactory) Constructors in com.bc.ceres.swing.figure.support with parameters of type FigureFactoryModifierConstructorDescriptionDefaultFigureEditor(JComponent editorComponent, Viewport viewport, UndoContext undoContext, FigureCollection figureCollection, FigureFactory figureFactory) FigureEditorPanel(UndoContext undoContext, FigureCollection figureCollection, FigureFactory figureFactory)