Uses of Interface
org.opentrafficsim.draw.core.TextAnimation.ScaleDependentRendering
-
Packages that use TextAnimation.ScaleDependentRendering Package Description org.opentrafficsim.draw.core Generic animation classes, i.e., for displaying texts.org.opentrafficsim.draw.network Animation for Links, Lanes, Nodes. -
-
Uses of TextAnimation.ScaleDependentRendering in org.opentrafficsim.draw.core
Fields in org.opentrafficsim.draw.core declared as TextAnimation.ScaleDependentRendering Modifier and Type Field Description static TextAnimation.ScaleDependentRendering
TextAnimation. RENDERALWAYS
Always render the Text.static TextAnimation.ScaleDependentRendering
TextAnimation. RENDERWHEN1
Don't render texts when smaller than 1.static TextAnimation.ScaleDependentRendering
TextAnimation. RENDERWHEN10
Don't render texts when smaller than 2.static TextAnimation.ScaleDependentRendering
TextAnimation. RENDERWHEN100
Don't render texts when smaller than 2.Methods in org.opentrafficsim.draw.core that return TextAnimation.ScaleDependentRendering Modifier and Type Method Description protected TextAnimation.ScaleDependentRendering
TextAnimation. getScaleDependentRendering()
Retrieve the scale dependent rendering qualifier (used in cloning).Constructors in org.opentrafficsim.draw.core with parameters of type TextAnimation.ScaleDependentRendering 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.TextAnimation(Locatable source, String text, float dx, float dy, TextAlignment textAlignment, Color color, float fontSize, float minFontSize, float maxFontSize, SimulatorInterface.TimeDoubleUnit 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, SimulatorInterface.TimeDoubleUnit simulator, TextAnimation.ScaleDependentRendering scaleDependentRendering)
-
Uses of TextAnimation.ScaleDependentRendering in org.opentrafficsim.draw.network
Constructors in org.opentrafficsim.draw.network with parameters of type TextAnimation.ScaleDependentRendering Constructor Description Text(Locatable source, String text, float dx, float dy, TextAlignment textPlacement, Color color, SimulatorInterface.TimeDoubleUnit simulator, TextAnimation.ScaleDependentRendering scaleDependentRendering)
Text(Locatable source, String text, float dx, float dy, TextAlignment textPlacement, Color color, SimulatorInterface.TimeDoubleUnit simulator, TextAnimation.ScaleDependentRendering scaleDependentRendering)
-