java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.shapes.MapShapeOptions<T>
com.dlsc.gmapsfx.shapes.FillableMapShapeOptions<RectangleOptions>
com.dlsc.gmapsfx.shapes.RectangleOptions
public class RectangleOptions extends FillableMapShapeOptions<RectangleOptions>
- Author:
- Geoff Capper
-
Field Summary
Fields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description RectangleOptions() -
Method Summary
Modifier and Type Method Description RectangleOptionsbounds(LatLongBounds bounds)protected RectangleOptionsgetMe()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
-
RectangleOptions
public RectangleOptions()
-
-
Method Details
-
bounds
-
getMe
- Specified by:
getMein classMapShapeOptions<RectangleOptions>
-