public class NearestPointDirection extends Enum
Title: NearestPointDirection
Description: Describes the possible values of the NeareastPoint.Direction method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software
NearestPoint.getDirection()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static NearestPointDirection |
BOTH
Nearest point both horizontally and vertically.
|
static NearestPointDirection |
HORIZONTAL
Nearest horizontal point.
|
static NearestPointDirection |
VERTICAL
Nearest vertical point.
|
getValue, readResolve
public static final NearestPointDirection HORIZONTAL
public static final NearestPointDirection VERTICAL
public static final NearestPointDirection BOTH