Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Data item for Bubble Chart

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicbubbleNode

The bubble node to display for this data item.

The bubble node to display for this data item. If null then the series bubbleCreator is used to create the bubble if that is also null then the charts bubbleCreator is used. If there is no chart bubbleCreator then a default bubble is used

 
publicradiusNumber

The radius of the bubble, if chart scaleBubbleRadiusUsingAxis is true then the this is scaled by xAxis scale for radiusX and yAxis scale for radiusY.

The radius of the bubble, if chart scaleBubbleRadiusUsingAxis is true then the this is scaled by xAxis scale for radiusX and yAxis scale for radiusY. Independently of the chart scaleBubbleRadiusUsingAxis setting this radius is always multiplied by chart radiusScale to allow visual fitting if needed.

 
publicxValueNumber

The data value to be plotted on the X axis

publicyValueNumber

The data value to be plotted on the Y axis

Inherited Variables

javafx.scene.chart.data.Data

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicactionfunction():Void

Action function is called when this data item is clicked on, providing the data item has a visual representation that can be clicked on in the given chart type

publicfillPaint

The fill paint to be used in painting this data item, if null then the series default will be used.

The fill paint to be used in painting this data item, if null then the series default will be used. If that is also null then the default will be used

 
public-read protectedxDataValueObjectsubclasssubclass

The generic data value to be plotted on the X axis

public-read protectedyDataValueObjectsubclasssubclass

The generic data value to be plotted on the Y axis

Inherited Functions

javafx.scene.chart.data.Data

protected fireChange() : Void

Fire notification of a data change to listeners

Fire notification of a data change to listeners

 
protected fireVisualChange() : Void

Fire notification of a visual only change to listeners

Fire notification of a visual only change to listeners