Interface RulerSpriteFactory

All Known Implementing Classes:
DefaultRulerSpriteFactory

public interface RulerSpriteFactory
Author:
Pierre Lando
  • Method Summary

    Modifier and Type
    Method
    Description
    create(double value, DecimalFormat adaptedFormat, TextureManager textureManager)
    Return the texture for the given value.
  • Method Details

    • create

      Texture create(double value, 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.