Class Ellipse
java.lang.Object
xyz.jpenilla.squaremap.api.marker.Marker
xyz.jpenilla.squaremap.api.marker.Ellipse
Ellipse marker
-
Method Summary
Modifier and TypeMethodDescriptioncenter()Get the center point of this ellipsevoidSet a new center point for this ellipsebooleaninthashCode()doubleradiusX()Get the radiusX of this ellipsevoidradiusX(double radius) Set the radiusX of this ellipsedoubleradiusZ()Get the radiusZ of this ellipsevoidradiusZ(double radius) Set the radiusZ of this ellipseMethods inherited from class xyz.jpenilla.squaremap.api.marker.Marker
circle, ellipse, icon, icon, icon, markerOptions, markerOptions, markerOptions, markerOptionsMatch, multiPolygon, multiPolygon, multiPolyline, multiPolyline, polygon, polygon, polygon, polygon, polyline, polyline, rectangle
-
Method Details
-
center
Get the center point of this ellipse- Returns:
- center point
-
center
Set a new center point for this ellipse- Parameters:
center- new center
-
radiusX
public double radiusX()Get the radiusX of this ellipse- Returns:
- radiusX
-
radiusX
public void radiusX(double radius) Set the radiusX of this ellipse- Parameters:
radius- new radiusX
-
radiusZ
public double radiusZ()Get the radiusZ of this ellipse- Returns:
- radiusZ
-
radiusZ
public void radiusZ(double radius) Set the radiusZ of this ellipse- Parameters:
radius- new radiusZ
-
equals
-
hashCode
public int hashCode()
-