com.steema.teechart.printer
Class PreviewZone

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

public final class PreviewZone
extends Enum

Title: PreviewZone class

Description: Preview Zones

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

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
static PreviewZone BOTTOM
           
static PreviewZone LEFT
           
static PreviewZone LEFTBOTTOM
           
static PreviewZone LEFTTOP
           
static PreviewZone NONE
           
static PreviewZone RIGHT
           
static PreviewZone RIGHTBOTTOM
           
static PreviewZone RIGHTTOP
           
static PreviewZone TOP
           
 
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

NONE

public static final PreviewZone NONE

LEFT

public static final PreviewZone LEFT

TOP

public static final PreviewZone TOP

RIGHT

public static final PreviewZone RIGHT

BOTTOM

public static final PreviewZone BOTTOM

LEFTTOP

public static final PreviewZone LEFTTOP

RIGHTTOP

public static final PreviewZone RIGHTTOP

LEFTBOTTOM

public static final PreviewZone LEFTBOTTOM

RIGHTBOTTOM

public static final PreviewZone RIGHTBOTTOM