public enum RectangleAnchorEnum extends Enum<RectangleAnchorEnum> implements net.sf.jasperreports.engine.type.NamedEnum
| Enum Constant and Description |
|---|
BOTTOM |
BOTTOM_LEFT |
BOTTOM_RIGHT |
CENTER |
LEFT |
RIGHT |
TOP |
TOP_LEFT |
TOP_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
static RectangleAnchorEnum |
getByName(String name) |
String |
getName() |
org.jfree.ui.RectangleAnchor |
getRectangleAnchor() |
static RectangleAnchorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RectangleAnchorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RectangleAnchorEnum TOP
public static final RectangleAnchorEnum TOP_LEFT
public static final RectangleAnchorEnum TOP_RIGHT
public static final RectangleAnchorEnum BOTTOM
public static final RectangleAnchorEnum BOTTOM_LEFT
public static final RectangleAnchorEnum BOTTOM_RIGHT
public static final RectangleAnchorEnum CENTER
public static final RectangleAnchorEnum LEFT
public static final RectangleAnchorEnum RIGHT
public static RectangleAnchorEnum[] values()
for (RectangleAnchorEnum c : RectangleAnchorEnum.values()) System.out.println(c);
public static RectangleAnchorEnum 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 String getName()
getName in interface net.sf.jasperreports.engine.type.NamedEnumpublic final org.jfree.ui.RectangleAnchor getRectangleAnchor()
public static RectangleAnchorEnum getByName(String name)
Copyright © 2019 TIBCO Software Inc.. All rights reserved.