Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.imagero.gui.flowin.images
Class RestoreImagePressed  view RestoreImagePressed download RestoreImagePressed.java

java.lang.Object
  extended bycom.imagero.gui.flowin.images.RestoreImagePressed
All Implemented Interfaces:
com.imagero.res.Resource

public class RestoreImagePressed
extends java.lang.Object
implements com.imagero.res.Resource


Field Summary
private  byte[] res
           
private  java.lang.String type
           
 
Constructor Summary
RestoreImagePressed()
           
 
Method Summary
 byte[] getData()
          get raw data as byte array
 java.lang.String getType()
          get resource type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private java.lang.String type

res

private byte[] res
Constructor Detail

RestoreImagePressed

public RestoreImagePressed()
Method Detail

getData

public byte[] getData()
Description copied from interface: com.imagero.res.Resource
get raw data as byte array

Specified by:
getData in interface com.imagero.res.Resource

getType

public java.lang.String getType()
Description copied from interface: com.imagero.res.Resource
get resource type

Specified by:
getType in interface com.imagero.res.Resource