Spec-Zone .ru
спецификации, руководства, описания, API
|
Type | Property and Description |
---|---|
ObjectProperty<java.lang.Object> |
extraValue
The generic data value to be plotted in any way the chart needs.
|
ObjectProperty<Node> |
node
The node to display for this data item.
|
ObjectProperty<X> |
XValue
The generic data value to be plotted on the X axis.
|
ObjectProperty<Y> |
YValue
The generic data value to be plotted on the Y axis.
|
Modifier and Type | Field and Description |
---|---|
protected XYChart.Data<X,Y> |
next
Next pointer for the next data item.
|
Constructor and Description |
---|
XYChart.Data()
Creates an empty XYChart.Data object.
|
XYChart.Data(X xValue,
Y yValue)
Creates an instance of XYChart.Data object and initializes the X,Y
data values.
|
XYChart.Data(X xValue,
Y yValue,
java.lang.Object extraValue)
Creates an instance of XYChart.Data object and initializes the X,Y
data values and extraValue.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<java.lang.Object> |
extraValueProperty()
The generic data value to be plotted in any way the chart needs.
|
java.lang.Object |
getExtraValue()
Gets the value of the property extraValue.
|
Node |
getNode()
Gets the value of the property node.
|
X |
getXValue()
Gets the generic data value to be plotted on the X axis.
|
Y |
getYValue()
Gets the generic data value to be plotted on the Y axis.
|
ObjectProperty<Node> |
nodeProperty()
The node to display for this data item.
|
void |
setExtraValue(java.lang.Object value)
Sets the value of the property extraValue.
|
void |
setNode(Node value)
Sets the value of the property node.
|
void |
setXValue(X value)
Sets the generic data value to be plotted on the X axis.
|
void |
setYValue(Y value)
Sets the generic data value to be plotted on the Y axis.
|
java.lang.String |
toString()
Returns a string representation of this
Data object. |
ObjectProperty<X> |
XValueProperty()
The generic data value to be plotted on the X axis.
|
ObjectProperty<Y> |
YValueProperty()
The generic data value to be plotted on the Y axis.
|
public final ObjectProperty<X> XValueProperty
getXValue()
,
setXValue(X)
public final ObjectProperty<Y> YValueProperty
getYValue()
,
setYValue(Y)
public final ObjectProperty<java.lang.Object> extraValueProperty
getExtraValue()
,
setExtraValue(Object)
public final ObjectProperty<Node> nodeProperty
getNode()
,
setNode(Node)
protected XYChart.Data<X,Y> next
public XYChart.Data()
public XYChart.Data(X xValue, Y yValue)
xValue
- The X axis data valueyValue
- The Y axis data valuepublic final X getXValue()
public final void setXValue(X value)
value
- the generic data value to be plotted on the X axis.public final ObjectProperty<X> XValueProperty()
getXValue()
,
setXValue(X)
public final Y getYValue()
public final void setYValue(Y value)
value
- the generic data value to be plotted on the Y axis.public final ObjectProperty<Y> YValueProperty()
getYValue()
,
setYValue(Y)
public final java.lang.Object getExtraValue()
public final void setExtraValue(java.lang.Object value)
public final ObjectProperty<java.lang.Object> extraValueProperty()
getExtraValue()
,
setExtraValue(Object)
public final Node getNode()
public final void setNode(Node value)
public final ObjectProperty<Node> nodeProperty()
getNode()
,
setNode(Node)
public java.lang.String toString()
Data
object.toString
in class java.lang.Object
Data
object.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to