java.lang.Object
eu.hansolo.fx.charts.data.Connection
-
Property Summary
Properties -
Constructor Summary
ConstructorsConstructorDescriptionConnection(PlotItem INCOMING_ITEM, PlotItem OUTGOING_ITEM, double VALUE, javafx.scene.paint.Color FILL) Connection(PlotItem INCOMING_ITEM, PlotItem OUTGOING_ITEM, double VALUE, javafx.scene.paint.Color FILL, String TOOLTIP_TEXT) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>voidfireChartEvt(ChartEvt evt) javafx.scene.paint.ColorgetFill()Gets the value of the property fill.Gets the value of the property incomingItem.Gets the value of the property outgoingItem.Gets the value of the property tooltipText.doublegetValue()Gets the value of the property value.javafx.beans.property.ObjectProperty<PlotItem>javafx.beans.property.ObjectProperty<PlotItem>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.voidsetIncomingItem(PlotItem ITEM1) Sets the value of the property incomingItem.voidsetOutgoingItem(PlotItem ITEM2) Sets the value of the property outgoingItem.voidsetTooltipText(String TOOLTIP_TEXT) Sets the value of the property tooltipText.javafx.beans.property.StringPropertyjavafx.beans.property.ReadOnlyDoubleProperty
-
Property Details
-
incomingItem
- See Also:
-
outgoingItem
- See Also:
-
value
public javafx.beans.property.ReadOnlyDoubleProperty valueProperty- See Also:
-
fill
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> fillProperty- See Also:
-
tooltipText
public javafx.beans.property.StringProperty tooltipTextProperty- See Also:
-
-
Constructor Details
-
Connection
-
Connection
-
-
Method Details
-
getIncomingItem
Gets the value of the property incomingItem.- Property description:
-
setIncomingItem
Sets the value of the property incomingItem.- Property description:
-
incomingItemProperty
- See Also:
-
getOutgoingItem
Gets the value of the property outgoingItem.- Property description:
-
setOutgoingItem
Sets the value of the property outgoingItem.- Property description:
-
outgoingItemProperty
- See Also:
-
getValue
public double getValue()Gets the value of the property value.- Property description:
-
valueProperty
public javafx.beans.property.ReadOnlyDoubleProperty valueProperty()- 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:
-
getTooltipText
Gets the value of the property tooltipText.- Property description:
-
setTooltipText
Sets the value of the property tooltipText.- Property description:
-
tooltipTextProperty
public javafx.beans.property.StringProperty tooltipTextProperty()- See Also:
-
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
-