Uses of Class
org.opentrafficsim.draw.core.TextWeight
-
Packages that use TextWeight Package Description org.opentrafficsim.draw.core Generic animation classes, i.e., for displaying texts. -
-
Uses of TextWeight in org.opentrafficsim.draw.core
Methods in org.opentrafficsim.draw.core that return TextWeight Modifier and Type Method Description static TextWeight
TextWeight. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextWeight[]
TextWeight. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentrafficsim.draw.core with parameters of type TextWeight Modifier and Type Method Description void
TextProperties. setBold(TextWeight weight)
Set the weight to one of multiple weight constants.
-