org.apache.fop.layoutmgr

Class RelSide


public final class RelSide
extends java.lang.Object

Enum class for relative sides.

Field Summary

static RelSide
AFTER
the after side
static RelSide
BEFORE
the before side
static RelSide
END
the end side
static RelSide
START
the start side

Method Summary

String
getName()
String
toString()

Field Details

AFTER

public static final RelSide AFTER
the after side

BEFORE

public static final RelSide BEFORE
the before side

END

public static final RelSide END
the end side

START

public static final RelSide START
the start side

Method Details

getName

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

toString

public String toString()

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.