java.lang.Object
eu.hansolo.fx.charts.Cluster
- All Implemented Interfaces:
Comparable<Cluster>
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidclear()intjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.scene.paint.ColorgetFill()Gets the value of the property fill.getItems()doublegetName()Gets the value of the property name.javafx.scene.paint.ColorGets the value of the property stroke.javafx.beans.property.StringPropertyvoidremoveItem(PlotItem ITEM) voidsetFill(javafx.scene.paint.Color FILL) Sets the value of the property fill.voidSets the value of the property name.voidsetStroke(javafx.scene.paint.Color STROKE) Sets the value of the property stroke.javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>
-
Property Details
-
name
public javafx.beans.property.StringProperty nameProperty- See Also:
-
fill
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> fillProperty- See Also:
-
stroke
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> strokeProperty- See Also:
-
-
Constructor Details
-
Cluster
public Cluster() -
Cluster
-
Cluster
-
Cluster
-
Cluster
-
Cluster
-
Cluster
-
Cluster
-
-
Method Details
-
getItems
-
getSortedItems
-
addItem
-
removeItem
-
addItems
-
addItems
-
getItemWithMaxValue
-
getMaxValue
public double getMaxValue() -
clear
public void clear() -
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.Color getFill()Gets the value of the property fill.- Property description:
-
setFill
public void setFill(javafx.scene.paint.Color FILL) Sets the value of the property fill.- Property description:
-
fillProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> fillProperty()- See Also:
-
getStroke
public javafx.scene.paint.Color getStroke()Gets the value of the property stroke.- Property description:
-
setStroke
public void setStroke(javafx.scene.paint.Color STROKE) Sets the value of the property stroke.- Property description:
-
strokeProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> strokeProperty()- See Also:
-
compareTo
- Specified by:
compareToin interfaceComparable<Cluster>
-