Uses of Interface
org.opentrafficsim.draw.core.TextAnimation.ContrastToBackground
-
Packages that use TextAnimation.ContrastToBackground Package Description org.opentrafficsim.draw.core Generic animation classes, i.e., for displaying texts.org.opentrafficsim.draw.gtu GTU animations. -
-
Uses of TextAnimation.ContrastToBackground in org.opentrafficsim.draw.core
Constructors in org.opentrafficsim.draw.core with parameters of type TextAnimation.ContrastToBackground Constructor Description TextAnimation(Locatable source, String text, float dx, float dy, TextAlignment textAlignment, Color color, float fontSize, float minFontSize, float maxFontSize, SimulatorInterface.TimeDoubleUnit simulator, TextAnimation.ContrastToBackground background, TextAnimation.ScaleDependentRendering scaleDependentRendering)
Construct a new TextAnimation. -
Uses of TextAnimation.ContrastToBackground in org.opentrafficsim.draw.gtu
Constructors in org.opentrafficsim.draw.gtu with parameters of type TextAnimation.ContrastToBackground Constructor Description Text(Locatable source, String text, float dx, float dy, TextAlignment textAlignment, Color color, SimulatorInterface.TimeDoubleUnit simulator, TextAnimation.ContrastToBackground background)
-