| Modifier and Type | Method and Description |
|---|---|
TextureManager |
Canvas.getTextureManager()
Texture manger getter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
G2DTextureManager |
| Modifier and Type | Class and Description |
|---|---|
class |
JoGLTextureManager |
| Modifier and Type | Method and Description |
|---|---|
Texture |
RulerSpriteFactory.create(double value,
java.text.DecimalFormat adaptedFormat,
TextureManager textureManager)
Return the texture for the given value.
|
Texture |
DefaultRulerSpriteFactory.create(double value,
java.text.DecimalFormat adaptedFormat,
TextureManager textureManager) |
| Constructor and Description |
|---|
RulerDrawer(TextureManager textureManager)
Ruler drawer constructor.
|