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 |
LayerInformationBuilder backgroundColor(String color)
LayerInformationBuilder backgroundColorTitle(String color)
LayerInformationBuilder backgroundColorPropertyLabel(String color)
LayerInformationBuilder backgroundColorPropertyValue1(String color)
LayerInformationBuilder backgroundColorPropertyValue2(String color)
LayerInformationBuilder.TitleElement title()
LayerInformationBuilder.PropertyElement property()
LayerInformationBuilder.TextElement text()
LayerInformationBuilder.RawElement raw()
LayerInformationBuilder.EnvelopeElement envelope()
String build()