|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.gui.ImageReference
public class ImageReference
An reference to an image in an ImageFactory.
| Constructor Summary | |
|---|---|
ImageReference()
Create a new, blank image reference. |
|
ImageReference(java.lang.String factoryName,
java.lang.String name)
Create a new image reference. |
|
| Method Summary | |
|---|---|
boolean |
exists()
True if the referenced image exists. |
java.lang.String |
getFactory()
Get the image factory name. |
java.awt.Image |
getImage()
Get the image referenced. |
java.lang.String |
getName()
Get the image name. |
void |
setFactory(java.lang.String newFactory)
Set the image factory name. |
void |
setName(java.lang.String newName)
Set the image name. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImageReference()
public ImageReference(java.lang.String factoryName,
java.lang.String name)
| Method Detail |
|---|
public java.awt.Image getImage()
public boolean exists()
public java.lang.String getName()
public void setName(java.lang.String newName)
public java.lang.String getFactory()
public void setFactory(java.lang.String newFactory)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||