daoc.editor.image
Class Texture

java.lang.Object
  extended bydaoc.editor.image.Texture
All Implemented Interfaces:
Asset

public class Texture
extends java.lang.Object
implements Asset

A texture file.


Constructor Summary
Texture(AssetNode n)
           
 
Method Summary
 java.awt.image.BufferedImage getImage()
           
 java.lang.String getName()
           
 AssetNode getNode()
           
 void update(AssetNode n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Texture

public Texture(AssetNode n)
Method Detail

update

public void update(AssetNode n)

getName

public java.lang.String getName()
Specified by:
getName in interface Asset

getImage

public java.awt.image.BufferedImage getImage()
Specified by:
getImage in interface Asset

getNode

public AssetNode getNode()