|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wirefusion.player.Resource
public class Resource
Objects of this class represent WireFusion resources.
| Method Summary | |
|---|---|
java.awt.Image |
getImage()
Returns an image which gets pixel data from this resource. |
ResourceInputStream |
getInputStream()
Gets an input stream of the resource data. |
WfImage |
getWfImage()
Returns a WfImage which gets pixel data from this resource. |
boolean |
isComplete()
Returns true if the resource is fully loaded, otherwise false. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
public boolean isComplete()
public ResourceInputStream getInputStream()
public java.awt.Image getImage()
public WfImage getWfImage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||