Skip to main content
A newer version of this page is available.

BubbleSeriesStyle Class

The Bubble series’s appearance settings storage.

Declaration

public class BubbleSeriesStyle
extends StyleBase

Inherited Members

java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)

Inheritance

BubbleSeriesStyle()

Initializes a new BubbleSeriesStyle class instance with default parameters.

Declaration

public BubbleSeriesStyle()

Methods

getMarkerStyle() Method

Returns the bubbles’ appearance settings.

Declaration

public MarkerStyle getMarkerStyle()

Returns

Type Description
MarkerStyle

The MarkerStyle object that specifies the bubbles’ appearance settings.

setMarkerStyle(MarkerStyle) Method

Specifies the bubbles’ appearance settings.

Declaration

public void setMarkerStyle(MarkerStyle markerStyle)

Parameters

Name Type Description
markerStyle MarkerStyle

The MarkerStyle object that specifies the bubbles’ appearance settings.