Uses of Class
adams.gui.visualization.jfreechart.shape.Cross.Type
-
Packages that use Cross.Type Package Description adams.gui.visualization.jfreechart.shape -
-
Uses of Cross.Type in adams.gui.visualization.jfreechart.shape
Fields in adams.gui.visualization.jfreechart.shape declared as Cross.Type Modifier and Type Field Description protected Cross.TypeCross. m_Typethe type of cross.Methods in adams.gui.visualization.jfreechart.shape that return Cross.Type Modifier and Type Method Description Cross.TypeCross. getType()Returns the type of the cross.static Cross.TypeCross.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Cross.Type[]Cross.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.jfreechart.shape with parameters of type Cross.Type Modifier and Type Method Description voidCross. setType(Cross.Type value)Sets the type of the cross.
-