| Package | Description |
|---|---|
| org.nuiton.jaxx.runtime.swing |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2008–2019 Ultreia.io. All rights reserved.