Module com.dlsc.gmapsfx
Package com.dlsc.gmapsfx.shapes
Class MapShapeOptions<T extends MapShapeOptions>
java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.shapes.MapShapeOptions<T>
- Type Parameters:
T-
- Direct Known Subclasses:
FillableMapShapeOptions,PolylineOptions
public abstract class MapShapeOptions<T extends MapShapeOptions> extends JavascriptObject
Abstract base class for our shape options, as they all have a lot of
common properties.
- Author:
- Geoff Capper
-
Field Summary
Fields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description MapShapeOptions() -
Method Summary
Modifier and Type Method Description Tclickable(boolean clickable)Tdraggable(boolean draggable)Teditable(boolean editable)Tgeodesic(boolean geodesic)protected abstract TgetMe()TstrokeColor(String strokeColor)TstrokeOpacity(double strokeOpacity)TstrokeWeight(double strokeWeight)Tvisible(boolean visible)TzIndex(int zIndex)Methods 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
-
MapShapeOptions
public MapShapeOptions()
-
-
Method Details