Package org.jfree.layouting.input.style
Class PseudoPage
- java.lang.Object
-
- org.jfree.layouting.input.style.PseudoPage
-
public final class PseudoPage extends java.lang.ObjectCreation-Date: 29.05.2006, 17:23:07- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static PseudoPageFIRSTstatic PseudoPageLEFTstatic PseudoPageRIGHT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
LEFT
public static final PseudoPage LEFT
-
RIGHT
public static final PseudoPage RIGHT
-
FIRST
public static final PseudoPage FIRST
-
-