public interface LayerInformationBuilder
Modifier and Type | Interface and Description |
---|---|
static interface |
LayerInformationBuilder.Element |
static interface |
LayerInformationBuilder.EnvelopeElement |
static interface |
LayerInformationBuilder.PropertyElement |
static interface |
LayerInformationBuilder.RawElement |
static interface |
LayerInformationBuilder.TextElement |
static interface |
LayerInformationBuilder.TitleElement |
Modifier and Type | Method and Description |
---|---|
LayerInformationBuilder |
backgroundColor(java.lang.String color) |
LayerInformationBuilder |
backgroundColorPropertyLabel(java.lang.String color) |
LayerInformationBuilder |
backgroundColorPropertyValue1(java.lang.String color) |
LayerInformationBuilder |
backgroundColorPropertyValue2(java.lang.String color) |
LayerInformationBuilder |
backgroundColorTitle(java.lang.String color) |
java.lang.String |
build() |
LayerInformationBuilder.EnvelopeElement |
envelope() |
LayerInformationBuilder.PropertyElement |
property() |
LayerInformationBuilder.RawElement |
raw() |
LayerInformationBuilder.TextElement |
text() |
LayerInformationBuilder.TitleElement |
title() |
LayerInformationBuilder backgroundColor(java.lang.String color)
LayerInformationBuilder backgroundColorTitle(java.lang.String color)
LayerInformationBuilder backgroundColorPropertyLabel(java.lang.String color)
LayerInformationBuilder backgroundColorPropertyValue1(java.lang.String color)
LayerInformationBuilder backgroundColorPropertyValue2(java.lang.String color)
LayerInformationBuilder.TitleElement title()
LayerInformationBuilder.PropertyElement property()
LayerInformationBuilder.TextElement text()
LayerInformationBuilder.RawElement raw()
LayerInformationBuilder.EnvelopeElement envelope()
java.lang.String build()