com.steema.teechart.printer
Class PrintMarginUnit

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.printer.PrintMarginUnit
All Implemented Interfaces:
java.io.Serializable

public final class PrintMarginUnit
extends Enum

Title: PrintMarginUnit class

Description:

Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
static PrintMarginUnit PERCENT
          Sets units as percentage of page width and height.
static PrintMarginUnit SEVENTYSECONDSINCH
          Sets units as standard 1/72nds inch printer units.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERCENT

public static final PrintMarginUnit PERCENT
Sets units as percentage of page width and height.


SEVENTYSECONDSINCH

public static final PrintMarginUnit SEVENTYSECONDSINCH
Sets units as standard 1/72nds inch printer units.