|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.birosoft.liquid.skin.SkinElement
public class SkinElement
The base class for Skin
and SkinMenuItem
. It's
responsibility is to handle the loading of the image from the cache.
Constructor Summary | |
---|---|
SkinElement(java.lang.String filename,
boolean useAutomaticBitmap)
|
Method Summary | |
---|---|
java.lang.String |
getFilename()
returns the filename for the skin file. |
java.awt.Image |
getImage()
returns the image for the skin |
void |
setFilename(java.lang.String filename)
Sets the filename for the skin file |
protected void |
setImage(java.awt.Image image)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkinElement(java.lang.String filename, boolean useAutomaticBitmap)
Method Detail |
---|
public java.lang.String getFilename()
public void setFilename(java.lang.String filename)
filename
- the filename for the skin filepublic java.awt.Image getImage()
protected void setImage(java.awt.Image image)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |