org.pz.platypus.plugin.rtf
Class Limits

java.lang.Object
  extended by org.pz.platypus.plugin.rtf.Limits

public class Limits
extends java.lang.Object

Static class that contains maxima, minima, and other RTF-related limits These are the same as the PDF limits, for the nonce, but might change as we implement more aspects of the RTF standard.

Author:
alb

Field Summary
static int COLUMN_COUNT_MAX
          a value so high that setting the current column to it, forces a new page
static float PAGE_HEIGHT_MAX
           
static float PAGE_HEIGHT_MIN
           
static float PAGE_WIDTH_MAX
           
static float PAGE_WIDTH_MIN
           
 
Constructor Summary
Limits()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGE_HEIGHT_MAX

public static final float PAGE_HEIGHT_MAX
See Also:
Constant Field Values

PAGE_HEIGHT_MIN

public static final float PAGE_HEIGHT_MIN
See Also:
Constant Field Values

PAGE_WIDTH_MAX

public static final float PAGE_WIDTH_MAX
See Also:
Constant Field Values

PAGE_WIDTH_MIN

public static final float PAGE_WIDTH_MIN
See Also:
Constant Field Values

COLUMN_COUNT_MAX

public static final int COLUMN_COUNT_MAX
a value so high that setting the current column to it, forces a new page

See Also:
Constant Field Values
Constructor Detail

Limits

public Limits()


Copyright © 2008-10 Pacific Data Works LLC