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.figure
Methods in com.bc.ceres.swing.figure that return Figure.Rank Modifier and Type Method Description Figure.Rank
AbstractHandle. getRank()
Figure.Rank
AbstractPointFigure. getRank()
Figure.Rank
AbstractShapeFigure. getRank()
Figure.Rank
Figure. getRank()
static Figure.Rank
Figure.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 void
AbstractShapeFigure. 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.support
Methods in com.bc.ceres.swing.figure.support that return Figure.Rank Modifier and Type Method Description Figure.Rank
DefaultFigureCollection. 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)
-