Uses of Class
org.icepdf.ri.common.CompoundIcon.Axis
-
Packages that use CompoundIcon.Axis Package Description org.icepdf.ri.common -
-
Uses of CompoundIcon.Axis in org.icepdf.ri.common
Methods in org.icepdf.ri.common that return CompoundIcon.Axis Modifier and Type Method Description CompoundIcon.AxisCompoundIcon. getAxis()Get the Axis along which each icon is painted.static CompoundIcon.AxisCompoundIcon.Axis. valueOf(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.Constructors in org.icepdf.ri.common with parameters of type CompoundIcon.Axis Constructor Description CompoundIcon(CompoundIcon.Axis axis, int gap, float alignmentX, float alignmentY, Icon... icons)Create a CompoundIcon specifying all the properties.CompoundIcon(CompoundIcon.Axis axis, int gap, Icon... icons)Convenience contrusctor for creating a CompoundIcon where the X/Y alignments will default to CENTER.CompoundIcon(CompoundIcon.Axis axis, Icon... icons)Convenience constructor for creating a CompoundIcon where the gap is 0 and the X/Y alignments will default to CENTER.
-