Package org.opentrafficsim.draw.core
Interface TextAnimation.ScaleDependentRendering
-
- Enclosing class:
- TextAnimation
public static interface TextAnimation.ScaleDependentRenderingDetermine if a Feature object should be rendered.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRendered(double scale)Determine if a Text should be rendered, depending on the scale.
-