java.lang.Object
eu.hansolo.fx.charts.series.Series
eu.hansolo.fx.charts.series.XYSeries<T>
Created by hansolo on 16.07.17.
-
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
ConstructorsConstructorDescriptionXYSeries()XYSeries(List<T> ITEMS, ChartType TYPE, String NAME, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint STROKE, boolean SHOW_POINTS) XYSeries(List<T> ITEMS, ChartType TYPE, String NAME, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint STROKE, Symbol SYMBOL, boolean SYMBOLS_VISIBLE) XYSeries(List<T> ITEMS, ChartType TYPE, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint STROKE) -
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
-
XYSeries
public XYSeries() -
XYSeries
-
XYSeries
-
XYSeries
-
XYSeries
-
XYSeries
-
XYSeries
-
XYSeries
-
-
Method Details
-
getItems
-
getMinX
public double getMinX() -
getMaxX
public double getMaxX() -
getMinY
public double getMinY() -
getMaxY
public double getMaxY() -
getRangeX
public double getRangeX() -
getRangeY
public double getRangeY() -
getSumOfXValues
public double getSumOfXValues() -
getSumOfYValues
public double getSumOfYValues()
-