java.lang.Object
eu.hansolo.fx.charts.series.Series<T>
- Direct Known Subclasses:
ChartItemSeries,MatrixItemSeries,XYSeries,XYZSeries,YSeries
Created by hansolo on 16.07.17.
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.BooleanPropertyjavafx.beans.property.LongPropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Paint>javafx.beans.property.StringPropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Paint>javafx.beans.property.DoublePropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.ObjectProperty<Symbol>javafx.beans.property.DoublePropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.BooleanPropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.BooleanPropertyjavafx.beans.property.BooleanProperty -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected longprotected javafx.scene.paint.Paintprotected Stringprotected javafx.scene.paint.Paintprotected doubleprotected Symbolprotected javafx.scene.paint.Colorprotected doubleprotected javafx.scene.paint.Colorprotected booleanprotected javafx.scene.paint.Colorprotected booleanprotected booleanprotected javafx.beans.property.BooleanPropertyprotected javafx.beans.property.LongPropertyprotected ChartTypeprotected javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint>protected javafx.collections.ObservableList<T>protected javafx.beans.property.StringPropertyprotected javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint>protected javafx.beans.property.DoublePropertyprotected javafx.beans.property.ObjectProperty<Symbol>protected javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>protected javafx.beans.property.DoublePropertyprotected javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>protected javafx.beans.property.BooleanPropertyprotected javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>final SeriesEventprotected javafx.beans.property.BooleanPropertyprotected javafx.beans.property.BooleanProperty -
Constructor Summary
ConstructorsConstructorDescriptionSeries()Series(ChartType TYPE, String NAME, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint STROKE, Symbol SYMBOL, T... ITEMS) Series(List<T> ITEMS, ChartType TYPE, String NAME, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint STROKE, Symbol SYMBOL) Series(List<T> ITEMS, ChartType TYPE, String NAME, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Color SYMBOL_FILL, javafx.scene.paint.Color SYMBOL_STROKE, Symbol SYMBOL) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSeriesEventListener(SeriesEventListener LISTENER) javafx.beans.property.BooleanPropertyjavafx.beans.property.LongPropertyvoiddispose()javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint>voidfireSeriesEvent(SeriesEvent EVENT) longGets the value of the property animationDuration.javafx.scene.paint.PaintgetFill()Gets the value of the property fill.javafx.collections.ObservableList<T>getItems()getName()Gets the value of the property name.intjavafx.scene.paint.PaintGets the value of the property stroke.doubleGets the value of the property strokeWidth.Gets the value of the property symbol.javafx.scene.paint.ColorGets the value of the property symbolFill.doubleGets the value of the property symbolSize.javafx.scene.paint.ColorGets the value of the property symbolStroke.booleanGets the value of the property symbolsVisible.javafx.scene.paint.ColorGets the value of the property textFill.booleanGets the value of the property animated.booleanGets the value of the property visible.booleanGets the value of the property withWrapping.javafx.beans.property.StringPropertyvoidrefresh()voidremoveSeriesEventListener(SeriesEventListener LISTENER) voidsetAnimated(boolean ANIMATED) Sets the value of the property animated.voidsetAnimationDuration(long DURATION) Sets the value of the property animationDuration.voidsetChartType(ChartType TYPE) voidsetFill(javafx.scene.paint.Paint PAINT) Sets the value of the property fill.voidsetItems(Collection<T> ITEMS) voidvoidvoidSets the value of the property name.voidsetOnSeriesEvent(SeriesEventListener LISTENER) voidsetStroke(javafx.scene.paint.Paint PAINT) Sets the value of the property stroke.voidsetStrokeWidth(double WIDTH) Sets the value of the property strokeWidth.voidSets the value of the property symbol.voidsetSymbolFill(javafx.scene.paint.Color COLOR) Sets the value of the property symbolFill.voidsetSymbolSize(double SIZE) Sets the value of the property symbolSize.voidsetSymbolStroke(javafx.scene.paint.Color COLOR) Sets the value of the property symbolStroke.voidsetSymbolsVisible(boolean VISIBLE) Sets the value of the property symbolsVisible.voidsetTextFill(javafx.scene.paint.Color COLOR) Sets the value of the property textFill.voidsetVisible(boolean visible) Sets the value of the property visible.voidsetWithWrapping(boolean WITH_WRAPPING) Sets the value of the property withWrapping.javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint>javafx.beans.property.DoublePropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.ObjectProperty<Symbol>javafx.beans.property.DoublePropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.BooleanPropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.BooleanPropertyjavafx.beans.property.BooleanProperty
-
Property Details
-
name
public javafx.beans.property.StringProperty nameProperty- See Also:
-
fill
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> fillProperty- See Also:
-
stroke
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> strokeProperty- See Also:
-
textFill
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> textFillProperty- See Also:
-
symbolFill
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> symbolFillProperty- See Also:
-
symbolStroke
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> symbolStrokeProperty- See Also:
-
symbol
- See Also:
-
symbolsVisible
public javafx.beans.property.BooleanProperty symbolsVisibleProperty -
symbolSize
public javafx.beans.property.DoubleProperty symbolSizeProperty- See Also:
-
strokeWidth
public javafx.beans.property.DoubleProperty strokeWidthProperty- See Also:
-
visible
public javafx.beans.property.BooleanProperty visibleProperty- See Also:
-
animated
public javafx.beans.property.BooleanProperty animatedProperty- See Also:
-
animationDuration
public javafx.beans.property.LongProperty animationDurationProperty -
withWrapping
public javafx.beans.property.BooleanProperty withWrappingProperty- See Also:
-
-
Field Details
-
UPDATE_EVENT
-
_name
-
name
protected javafx.beans.property.StringProperty name -
_fill
protected javafx.scene.paint.Paint _fill -
fill
protected javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> fill -
_stroke
protected javafx.scene.paint.Paint _stroke -
stroke
protected javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> stroke -
_textFill
protected javafx.scene.paint.Color _textFill -
textFill
protected javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> textFill -
_symbolFill
protected javafx.scene.paint.Color _symbolFill -
symbolFill
protected javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> symbolFill -
_symbolStroke
protected javafx.scene.paint.Color _symbolStroke -
symbolStroke
protected javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> symbolStroke -
_symbol
-
symbol
-
_symbolsVisible
protected boolean _symbolsVisible -
symbolsVisible
protected javafx.beans.property.BooleanProperty symbolsVisible -
_symbolSize
protected double _symbolSize -
symbolSize
protected javafx.beans.property.DoubleProperty symbolSize -
_strokeWidth
protected double _strokeWidth -
strokeWidth
protected javafx.beans.property.DoubleProperty strokeWidth -
_visible
protected boolean _visible -
visible
protected javafx.beans.property.BooleanProperty visible -
_animated
protected boolean _animated -
animated
protected javafx.beans.property.BooleanProperty animated -
_animationDuration
protected long _animationDuration -
animationDuration
protected javafx.beans.property.LongProperty animationDuration -
_withWrapping
protected boolean _withWrapping -
withWrapping
protected javafx.beans.property.BooleanProperty withWrapping -
chartType
-
items
-
-
Constructor Details
-
Series
public Series() -
Series
-
Series
-
Series
-
Series
-
Series
-
Series
-
Series
-
Series
-
Series
-
-
Method Details
-
getItems
-
setItems
-
setItems
-
setItems
-
getName
Gets the value of the property name.- Property description:
-
setName
Sets the value of the property name.- Property description:
-
nameProperty
public javafx.beans.property.StringProperty nameProperty()- See Also:
-
getFill
public javafx.scene.paint.Paint getFill()Gets the value of the property fill.- Property description:
-
setFill
public void setFill(javafx.scene.paint.Paint PAINT) Sets the value of the property fill.- Property description:
-
fillProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> fillProperty()- See Also:
-
getStroke
public javafx.scene.paint.Paint getStroke()Gets the value of the property stroke.- Property description:
-
setStroke
public void setStroke(javafx.scene.paint.Paint PAINT) Sets the value of the property stroke.- Property description:
-
strokeProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> strokeProperty()- See Also:
-
getTextFill
public javafx.scene.paint.Color getTextFill()Gets the value of the property textFill.- Property description:
-
setTextFill
public void setTextFill(javafx.scene.paint.Color COLOR) Sets the value of the property textFill.- Property description:
-
textFillProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> textFillProperty()- See Also:
-
getSymbolFill
public javafx.scene.paint.Color getSymbolFill()Gets the value of the property symbolFill.- Property description:
-
setSymbolFill
public void setSymbolFill(javafx.scene.paint.Color COLOR) Sets the value of the property symbolFill.- Property description:
-
symbolFillProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> symbolFillProperty()- See Also:
-
getSymbolStroke
public javafx.scene.paint.Color getSymbolStroke()Gets the value of the property symbolStroke.- Property description:
-
setSymbolStroke
public void setSymbolStroke(javafx.scene.paint.Color COLOR) Sets the value of the property symbolStroke.- Property description:
-
symbolStrokeProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> symbolStrokeProperty()- See Also:
-
getSymbol
Gets the value of the property symbol.- Property description:
-
setSymbol
Sets the value of the property symbol.- Property description:
-
symbolProperty
- See Also:
-
getSymbolsVisible
public boolean getSymbolsVisible()Gets the value of the property symbolsVisible.- Property description:
-
setSymbolsVisible
public void setSymbolsVisible(boolean VISIBLE) Sets the value of the property symbolsVisible.- Property description:
-
symbolsVisibleProperty
public javafx.beans.property.BooleanProperty symbolsVisibleProperty() -
getChartType
-
setChartType
-
getSymbolSize
public double getSymbolSize()Gets the value of the property symbolSize.- Property description:
-
setSymbolSize
public void setSymbolSize(double SIZE) Sets the value of the property symbolSize.- Property description:
-
symbolSizeProperty
public javafx.beans.property.DoubleProperty symbolSizeProperty()- See Also:
-
getStrokeWidth
public double getStrokeWidth()Gets the value of the property strokeWidth.- Property description:
-
setStrokeWidth
public void setStrokeWidth(double WIDTH) Sets the value of the property strokeWidth.- Property description:
-
strokeWidthProperty
public javafx.beans.property.DoubleProperty strokeWidthProperty()- See Also:
-
isVisible
public boolean isVisible()Gets the value of the property visible.- Property description:
-
setVisible
public void setVisible(boolean visible) Sets the value of the property visible.- Property description:
-
visibleProperty
public javafx.beans.property.BooleanProperty visibleProperty()- See Also:
-
isAnimated
public boolean isAnimated()Gets the value of the property animated.- Property description:
-
setAnimated
public void setAnimated(boolean ANIMATED) Sets the value of the property animated.- Property description:
-
animatedProperty
public javafx.beans.property.BooleanProperty animatedProperty()- See Also:
-
getAnimationDuration
public long getAnimationDuration()Gets the value of the property animationDuration.- Property description:
-
setAnimationDuration
public void setAnimationDuration(long DURATION) Sets the value of the property animationDuration.- Property description:
-
animationDurationProperty
public javafx.beans.property.LongProperty animationDurationProperty() -
isWithWrapping
public boolean isWithWrapping()Gets the value of the property withWrapping.- Property description:
-
setWithWrapping
public void setWithWrapping(boolean WITH_WRAPPING) Sets the value of the property withWrapping.- Property description:
-
withWrappingProperty
public javafx.beans.property.BooleanProperty withWrappingProperty()- See Also:
-
getNoOfItems
public int getNoOfItems() -
dispose
public void dispose() -
refresh
public void refresh() -
setOnSeriesEvent
-
addSeriesEventListener
-
removeSeriesEventListener
-
fireSeriesEvent
-