Package com.github.weisj.darklaf.util
Enum AlignmentExt
- All Implemented Interfaces:
Serializable,Comparable<AlignmentExt>,java.lang.constant.Constable
public enum AlignmentExt extends Enum<AlignmentExt>
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description BOTTOMCENTEREASTLEFTMIDDLE_HORIZONTALMIDDLE_VERTICALNORTHNORTH_EASTNORTH_WESTRIGHTSOUTHSOUTH_EASTSOUTH_WESTTOPWEST -
Method Summary
Modifier and Type Method Description InsetsmaskInsets(int top, int left, int bottom, int right, int mask)InsetsmaskInsets(Insets insets)InsetsmaskInsets(Insets insets, int maskValue)InsetsmaskInsetsInverted(int top, int left, int bottom, int right, int mask)InsetsmaskInsetsInverted(Insets insets)InsetsmaskInsetsInverted(Insets insets, int mask)static AlignmentExtvalueOf(String name)Returns the enum constant of this type with the specified name.static AlignmentExt[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
maskInsets
-
maskInsets
-
maskInsets
-
maskInsetsInverted
-
maskInsetsInverted
-
maskInsetsInverted
-