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