public final class NearestPointStyle extends Enum
Title: NearestPointStyle class
Description: Describes the possible values of the NearestPoint.Style method.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
NearestPoint.getStyle(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static NearestPointStyle |
CIRCLE
Shape is a circle.
|
static NearestPointStyle |
DIAMOND
Shape is a diamond.
|
static NearestPointStyle |
NONE
No shape is drawn.
|
static NearestPointStyle |
RECTANGLE
Shape is a rectangle.
|
getValue, readResolvepublic static final NearestPointStyle NONE
public static final NearestPointStyle CIRCLE
public static final NearestPointStyle RECTANGLE
public static final NearestPointStyle DIAMOND