Uses of Class
com.bc.ceres.swing.figure.FigureChangeEvent.Type
-
Packages that use FigureChangeEvent.Type Package Description com.bc.ceres.swing.figure -
-
Uses of FigureChangeEvent.Type in com.bc.ceres.swing.figure
Fields in com.bc.ceres.swing.figure declared as FigureChangeEvent.Type Modifier and Type Field Description static FigureChangeEvent.TypeFigureChangeEvent. FIGURE_CHANGEDA (source-) figure has changed.static FigureChangeEvent.TypeFigureChangeEvent. FIGURES_ADDEDFigures have been added to a (source-) figure.static FigureChangeEvent.TypeFigureChangeEvent. FIGURES_REMOVEDFigures have been removed from a (source-) figure.Methods in com.bc.ceres.swing.figure that return FigureChangeEvent.Type Modifier and Type Method Description FigureChangeEvent.TypeFigureChangeEvent. getType()static FigureChangeEvent.TypeFigureChangeEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FigureChangeEvent.Type[]FigureChangeEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.bc.ceres.swing.figure with parameters of type FigureChangeEvent.Type Constructor Description FigureChangeEvent(Figure sourceFigure, FigureChangeEvent.Type type, Figure[] figures)Constructor.
-