org.apache.fop.layoutmgr
Class RelSide
java.lang.Object
|
+--org.apache.fop.layoutmgr.RelSide
- public final class RelSide
- extends java.lang.Object
Enum class for relative sides.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BEFORE
public static final RelSide BEFORE
- the before side
AFTER
public static final RelSide AFTER
- the after side
START
public static final RelSide START
- the start side
END
public static final RelSide END
- the end side
getName
public java.lang.String getName()
- Returns:
- the name of the enum
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.