|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.ElementAlignment
public final class ElementAlignment
Represents the alignment of an element.
Field Summary | |
---|---|
static ElementAlignment |
BOTTOM
A constant for bottom alignment. |
static ElementAlignment |
CENTER
A constant for center alignment (horizontal). |
static ElementAlignment |
JUSTIFY
|
static ElementAlignment |
LEFT
A constant for left alignment. |
static ElementAlignment |
MIDDLE
A constant for middle alignment (vertical). |
static ElementAlignment |
RIGHT
A constant for right alignment. |
static ElementAlignment |
TOP
A constant for top alignment. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
Returns the alignment name. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ElementAlignment LEFT
public static final ElementAlignment CENTER
public static final ElementAlignment RIGHT
public static final ElementAlignment JUSTIFY
public static final ElementAlignment TOP
public static final ElementAlignment MIDDLE
public static final ElementAlignment BOTTOM
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |