Uses of Enum Class
org.opentrafficsim.animation.TextWidth
Packages that use TextWidth
Package
Description
Generic animation classes, i.e., for displaying texts.
-
Uses of TextWidth in org.opentrafficsim.animation
Methods in org.opentrafficsim.animation that return TextWidthModifier and TypeMethodDescriptionstatic TextWidthReturns the enum constant of this class with the specified name.static TextWidth[]TextWidth.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opentrafficsim.animation with parameters of type TextWidthModifier and TypeMethodDescriptionfinal voidTextProperties.setWeightBold(TextWidth width) Set the width to WIDTH_CONDENSED, WIDTH_REGULAR, or WIDTH_EXTENDED.