Interface RulerSpriteFactory
-
- All Known Implementing Classes:
DefaultRulerSpriteFactory
public interface RulerSpriteFactory
- Author:
- Pierre Lando
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Texture
create(double value, java.text.DecimalFormat adaptedFormat, TextureManager textureManager)
Return the texture for the given value.
-
-
-
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.
-
-