Uses of Class
org.nuiton.jaxx.runtime.swing.CompoundIcon.Layout
-
Packages that use CompoundIcon.Layout Package Description org.nuiton.jaxx.runtime.swing -
-
Uses of CompoundIcon.Layout in org.nuiton.jaxx.runtime.swing
Methods in org.nuiton.jaxx.runtime.swing that return CompoundIcon.Layout Modifier and Type Method Description CompoundIcon.LayoutCompoundIcon. getLayout()Get the layout along which each icon is painted.static CompoundIcon.LayoutCompoundIcon.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 org.nuiton.jaxx.runtime.swing with parameters of type CompoundIcon.Layout Constructor Description 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.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.
-