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