Marker

Inheritance: java.lang.Object

public class Marker

Represents the marker in a line chart, scatter chart, or radar chart.

Methods

MethodDescription
equals(Object arg0)
getArea()Gets the Area.
getBackgroundColor()Represents the marker background color in a line chart, scatter chart, or radar chart.
getBackgroundColorSetType()Gets the marker background color set type.
getBorder()Gets the Line.
getClass()
getForegroundColor()Represents the marker foreground color in a line chart, scatter chart, or radar chart.
getForegroundColorSetType()Gets the marker foreground color set type.
getMarkerSize()Represents the marker size in unit of points.
getMarkerSizePx()Represents the marker size in unit of pixels.
getMarkerStyle()Represents the marker style.
hashCode()
notify()
notifyAll()
setBackgroundColor(Color value)Represents the marker background color in a line chart, scatter chart, or radar chart.
setBackgroundColorSetType(int value)Sets the marker background color set type.
setForegroundColor(Color value)Represents the marker foreground color in a line chart, scatter chart, or radar chart.
setForegroundColorSetType(int value)Sets the marker foreground color set type.
setMarkerSize(int value)Represents the marker size in unit of points.
setMarkerSizePx(int value)Represents the marker size in unit of pixels.
setMarkerStyle(int value)Represents the marker style.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getArea()

public Area getArea()

Gets the Area.

Returns: Area

getBackgroundColor()

public Color getBackgroundColor()

Represents the marker background color in a line chart, scatter chart, or radar chart.

Returns: Color

getBackgroundColorSetType()

public int getBackgroundColorSetType()

Gets the marker background color set type.

See FormattingType.

Returns: int

getBorder()

public Line getBorder()

Gets the Line.

Returns: Line

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getForegroundColor()

public Color getForegroundColor()

Represents the marker foreground color in a line chart, scatter chart, or radar chart.

Returns: Color

getForegroundColorSetType()

public int getForegroundColorSetType()

Gets the marker foreground color set type.

See FormattingType.

Returns: int

getMarkerSize()

public int getMarkerSize()

Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.

Returns: int

getMarkerSizePx()

public int getMarkerSizePx()

Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.

Returns: int

getMarkerStyle()

public int getMarkerStyle()

Represents the marker style. Applies to line chart, scatter chart, or radar chart.

See ChartMarkerType.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBackgroundColor(Color value)

public void setBackgroundColor(Color value)

Represents the marker background color in a line chart, scatter chart, or radar chart.

Parameters:

ParameterTypeDescription
valueColor

setBackgroundColorSetType(int value)

public void setBackgroundColorSetType(int value)

Sets the marker background color set type.

See FormattingType.

Parameters:

ParameterTypeDescription
valueint

setForegroundColor(Color value)

public void setForegroundColor(Color value)

Represents the marker foreground color in a line chart, scatter chart, or radar chart.

Parameters:

ParameterTypeDescription
valueColor

setForegroundColorSetType(int value)

public void setForegroundColorSetType(int value)

Sets the marker foreground color set type.

See FormattingType.

Parameters:

ParameterTypeDescription
valueint

setMarkerSize(int value)

public void setMarkerSize(int value)

Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.

Parameters:

ParameterTypeDescription
valueint

setMarkerSizePx(int value)

public void setMarkerSizePx(int value)

Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.

Parameters:

ParameterTypeDescription
valueint

setMarkerStyle(int value)

public void setMarkerStyle(int value)

Represents the marker style. Applies to line chart, scatter chart, or radar chart.

See ChartMarkerType.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int