|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlexibleSize
JComponents that are implementing this interface are capable of displaying
Jaspira multi size icons (MultiIcon), either directly or in one of their child components.
Methods of this interface can be used to set the icon size, which should be inherited
by qualifying child components.
| Field Summary | |
|---|---|
static int |
HUGE
Standard large size (48 pixel) |
static int |
LARGE
Standard large size (32 pixel) |
static int |
MEDIUM
Standard medium size (24 pixel) |
static int |
SMALL
Standard small size (16 pixel) |
static int |
STANDARD
Standard size for icons (16 pixel) |
static int |
UNDETERMINED
Undetermined size |
| Method Summary | |
|---|---|
int |
getIconSize()
Gets the current icon size. |
void |
setIconSize(int size)
Sets the current icon size. |
| Field Detail |
|---|
static final int UNDETERMINED
static final int SMALL
static final int MEDIUM
static final int LARGE
static final int HUGE
static final int STANDARD
| Method Detail |
|---|
int getIconSize()
STANDARD/SMALL/
MEDIUM/LARGE/HUGE)void setIconSize(int size)
size - The icon size descriptor (STANDARD/SMALL/
MEDIUM/LARGE/HUGE)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||