| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Shading |
HorizontalAnnotation.getFill()
(experimental) Add shading above or below the annotation.
|
Shading |
HorizontalAnnotation.Jsii$Proxy.getFill() |
static Shading |
Shading.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shading[] |
Shading.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HorizontalAnnotation.Builder |
HorizontalAnnotation.Builder.fill(Shading fill)
Sets the value of
HorizontalAnnotation.getFill() |
| Constructor and Description |
|---|
Jsii$Proxy(Number value,
String color,
Shading fill,
String label,
Boolean visible)
Constructor that initializes the object based on literal property values passed by the
HorizontalAnnotation.Builder. |
Copyright © 2021. All rights reserved.