Uses of Class
org.jfree.svg.util.RoundingMode
-
Packages that use RoundingMode Package Description org.jfree.svg.util An internal package for the JFreeSVG library. -
-
Uses of RoundingMode in org.jfree.svg.util
Methods in org.jfree.svg.util that return RoundingMode Modifier and Type Method Description static RoundingMode
RoundingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RoundingMode[]
RoundingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.svg.util with parameters of type RoundingMode Modifier and Type Method Description static java.lang.String
RyuDouble. doubleToString(double value, RoundingMode roundingMode)
-