public enum PointStyle

  1. Object
  2. Enum<PointStyle>
  3. PointStyle

ImplementsComparable<PointStyle>

The chart point style enumerator.

Enum constants

X
CIRCLE
TRIANGLE
SQUARE
DIAMOND
POINT

Methods

public static PointStyle[] values()
public static PointStyle valueOf(String name)
public static PointStyle getPointStyleForName(String name)Return the point shape that has the provided symbol.
public static int getIndexForName(String name)Returns the point shape index based on the given name.
public String getName()Returns the point shape name.
public String toString()Returns the point shape name.

Inherited methods

Enum constant details

X

X

CIRCLE

CIRCLE

TRIANGLE

TRIANGLE

SQUARE

SQUARE

DIAMOND

DIAMOND

POINT

POINT

Method details

values

public static PointStyle[] values()

valueOf

public static PointStyle valueOf(String name)

getPointStyleForName

public static PointStyle getPointStyleForName(String name)
Return the point shape that has the provided symbol.

Parameters

name String
the point style name

Returns

the point shape

getIndexForName

public static int getIndexForName(String name)
Returns the point shape index based on the given name.

Returns

the point shape index

getName

public String getName()
Returns the point shape name.

Returns

the point shape name

toString

public String toString()
Returns the point shape name.

Returns

the point shape name