|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompoundIcon.Layout | |
---|---|
com.ezware.oxbow.swingbits.util |
Uses of CompoundIcon.Layout in com.ezware.oxbow.swingbits.util |
---|
Methods in com.ezware.oxbow.swingbits.util that return CompoundIcon.Layout | |
---|---|
CompoundIcon.Layout |
CompoundIcon.getLayout()
Get the layout along which each icon is painted. |
static CompoundIcon.Layout |
CompoundIcon.Layout.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CompoundIcon.Layout[] |
CompoundIcon.Layout.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.ezware.oxbow.swingbits.util with parameters of type CompoundIcon.Layout | |
---|---|
CompoundIcon(CompoundIcon.Layout layout,
Icon... icons)
Convenience constructor for creating a CompoundIcon where the gap is 0 and the X/Y alignments will default to CENTER. |
|
CompoundIcon(CompoundIcon.Layout layout,
int gap,
float alignmentX,
float alignmentY,
Icon... icons)
Create a CompoundIcon specifying all the properties. |
|
CompoundIcon(CompoundIcon.Layout layout,
int gap,
Icon... icons)
Convenience constructor for creating a CompoundIcon where the X/Y alignments will default to CENTER. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |