Class MapConnection

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

public class MapConnection extends Object
  • Property Details

  • Constructor Details

    • MapConnection

      public MapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM)
    • MapConnection

      public MapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM, javafx.scene.paint.Color STROKE)
    • MapConnection

      public MapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM, double VALUE, javafx.scene.paint.Color STROKE)
    • MapConnection

      public MapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM, double VALUE, javafx.scene.paint.Color START_COLOR, javafx.scene.paint.Color END_COLOR, boolean GRADIENT_FILL)
    • MapConnection

      public MapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM, double VALUE, javafx.scene.paint.Color START_COLOR, javafx.scene.paint.Color END_COLOR, boolean GRADIENT_FILL, String TOOLTIP_TEXT)
    • MapConnection

      public MapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM, double VALUE, javafx.scene.paint.Color STROKE, String TOOLTIP_TEXT)
    • MapConnection

      public MapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM, double VALUE, javafx.scene.paint.Color STROKE, javafx.scene.paint.Color START_COLOR, javafx.scene.paint.Color END_COLOR, boolean GRADIENT_FILL, double LINE_WIDTH, String TOOLTIP_TEXT)
  • Method Details

    • getIncomingItem

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

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

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

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

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

      public javafx.beans.property.ObjectProperty<MapPoint> 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:
    • getStroke

      public javafx.scene.paint.Color getStroke()
      Gets the value of the property stroke.
      Property description:
    • setStroke

      public void setStroke(javafx.scene.paint.Color FILL)
      Sets the value of the property stroke.
      Property description:
    • strokeProperty

      public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> strokeProperty()
      See Also:
    • getStartColor

      public javafx.scene.paint.Color getStartColor()
      Gets the value of the property startColor.
      Property description:
    • setStartColor

      public void setStartColor(javafx.scene.paint.Color START_COLOR)
      Sets the value of the property startColor.
      Property description:
    • startColorProperty

      public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> startColorProperty()
      See Also:
    • getEndColor

      public javafx.scene.paint.Color getEndColor()
      Gets the value of the property endColor.
      Property description:
    • setEndColor

      public void setEndColor(javafx.scene.paint.Color END_COLOR)
      Sets the value of the property endColor.
      Property description:
    • endColorProperty

      public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> endColorProperty()
      See Also:
    • getGradientFill

      public boolean getGradientFill()
      Gets the value of the property gradientFill.
      Property description:
    • setGradientFill

      public void setGradientFill(boolean GRADIENT_FILL)
      Sets the value of the property gradientFill.
      Property description:
    • gradientFillProperty

      public javafx.beans.property.BooleanProperty gradientFillProperty()
      See Also:
    • getLineWidth

      public double getLineWidth()
      Gets the value of the property lineWidth.
      Property description:
    • setLineWidth

      public void setLineWidth(double LINE_WIDTH)
      Sets the value of the property lineWidth.
      Property description:
    • lineWidthProperty

      public javafx.beans.property.DoubleProperty lineWidthProperty()
      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)