Module com.dlsc.gmapsfx
Package com.dlsc.gmapsfx.shapes
Class FillableMapShapeOptions<T extends FillableMapShapeOptions>
java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.shapes.MapShapeOptions<T>
com.dlsc.gmapsfx.shapes.FillableMapShapeOptions<T>
- Type Parameters:
T-
- Direct Known Subclasses:
CircleOptions,PolygonOptions,RectangleOptions
public abstract class FillableMapShapeOptions<T extends FillableMapShapeOptions> extends MapShapeOptions<T>
Options for a MapShape that is fillable.
- Author:
- Geoff Capper
-
Field Summary
Fields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description FillableMapShapeOptions() -
Method Summary
Modifier and Type Method Description TfillColor(String fillColor)TfillOpacity(double fillOpacity)TstrokePosition(StrokePosition strokePosition)Methods inherited from class com.dlsc.gmapsfx.shapes.MapShapeOptions
clickable, draggable, editable, geodesic, getMe, 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
-
FillableMapShapeOptions
public FillableMapShapeOptions()
-
-
Method Details