public static enum HamburgerMenu.Size extends Enum<HamburgerMenu.Size>
Modifier and Type | Method and Description |
---|---|
ImageIcon |
getIcon() |
static HamburgerMenu.Size |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HamburgerMenu.Size[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HamburgerMenu.Size SIZE32
public static final HamburgerMenu.Size SIZE24
public static final HamburgerMenu.Size SIZE16
public static HamburgerMenu.Size[] values()
for (HamburgerMenu.Size c : HamburgerMenu.Size.values()) System.out.println(c);
public static HamburgerMenu.Size valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic ImageIcon getIcon()
Copyright © 2014–2020. All rights reserved.