Uses of Interface
org.opentrafficsim.draw.RenderableTextSource.ContrastToBackground
Packages that use RenderableTextSource.ContrastToBackground
Package
Description
Generic animation classes, i.e., for displaying texts.
GTU animations.
-
Uses of RenderableTextSource.ContrastToBackground in org.opentrafficsim.draw
Constructors in org.opentrafficsim.draw with parameters of type RenderableTextSource.ContrastToBackgroundModifierConstructorDescriptionRenderableTextSource(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, RenderableTextSource.ContrastToBackground background, RenderableTextSource.ScaleDependentRendering scaleDependentRendering) Construct a new TextAnimation. -
Uses of RenderableTextSource.ContrastToBackground in org.opentrafficsim.draw.gtu
Constructors in org.opentrafficsim.draw.gtu with parameters of type RenderableTextSource.ContrastToBackgroundModifierConstructorDescriptionText(DefaultCarAnimation.GtuData source, Supplier<String> text, float dx, float dy, TextAlignment textAlignment, Color color, nl.tudelft.simulation.naming.context.Contextualized contextualized, RenderableTextSource.ContrastToBackground background) Constructor.