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 |
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 and Description |
---|
RulerDrawer(TextureManager textureManager)
Ruler drawer constructor.
|