Uses of Class
edu.jas.application.Condition.Color
-
Packages that use Condition.Color Package Description edu.jas.application Groebner base application package. -
-
Uses of Condition.Color in edu.jas.application
Methods in edu.jas.application that return Condition.Color Modifier and Type Method Description Condition.ColorCondition. color(GenPolynomial<C> c)Determine color of polynomial.static Condition.ColorCondition.Color. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Condition.Color[]Condition.Color. values()Returns an array containing the constants of this enum type, in the order they are declared.
-