vlcskineditor.resources
Class ImageResource

java.lang.Object
  extended by vlcskineditor.Resource
      extended by vlcskineditor.resources.ImageResource
Direct Known Subclasses:
Bitmap, SubBitmap

public abstract class ImageResource
extends Resource

To summarize Bitmaps and SubBitmaps to one type accesible by all items


Field Summary
 java.awt.image.BufferedImage image
          The image represented by the resource
 
Fields inherited from class vlcskineditor.Resource
id, s, type
 
Constructor Summary
ImageResource()
           
 
Method Summary
 
Methods inherited from class vlcskineditor.Resource
getParentOf, getTreeNode, renameForCopy, returnCode, showOptions, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

image

public java.awt.image.BufferedImage image
The image represented by the resource

Constructor Detail

ImageResource

public ImageResource()