Interface RulerSpriteFactory

    • Method Detail

      • create

        Texture create​(double value,
                       java.text.DecimalFormat adaptedFormat,
                       TextureManager textureManager)
        Return the texture for the given value.
        Parameters:
        value - the value.
        adaptedFormat - an adapted number format for the given value.
        textureManager - TextureManager to use.
        Returns:
        a positioned text entity for the given value.