Uses of Interface
org.opentrafficsim.draw.RenderableTextSource.ScaleDependentRendering
Packages that use RenderableTextSource.ScaleDependentRendering
Package
Description
Generic animation classes, i.e., for displaying texts.
Animation for Links, Lanes, Nodes.
-
Uses of RenderableTextSource.ScaleDependentRendering in org.opentrafficsim.draw
Fields in org.opentrafficsim.draw declared as RenderableTextSource.ScaleDependentRenderingModifier and TypeFieldDescriptionstatic final RenderableTextSource.ScaleDependentRenderingRenderableTextSource.RENDERALWAYSAlways render the Text.static final RenderableTextSource.ScaleDependentRenderingRenderableTextSource.RENDERWHEN1Don't render texts when smaller than 1.static final RenderableTextSource.ScaleDependentRenderingRenderableTextSource.RENDERWHEN10Don't render texts when smaller than 2.static final RenderableTextSource.ScaleDependentRenderingRenderableTextSource.RENDERWHEN100Don't render texts when smaller than 2.Methods in org.opentrafficsim.draw that return RenderableTextSource.ScaleDependentRenderingModifier and TypeMethodDescriptionRenderableTextSource.getScaleDependentRendering()Retrieve the scale dependent rendering qualifier (used in cloning).Constructors in org.opentrafficsim.draw with parameters of type RenderableTextSource.ScaleDependentRenderingModifierConstructorDescriptionRenderableTextSource(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.RenderableTextSource(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.ScaleDependentRendering scaleDependentRendering) Construct a new TextAnimation without contrast to background protection and no minimum font scale.RenderableTextSource(L source, Supplier<String> text, float dx, float dy, TextAlignment textAlignment, Color color, nl.tudelft.simulation.naming.context.Contextualized contextualized, RenderableTextSource.ScaleDependentRendering scaleDependentRendering) Constructor. -
Uses of RenderableTextSource.ScaleDependentRendering in org.opentrafficsim.draw.network
Constructors in org.opentrafficsim.draw.network with parameters of type RenderableTextSource.ScaleDependentRenderingModifierConstructorDescriptionText(LinkAnimation.LinkData source, Supplier<String> text, float dx, float dy, TextAlignment textPlacement, Color color, nl.tudelft.simulation.naming.context.Contextualized contextualized, RenderableTextSource.ScaleDependentRendering scaleDependentRendering) Constructor.Text(NodeAnimation.NodeData source, Supplier<String> text, float dx, float dy, TextAlignment textPlacement, Color color, nl.tudelft.simulation.naming.context.Contextualized contextualized, RenderableTextSource.ScaleDependentRendering scaleDependentRendering) Constructor.