|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.AbstractIcon
Abstract Icon Interface.
Field Summary | |
protected int |
height
|
protected int |
width
|
Constructor Summary | |
protected |
AbstractIcon(int width,
int height)
Constructs new AbstractIcon object. |
Method Summary | |
int |
getIconHeight()
Returns the icon's height. |
int |
getIconWidth()
Returns the icon's width. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface yu.ac.bg.etf.javaqx.qswing.Icon |
paintIcon |
Field Detail |
protected int width
protected int height
Constructor Detail |
protected AbstractIcon(int width, int height)
width
- the icon's widthheight
- the icon's heightMethod Detail |
public int getIconWidth()
getIconWidth
in interface Icon
public int getIconHeight()
getIconHeight
in interface Icon
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |