Uses of Interface
org.opentrafficsim.draw.TextAnimation.ContrastToBackground
Package
Description
Generic animation classes, i.e., for displaying texts.
GTU animations.
-
Uses of TextAnimation.ContrastToBackground in org.opentrafficsim.draw
ModifierConstructorDescriptionTextAnimation
(L source, Supplier<String> text, float dx, float dy, TextAlignment textAlignment, Color color, float fontSize, float minFontSize, float maxFontSize, nl.tudelft.simulation.naming.context.Contextualized contextualized, TextAnimation.ContrastToBackground background, TextAnimation.ScaleDependentRendering scaleDependentRendering) Construct a new TextAnimation. -
Uses of TextAnimation.ContrastToBackground in org.opentrafficsim.draw.gtu
ModifierConstructorDescriptionText
(DefaultCarAnimation.GtuData source, Supplier<String> text, float dx, float dy, TextAlignment textAlignment, Color color, nl.tudelft.simulation.naming.context.Contextualized contextualized, TextAnimation.ContrastToBackground background)