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 -
Field Summary
Fields inherited from class eu.hansolo.toolboxfx.geom.Point
x, y -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.scene.paint.ColorgetFill()Gets the value of the property fill.getName()Gets the value of the property name.javafx.beans.property.StringPropertyvoidsetFill(javafx.scene.paint.Color FILL) Sets the value of the property fill.voidSets 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
-
Property Details
-
name
public javafx.beans.property.StringProperty nameProperty- See Also:
-
fill
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> fillProperty- See Also:
-
-
Constructor Details
-
MapPoint
public MapPoint() -
MapPoint
-
MapPoint
-
-
Method Details
-
getName
Gets the value of the property name.- Property description:
-
setName
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:
-