java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.shapes.MapShapeOptions<T>
com.dlsc.gmapsfx.shapes.FillableMapShapeOptions<PolygonOptions>
com.dlsc.gmapsfx.shapes.PolygonOptions
public class PolygonOptions extends FillableMapShapeOptions<PolygonOptions>
- Author:
- Geoff Capper
-
Field Summary
Fields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description PolygonOptions() -
Method Summary
Modifier and Type Method Description protected PolygonOptionsgetMe()PolygonOptionspaths(MVCArray paths)Methods inherited from class com.dlsc.gmapsfx.shapes.FillableMapShapeOptions
fillColor, fillOpacity, strokePositionMethods inherited from class com.dlsc.gmapsfx.shapes.MapShapeOptions
clickable, draggable, editable, geodesic, strokeColor, strokeOpacity, strokeWeight, visible, zIndexMethods inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setProperty
-
Constructor Details
-
PolygonOptions
public PolygonOptions()
-
-
Method Details
-
paths
-
getMe
- Specified by:
getMein classMapShapeOptions<PolygonOptions>
-