Method Summary |
|
public String | getDescription() |
public int | getIconHeight() Returns the height of the icon in pixels. |
public int | getIconWidth() Returns the width of the icon in pixels. |
public String | getRelativePath() Returns the path relative to the current CLASSPATH that contains the
icon. |
public ImageIcon | imageIcon() Returns the underlying image icon. |
public boolean | isEmbedded() Returns true if this image is embedded. |
public void | loadImage() Loads the image from the project manager and caches the resulting
ImageIcon. |
public void | paintIcon(Component c, Graphics g, int x, int y) Icon implementation. |
public void | print() |
public void | read(JETAObjectInput in) |
public void | setDescription(String desc) Sets the description for this icon. |
public void | setEmbedded(boolean bembedded) Sets the flag that indicates if this image is embedded or not Not
currently used. |
public void | setRelativePath(String path) Sets the relative path where the icon file is located. |
public void | setValue(Object prop) Sets this property to that of another IconProperty. |
public void | updateBean(JETABean jbean) Updates the bean. |
public void | write(JETAObjectOutput out) |