Uses of Interface
org.opentrafficsim.draw.core.TextAnimation.ScaleDependentRendering
Packages that use TextAnimation.ScaleDependentRendering
Package
Description
Generic animation classes, i.e., for displaying texts.
Animation for Links, Lanes, Nodes.
-
Uses of TextAnimation.ScaleDependentRendering in org.opentrafficsim.draw.core
Fields in org.opentrafficsim.draw.core declared as TextAnimation.ScaleDependentRenderingModifier and TypeFieldDescriptionstatic final TextAnimation.ScaleDependentRendering
TextAnimation.RENDERALWAYS
Always render the Text.static final TextAnimation.ScaleDependentRendering
TextAnimation.RENDERWHEN1
Don't render texts when smaller than 1.static final TextAnimation.ScaleDependentRendering
TextAnimation.RENDERWHEN10
Don't render texts when smaller than 2.static final TextAnimation.ScaleDependentRendering
TextAnimation.RENDERWHEN100
Don't render texts when smaller than 2.Methods in org.opentrafficsim.draw.core that return TextAnimation.ScaleDependentRenderingModifier and TypeMethodDescriptionprotected TextAnimation.ScaleDependentRendering
TextAnimation.getScaleDependentRendering()
Retrieve the scale dependent rendering qualifier (used in cloning).Constructors in org.opentrafficsim.draw.core with parameters of type TextAnimation.ScaleDependentRenderingModifierConstructorDescriptionTextAnimation
(Locatable source, String text, float dx, float dy, TextAlignment textAlignment, Color color, float fontSize, float minFontSize, float maxFontSize, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, TextAnimation.ContrastToBackground background, TextAnimation.ScaleDependentRendering scaleDependentRendering) Construct a new TextAnimation.TextAnimation
(Locatable source, String text, float dx, float dy, TextAlignment textAlignment, Color color, float fontSize, float minFontSize, float maxFontSize, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, TextAnimation.ScaleDependentRendering scaleDependentRendering) Construct a new TextAnimation without contrast to background protection and no minimum font scale.TextAnimation
(Locatable source, String text, float dx, float dy, TextAlignment textAlignment, Color color, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, TextAnimation.ScaleDependentRendering scaleDependentRendering) -
Uses of TextAnimation.ScaleDependentRendering in org.opentrafficsim.draw.network
Constructors in org.opentrafficsim.draw.network with parameters of type TextAnimation.ScaleDependentRenderingModifierConstructorDescriptionText
(Locatable source, String text, float dx, float dy, TextAlignment textPlacement, Color color, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, TextAnimation.ScaleDependentRendering scaleDependentRendering) Text
(Locatable source, String text, float dx, float dy, TextAlignment textPlacement, Color color, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, TextAnimation.ScaleDependentRendering scaleDependentRendering)