Uses of Class
adams.gui.visualization.jfreechart.shape.Triangle.Type
-
Packages that use Triangle.Type Package Description adams.gui.visualization.jfreechart.shape -
-
Uses of Triangle.Type in adams.gui.visualization.jfreechart.shape
Fields in adams.gui.visualization.jfreechart.shape declared as Triangle.Type Modifier and Type Field Description protected Triangle.Type
Triangle. m_Type
the type of triangle.Methods in adams.gui.visualization.jfreechart.shape that return Triangle.Type Modifier and Type Method Description Triangle.Type
Triangle. getType()
Returns the type of the triangle.static Triangle.Type
Triangle.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Triangle.Type[]
Triangle.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 Triangle.Type Modifier and Type Method Description void
Triangle. setType(Triangle.Type value)
Sets the type of the triangle.
-