Class MapPoint

java.lang.Object
eu.hansolo.toolboxfx.geom.Point
eu.hansolo.fx.charts.tools.MapPoint
All Implemented Interfaces:
Comparable<eu.hansolo.toolboxfx.geom.Point>

public class MapPoint extends eu.hansolo.toolboxfx.geom.Point
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>
     
    javafx.beans.property.StringProperty
     
  • Field Summary

    Fields inherited from class eu.hansolo.toolboxfx.geom.Point

    x, y
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    MapPoint(String NAME, double LAT, double LON)
     
    MapPoint(String NAME, javafx.scene.paint.Color FILL, double LAT, double LON)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>
     
    javafx.scene.paint.Color
    Gets the value of the property fill.
    Gets the value of the property name.
    javafx.beans.property.StringProperty
     
    void
    setFill(javafx.scene.paint.Color FILL)
    Sets the value of the property fill.
    void
    Sets the value of the property name.

    Methods inherited from class eu.hansolo.toolboxfx.geom.Point

    add, add, angle, angle, angle, angleBetween, angleBetween, clone, compareTo, crossProductLength, crossProductLength, crossProductLength, distanceSquareTo, distanceTo, distanceTo, div, dotProductLength, dotProductLength, dotProductLength, equals, euclideanDistanceTo, euclideanDistanceTo, fromPolar, getX, getXAsInt, getY, getYAsInt, hashCode, isColinearTo, isEmpty, length, lengthSquared, magnitude, midpoint, midpoint, multiply, nearest, nearestWithinRadius, normalize, scaleBy, set, set, set, setEmpty, setX, setY, subtract, subtract, toString, translateBy

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Property Details

  • Constructor Details

    • MapPoint

      public MapPoint()
    • MapPoint

      public MapPoint(String NAME, double LAT, double LON)
    • MapPoint

      public MapPoint(String NAME, javafx.scene.paint.Color FILL, double LAT, double LON)
  • Method Details

    • getName

      public String getName()
      Gets the value of the property name.
      Property description:
    • setName

      public void setName(String NAME)
      Sets the value of the property name.
      Property description:
    • nameProperty

      public javafx.beans.property.StringProperty nameProperty()
      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: