public static enum KSLightBox.Size extends Enum<KSLightBox.Size>
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
static KSLightBox.Size |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KSLightBox.Size[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KSLightBox.Size SMALL
public static final KSLightBox.Size MEDIUM
public static final KSLightBox.Size LARGE
public static KSLightBox.Size[] values()
for (KSLightBox.Size c : KSLightBox.Size.values()) System.out.println(c);
public static KSLightBox.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 getWidth()
public int getHeight()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.