Uses of Enum Class
com.bc.ceres.swing.figure.Figure.Rank
Packages that use Figure.Rank
-
Uses of Figure.Rank in com.bc.ceres.swing.figure
Methods in com.bc.ceres.swing.figure that return Figure.RankModifier and TypeMethodDescriptionAbstractHandle.getRank()
final Figure.Rank
AbstractPointFigure.getRank()
AbstractShapeFigure.getRank()
Figure.getRank()
static Figure.Rank
Returns the enum constant of this class with the specified name.static Figure.Rank[]
Figure.Rank.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bc.ceres.swing.figure with parameters of type Figure.RankConstructors in com.bc.ceres.swing.figure with parameters of type Figure.RankModifierConstructorDescriptionprotected
AbstractShapeFigure
(Figure.Rank rank, FigureStyle normalStyle, FigureStyle selectedStyle) Constructor. -
Uses of Figure.Rank in com.bc.ceres.swing.figure.support
Methods in com.bc.ceres.swing.figure.support that return Figure.RankConstructors in com.bc.ceres.swing.figure.support with parameters of type Figure.RankModifierConstructorDescriptionDefaultShapeFigure
(Shape shape, Figure.Rank rank, FigureStyle normalStyle) DefaultShapeFigure
(Shape shape, Figure.Rank rank, FigureStyle normalStyle, FigureStyle selectedStyle)