Uses of Class
com.bc.ceres.swing.figure.Figure.Rank
- 
Packages that use Figure.Rank Package Description com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support 
- 
- 
Uses of Figure.Rank in com.bc.ceres.swing.figureMethods in com.bc.ceres.swing.figure that return Figure.Rank Modifier and Type Method Description Figure.RankAbstractHandle. getRank()Figure.RankAbstractPointFigure. getRank()Figure.RankAbstractShapeFigure. getRank()Figure.RankFigure. getRank()static Figure.RankFigure.Rank. valueOf(String name)Returns the enum constant of this type with the specified name.static Figure.Rank[]Figure.Rank. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bc.ceres.swing.figure with parameters of type Figure.Rank Modifier and Type Method Description protected voidAbstractShapeFigure. setRank(Figure.Rank rank)Constructors in com.bc.ceres.swing.figure with parameters of type Figure.Rank Constructor Description AbstractShapeFigure(Figure.Rank rank, FigureStyle normalStyle, FigureStyle selectedStyle)Constructor.
- 
Uses of Figure.Rank in com.bc.ceres.swing.figure.supportMethods in com.bc.ceres.swing.figure.support that return Figure.Rank Modifier and Type Method Description Figure.RankDefaultFigureCollection. getRank()Constructors in com.bc.ceres.swing.figure.support with parameters of type Figure.Rank Constructor Description DefaultShapeFigure(Shape shape, Figure.Rank rank, FigureStyle normalStyle)DefaultShapeFigure(Shape shape, Figure.Rank rank, FigureStyle normalStyle, FigureStyle selectedStyle)
 
-