| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static WidgetImageSizing |
WidgetImageSizing.CENTER |
static WidgetImageSizing |
WidgetImageSizing.CONTAIN |
static WidgetImageSizing |
WidgetImageSizing.COVER |
static WidgetImageSizing |
WidgetImageSizing.FILL |
static WidgetImageSizing |
WidgetImageSizing.FIT |
static WidgetImageSizing |
WidgetImageSizing.NONE |
static WidgetImageSizing |
WidgetImageSizing.SCALEDOWN |
static WidgetImageSizing |
WidgetImageSizing.ZOOM |
| Modifier and Type | Method and Description |
|---|---|
static WidgetImageSizing |
WidgetImageSizing.fromValue(String value) |
WidgetImageSizing |
ImageWidgetDefinition.getSizing()
How to size the image on the widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetImageSizing.WidgetImageSizingSerializer.serialize(WidgetImageSizing value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ImageWidgetDefinition.setSizing(WidgetImageSizing sizing) |
ImageWidgetDefinition |
ImageWidgetDefinition.sizing(WidgetImageSizing sizing) |
| Constructor and Description |
|---|
WidgetImageSizingSerializer(Class<WidgetImageSizing> t) |
Copyright © 2024. All rights reserved.