public static enum ImagePropertyPanel.Size extends Enum<ImagePropertyPanel.Size>
Enum Constant and Description |
---|
HEIGHT_LARGE |
HEIGHT_MEDIUM |
HEIGHT_SMALL |
Modifier and Type | Method and Description |
---|---|
int |
getPixels() |
static ImagePropertyPanel.Size |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagePropertyPanel.Size[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImagePropertyPanel.Size HEIGHT_SMALL
public static final ImagePropertyPanel.Size HEIGHT_MEDIUM
public static final ImagePropertyPanel.Size HEIGHT_LARGE
public static ImagePropertyPanel.Size[] values()
for (ImagePropertyPanel.Size c : ImagePropertyPanel.Size.values()) System.out.println(c);
public static ImagePropertyPanel.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 int getPixels()
Copyright © 2003–2018 Atlassian. All rights reserved.