com.imagero.gui.flowin.images
Class UndockImagePressed

java.lang.Object
  extended bycom.imagero.gui.flowin.images.UndockImagePressed
All Implemented Interfaces:
Resource

public class UndockImagePressed
extends java.lang.Object
implements Resource


Constructor Summary
UndockImagePressed()
           
 
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
 

Constructor Detail

UndockImagePressed

public UndockImagePressed()
Method Detail

getData

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

Specified by:
getData in interface Resource
Returns:
byte array

getType

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

Specified by:
getType in interface Resource