java.lang.Object
eu.hansolo.fx.charts.Category
- All Implemented Interfaces:
Comparable<Category>
- Direct Known Subclasses:
DayOfWeekCategory,MonthCategory
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) intjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>voidfireChartEvt(ChartEvt evt) javafx.scene.paint.ColorgetFill()Gets the value of the property fill.getName()javafx.scene.paint.ColorGets the value of the property stroke.javafx.scene.paint.ColorGets the value of the property textFill.doublegetValue()Gets the value of the property value.voidvoidremoveChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) voidsetFill(javafx.scene.paint.Color fill) Sets the value of the property fill.voidsetStroke(javafx.scene.paint.Color stroke) Sets the value of the property stroke.voidsetTextFill(javafx.scene.paint.Color textFill) Sets the value of the property textFill.voidsetValue(double value) Sets the value of the property value.javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.DoubleProperty
-
Property Details
-
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:
-
textFill
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> textFillProperty- See Also:
-
value
public javafx.beans.property.DoubleProperty valueProperty- See Also:
-
-
Constructor Details
-
Category
-
Category
-
Category
public Category(String name, javafx.scene.paint.Color fill, javafx.scene.paint.Color stroke, javafx.scene.paint.Color textFill)
-
-
Method Details
-
getName
-
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:
-
getTextFill
public javafx.scene.paint.Color getTextFill()Gets the value of the property textFill.- Property description:
-
setTextFill
public void setTextFill(javafx.scene.paint.Color textFill) Sets the value of the property textFill.- Property description:
-
textFillProperty
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> textFillProperty()- See Also:
-
getValue
public double getValue()Gets the value of the property value.- Property description:
-
setValue
public void setValue(double value) Sets the value of the property value.- Property description:
-
valueProperty
public javafx.beans.property.DoubleProperty valueProperty()- See Also:
-
compareTo
- Specified by:
compareToin interfaceComparable<Category>
-
addChartEvtObserver
public void addChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) -
removeChartEvtObserver
public void removeChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) -
removeAllChartEvtObservers
public void removeAllChartEvtObservers() -
fireChartEvt
-