Interface RulerSpriteFactory
- All Known Implementing Classes:
DefaultRulerSpriteFactory
public interface RulerSpriteFactory
- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptioncreate(double value, DecimalFormat adaptedFormat, TextureManager textureManager) Return the texture for the given value.
-
Method Details
-
create
Return the texture for the given value.- Parameters:
value- the value.adaptedFormat- an adapted number format for the given value.textureManager-TextureManagerto use.- Returns:
- a positioned text entity for the given value.
-