public static final class HorizontalAnnotation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HorizontalAnnotation
HorizontalAnnotation
HorizontalAnnotation.Builder, HorizontalAnnotation.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getColor()
The hex color code, prefixed with '#' (e.g.
|
Shading |
getFill()
Add shading above or below the annotation.
|
java.lang.String |
getLabel()
Label for the annotation.
|
java.lang.Number |
getValue()
The value of the annotation.
|
java.lang.Boolean |
getVisible()
Whether the annotation is visible.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getValue()
HorizontalAnnotation
getValue
in interface HorizontalAnnotation
public final java.lang.String getColor()
HorizontalAnnotation
Default: - Automatic color
getColor
in interface HorizontalAnnotation
public final Shading getFill()
HorizontalAnnotation
Default: No shading
getFill
in interface HorizontalAnnotation
public final java.lang.String getLabel()
HorizontalAnnotation
Default: - No label
getLabel
in interface HorizontalAnnotation
public final java.lang.Boolean getVisible()
HorizontalAnnotation
Default: true
getVisible
in interface HorizontalAnnotation
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()