java.lang.Object
eu.hansolo.fx.charts.data.MapConnection
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.BooleanPropertyjavafx.beans.property.ObjectProperty<MapPoint>javafx.beans.property.DoublePropertyjavafx.beans.property.ObjectProperty<MapPoint>javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.StringPropertyjavafx.beans.property.ReadOnlyDoubleProperty -
Constructor Summary
ConstructorsConstructorDescriptionMapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM) MapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM, double VALUE, javafx.scene.paint.Color STROKE) MapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM, double VALUE, javafx.scene.paint.Color STROKE, String TOOLTIP_TEXT) 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(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(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) MapConnection(MapPoint OUTGOING_ITEM, MapPoint INCOMING_ITEM, javafx.scene.paint.Color STROKE) -
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.ColorGets the value of the property endColor.booleanGets the value of the property gradientFill.Gets the value of the property incomingItem.doubleGets the value of the property lineWidth.Gets the value of the property outgoingItem.javafx.scene.paint.ColorGets the value of the property startColor.javafx.scene.paint.ColorGets the value of the property stroke.Gets the value of the property tooltipText.doublegetValue()Gets the value of the property value.javafx.beans.property.BooleanPropertyjavafx.beans.property.ObjectProperty<MapPoint>javafx.beans.property.DoublePropertyjavafx.beans.property.ObjectProperty<MapPoint>voidvoidremoveChartEvtObserver(eu.hansolo.toolbox.evt.EvtType type, eu.hansolo.toolbox.evt.EvtObserver<ChartEvt> observer) voidsetEndColor(javafx.scene.paint.Color END_COLOR) Sets the value of the property endColor.voidsetGradientFill(boolean GRADIENT_FILL) Sets the value of the property gradientFill.voidsetIncomingItem(MapPoint ITEM1) Sets the value of the property incomingItem.voidsetLineWidth(double LINE_WIDTH) Sets the value of the property lineWidth.voidsetOutgoingItem(MapPoint ITEM2) Sets the value of the property outgoingItem.voidsetStartColor(javafx.scene.paint.Color START_COLOR) Sets the value of the property startColor.voidsetStroke(javafx.scene.paint.Color FILL) Sets the value of the property stroke.voidsetTooltipText(String TOOLTIP_TEXT) Sets the value of the property tooltipText.javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.StringPropertyjavafx.beans.property.ReadOnlyDoubleProperty
-
Property Details
-
incomingItem
- See Also:
-
outgoingItem
- See Also:
-
value
public javafx.beans.property.ReadOnlyDoubleProperty valueProperty- See Also:
-
stroke
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> strokeProperty- See Also:
-
startColor
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> startColorProperty- See Also:
-
endColor
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> endColorProperty- See Also:
-
gradientFill
public javafx.beans.property.BooleanProperty gradientFillProperty- See Also:
-
lineWidth
public javafx.beans.property.DoubleProperty lineWidthProperty- See Also:
-
tooltipText
public javafx.beans.property.StringProperty tooltipTextProperty- See Also:
-
-
Constructor Details
-
MapConnection
-
MapConnection
-
MapConnection
-
MapConnection
-
MapConnection
-
MapConnection
-
MapConnection
-
-
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:
-
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
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
-