|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AssetNode | |
| daoc.editor.image | |
| daoc.editor.model | |
| daoc.editor.model.nodes | |
| Uses of AssetNode in daoc.editor.image |
| Methods in daoc.editor.image that return AssetNode | |
AssetNode |
Font.getNode()
|
AssetNode |
Texture.getNode()
|
| Methods in daoc.editor.image with parameters of type AssetNode | |
void |
Font.update(AssetNode n)
|
void |
Texture.update(AssetNode n)
|
| Constructors in daoc.editor.image with parameters of type AssetNode | |
Font(AssetNode n)
|
|
Texture(AssetNode n)
|
|
| Uses of AssetNode in daoc.editor.model |
| Methods in daoc.editor.model with parameters of type AssetNode | |
void |
CanvasManager.remove(AssetNode n)
|
void |
CanvasManager.update(AssetNode n)
|
void |
FontManager.remove(AssetNode n)
|
void |
FontManager.update(AssetNode n)
|
void |
TextureManager.remove(AssetNode n)
|
void |
TextureManager.update(AssetNode n)
|
| Uses of AssetNode in daoc.editor.model.nodes |
| Subclasses of AssetNode in daoc.editor.model.nodes | |
class |
CanvasNode
Canvas wrapper, just a name and file. |
class |
FontNode
Wrapper for the Font node, just name and file. |
class |
TextureNode
Texture information. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||