Interface TextAnimation.ScaleDependentRendering

  • Enclosing class:
    TextAnimation

    public static interface TextAnimation.ScaleDependentRendering
    Determine if a Feature object should be rendered.
    • Method Detail

      • isRendered

        boolean isRendered​(double scale)
        Determine if a Text should be rendered, depending on the scale.
        Parameters:
        scale - double; the current font scale
        Returns:
        boolean; true if the text should be rendered at the scale; false if the text should not be rendered at the scale