Class Polygon
java.lang.Object
xyz.jpenilla.squaremap.api.marker.Marker
xyz.jpenilla.squaremap.api.marker.Polygon
- All Implemented Interfaces:
IPolygon
Polygon marker
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Get the mutable list of the points which make up the main polygonGet the mutable list of polygons which make up the negative space for this polygon.Methods 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, rectangleMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface xyz.jpenilla.squaremap.api.marker.IPolygon
mainPolygon, mainPolygon, negativeSpace, negativeSpace
-
Method Details
-
negativeSpace
Description copied from interface:IPolygonGet the mutable list of polygons which make up the negative space for this polygon.- Specified by:
negativeSpacein interfaceIPolygon- Returns:
- negative space
-
mainPolygon
Description copied from interface:IPolygonGet the mutable list of the points which make up the main polygon- Specified by:
mainPolygonin interfaceIPolygon- Returns:
- main polygon
-
equals
-
hashCode
public int hashCode()
-