DefaultRulerSpriteFactory
public interface RulerSpriteFactory
Modifier and Type | Method | Description |
---|---|---|
Texture |
create(double value,
java.text.DecimalFormat adaptedFormat,
TextureManager textureManager) |
Return the texture for the given value.
|
Texture create(double value, java.text.DecimalFormat adaptedFormat, TextureManager textureManager)
value
- the value.adaptedFormat
- an adapted number format for the given value.textureManager
- TextureManager
to use.