public final class ZoomDirections extends Enum
Title: ZoomDirections class
Description: Describes the possible values of Zoom.Direction method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static ZoomDirections |
BOTH
Allows both Horizontal and Vertical Zooming.
|
static ZoomDirections |
HORIZONTAL
Allows only Horizontal Zooming.
|
static ZoomDirections |
VERTICAL
Allows only Vertical Zooming.
|
getValue, readResolve
public static final ZoomDirections HORIZONTAL
public static final ZoomDirections VERTICAL
public static final ZoomDirections BOTH