@JsType(isNative=true,
namespace="<global>",
name="Object")
public class ImageOverlayOptions
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageOverlayOptions.Builder
The Class Builder.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlt() |
String |
getAttribution()
Gets The attribution text of the image overlay.
|
boolean |
getCrossOrigin() |
boolean |
getInteractive() |
double |
getOpacity()
Gets The opacity of the image overlay.
|
String |
getPane() |
@JsOverlay public final double getOpacity()
@JsOverlay public final String getAttribution()
@JsOverlay public final String getAlt()
@JsOverlay public final boolean getInteractive()
@JsOverlay public final boolean getCrossOrigin()
@JsOverlay public final String getPane()
Copyright © 2018 G-Widgets. All rights reserved.