eof.java4autocad
Class AcZoomScaleType

java.lang.Object
  extended byeof.java4autocad.AcZoomScaleType

public class AcZoomScaleType
extends java.lang.Object

Author:
Jonathon

Field Summary
static int acZoomScaledAbsolute
           
static int acZoomScaledRelative
           
static int acZoomScaledRelativePSpace
           
 
Constructor Summary
AcZoomScaleType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

acZoomScaledAbsolute

public static final int acZoomScaledAbsolute
See Also:
Constant Field Values

acZoomScaledRelative

public static final int acZoomScaledRelative
See Also:
Constant Field Values

acZoomScaledRelativePSpace

public static final int acZoomScaledRelativePSpace
See Also:
Constant Field Values
Constructor Detail

AcZoomScaleType

public AcZoomScaleType()