Uses of Enum
org.opentrafficsim.draw.core.TextWidth
Packages that use TextWidth
Package
Description
Generic animation classes, i.e., for displaying texts.
-
Uses of TextWidth in org.opentrafficsim.draw.core
Methods in org.opentrafficsim.draw.core that return TextWidthModifier and TypeMethodDescriptionstatic TextWidthReturns 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 TextWidthModifier and TypeMethodDescriptionfinal voidTextProperties.setWeightBold(TextWidth width) Set the width to WIDTH_CONDENSED, WIDTH_REGULAR, or WIDTH_EXTENDED.