Class Connection

java.lang.Object
eu.hansolo.fx.charts.data.Connection

public class Connection extends Object
  • Property Details

  • Constructor Details

    • Connection

      public Connection(PlotItem INCOMING_ITEM, PlotItem OUTGOING_ITEM, double VALUE, javafx.scene.paint.Color FILL)
    • Connection

      public Connection(PlotItem INCOMING_ITEM, PlotItem OUTGOING_ITEM, double VALUE, javafx.scene.paint.Color FILL, String TOOLTIP_TEXT)
  • Method Details

    • getIncomingItem

      public PlotItem getIncomingItem()
      Gets the value of the property incomingItem.
      Property description:
    • setIncomingItem

      public void setIncomingItem(PlotItem ITEM1)
      Sets the value of the property incomingItem.
      Property description:
    • incomingItemProperty

      public javafx.beans.property.ObjectProperty<PlotItem> incomingItemProperty()
      See Also:
    • getOutgoingItem

      public PlotItem getOutgoingItem()
      Gets the value of the property outgoingItem.
      Property description:
    • setOutgoingItem

      public void setOutgoingItem(PlotItem ITEM2)
      Sets the value of the property outgoingItem.
      Property description:
    • outgoingItemProperty

      public javafx.beans.property.ObjectProperty<PlotItem> 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

      public String getTooltipText()
      Gets the value of the property tooltipText.
      Property description:
    • setTooltipText

      public void setTooltipText(String TOOLTIP_TEXT)
      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

      public void fireChartEvt(ChartEvt evt)