|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.richclient.image.IconSize
public class IconSize
Enum for various supported icon sizes.
| Field Summary | |
|---|---|
static IconSize |
LARGE
The standard 24 pixel "large" icon. |
static IconSize |
SMALL
The standard 16 pixel "small" icon. |
| Method Summary | |
|---|---|
String |
getName()
Returns the icon size name. |
int |
getValue()
Returns the size value in pixels. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IconSize SMALL
public static final IconSize LARGE
| Method Detail |
|---|
public String getName()
public int getValue()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||