@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.280Z") @Stability(value=Experimental) public interface HorizontalAnnotation extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HorizontalAnnotation.Builder
A builder for
HorizontalAnnotation |
static class |
HorizontalAnnotation.Jsii$Proxy
An implementation for
HorizontalAnnotation |
| Modifier and Type | Method and Description |
|---|---|
static HorizontalAnnotation.Builder |
builder() |
default String |
getColor()
(experimental) The hex color code, prefixed with '#' (e.g.
|
default Shading |
getFill()
(experimental) Add shading above or below the annotation.
|
default String |
getLabel()
(experimental) Label for the annotation.
|
Number |
getValue()
(experimental) The value of the annotation.
|
default Boolean |
getVisible()
(experimental) Whether the annotation is visible.
|
@Stability(value=Experimental) @NotNull Number getValue()
@Stability(value=Experimental) @Nullable default String getColor()
Default: - Automatic color
@Stability(value=Experimental) @Nullable default Shading getFill()
Default: No shading
@Stability(value=Experimental) @Nullable default String getLabel()
Default: - No label
@Stability(value=Experimental) @Nullable default Boolean getVisible()
Default: true
@Stability(value=Experimental) static HorizontalAnnotation.Builder builder()
HorizontalAnnotation.Builder of HorizontalAnnotationCopyright © 2021. All rights reserved.