Package | Description |
---|---|
view.system |
Modifier and Type | Method and Description |
---|---|
CompoundIcon.Axis |
CompoundIcon.getAxis()
Get the Axis along which each icon is painted.
|
static CompoundIcon.Axis |
CompoundIcon.Axis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompoundIcon.Axis[] |
CompoundIcon.Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompoundIcon(CompoundIcon.Axis axis,
javax.swing.Icon... icons)
Convenience contructor for creating a CompoundIcon where the
gap is 0 and the X/Y alignments will default to CENTER.
|
CompoundIcon(CompoundIcon.Axis axis,
int gap,
float alignmentX,
float alignmentY,
javax.swing.Icon... icons)
Create a CompoundIcon specifying all the properties.
|
CompoundIcon(CompoundIcon.Axis axis,
int gap,
javax.swing.Icon... icons)
Convenience contructor for creating a CompoundIcon where the
X/Y alignments will default to CENTER.
|