public enum ImageViewFormat extends Enum<ImageViewFormat>
| Enum Constant and Description |
|---|
FRAME |
FRAMELESS |
THUMBNAIL |
UNRESTRAINED |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
asKeyword() |
ImageViewFormat |
combine(ImageViewFormat other) |
abstract boolean |
isFramed() |
abstract int |
priority() |
static ImageViewFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageViewFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ImageViewFormat |
which(String s) |
public static final ImageViewFormat UNRESTRAINED
public static final ImageViewFormat FRAMELESS
public static final ImageViewFormat THUMBNAIL
public static final ImageViewFormat FRAME
public static ImageViewFormat[] values()
for (ImageViewFormat c : ImageViewFormat.values()) System.out.println(c);
public static ImageViewFormat 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 abstract String asKeyword()
public abstract int priority()
public abstract boolean isFramed()
public static ImageViewFormat which(String s)
public ImageViewFormat combine(ImageViewFormat other)
Copyright © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.