java.lang.Object
eu.hansolo.fx.charts.series.Series
eu.hansolo.fx.charts.series.XYZSeries<T>
-
Property Summary
Properties inherited from class eu.hansolo.fx.charts.series.Series
animated, animationDuration, fill, name, stroke, strokeWidth, symbolFill, symbol, symbolSize, symbolStroke, symbolsVisible, textFill, visible, withWrapping -
Field Summary
Fields inherited from class eu.hansolo.fx.charts.series.Series
_animated, _animationDuration, _fill, _name, _stroke, _strokeWidth, _symbol, _symbolFill, _symbolSize, _symbolStroke, _symbolsVisible, _textFill, _visible, _withWrapping, animated, animationDuration, chartType, fill, items, name, stroke, strokeWidth, symbol, symbolFill, symbolSize, symbolStroke, symbolsVisible, textFill, UPDATE_EVENT, visible, withWrapping -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.hansolo.fx.charts.series.Series
addSeriesEventListener, animatedProperty, animationDurationProperty, dispose, fillProperty, fireSeriesEvent, getAnimationDuration, getChartType, getFill, getName, getNoOfItems, getStroke, getStrokeWidth, getSymbol, getSymbolFill, getSymbolSize, getSymbolStroke, getSymbolsVisible, getTextFill, isAnimated, isVisible, isWithWrapping, nameProperty, refresh, removeSeriesEventListener, setAnimated, setAnimationDuration, setChartType, setFill, setItems, setItems, setItems, setName, setOnSeriesEvent, setStroke, setStrokeWidth, setSymbol, setSymbolFill, setSymbolSize, setSymbolStroke, setSymbolsVisible, setTextFill, setVisible, setWithWrapping, strokeProperty, strokeWidthProperty, symbolFillProperty, symbolProperty, symbolSizeProperty, symbolStrokeProperty, symbolsVisibleProperty, textFillProperty, visibleProperty, withWrappingProperty
-
Constructor Details
-
XYZSeries
public XYZSeries() -
XYZSeries
-
XYZSeries
-
XYZSeries
-
-
Method Details
-
getItems
-
getMinX
public double getMinX() -
getMaxX
public double getMaxX() -
getMinY
public double getMinY() -
getMaxY
public double getMaxY() -
getMinZ
public double getMinZ() -
getMaxZ
public double getMaxZ() -
getRangeX
public double getRangeX() -
getRangeY
public double getRangeY() -
getRangeZ
public double getRangeZ() -
getSumOfXValues
public double getSumOfXValues() -
getSumOfYValues
public double getSumOfYValues() -
getSumOfZValues
public double getSumOfZValues()
-