Class RelSide

java.lang.Object
org.apache.fop.layoutmgr.RelSide

public final class RelSide extends Object
Enum class for relative sides.
  • Field Details

    • 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
  • Method Details

    • getName

      public String getName()
      Returns:
      the name of the enum
    • toString

      public String toString()
      Overrides:
      toString in class Object