public class ContentOptions extends NativeObject
Modifier and Type | Method | Description |
---|---|---|
AnnotationOptions |
getAnnotations() |
The render strategy for annotations (Getter)
|
void |
setAnnotations(AnnotationOptions value) |
The render strategy for annotations (Setter)
|
equals, hashCode
public AnnotationOptions getAnnotations()
Defines whether to render annotation popups.
For details, see AnnotationOptions
.
Default: AnnotationOptions.SHOW_ANNOTATIONS
public void setAnnotations(AnnotationOptions value)
Defines whether to render annotation popups.
For details, see AnnotationOptions
.
Default: AnnotationOptions.SHOW_ANNOTATIONS
java.lang.IllegalArgumentException
- if value
is null