Uses of Class
org.opentrafficsim.draw.core.TextWidth
-
Packages that use TextWidth Package Description org.opentrafficsim.draw.core Generic animation classes, i.e., for displaying texts. -
-
Uses of TextWidth in org.opentrafficsim.draw.core
Methods in org.opentrafficsim.draw.core that return TextWidth Modifier and Type Method Description static TextWidth
TextWidth. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextWidth[]
TextWidth. 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 TextWidth Modifier and Type Method Description void
TextProperties. setWeightBold(TextWidth width)
Set the width to WIDTH_CONDENSED, WIDTH_REGULAR, or WIDTH_EXTENDED.
-