public class DefaultLayerInformationBuilder extends java.lang.Object implements LayerInformationBuilder
LayerInformationBuilder.Element, LayerInformationBuilder.EnvelopeElement, LayerInformationBuilder.PropertyElement, LayerInformationBuilder.RawElement, LayerInformationBuilder.TextElement, LayerInformationBuilder.TitleElement| Constructor and Description |
|---|
DefaultLayerInformationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
DefaultLayerInformationBuilder |
backgroundColor(java.lang.String color) |
DefaultLayerInformationBuilder |
backgroundColorPropertyLabel(java.lang.String color) |
DefaultLayerInformationBuilder |
backgroundColorPropertyValue1(java.lang.String color) |
DefaultLayerInformationBuilder |
backgroundColorPropertyValue2(java.lang.String color) |
DefaultLayerInformationBuilder |
backgroundColorTitle(java.lang.String color) |
java.lang.String |
build() |
LayerInformationBuilder.EnvelopeElement |
envelope() |
LayerInformationBuilder.PropertyElement |
property() |
LayerInformationBuilder.RawElement |
raw() |
LayerInformationBuilder.TextElement |
text() |
LayerInformationBuilder.TitleElement |
title() |
java.lang.String |
toString() |
public DefaultLayerInformationBuilder backgroundColor(java.lang.String color)
backgroundColor in interface LayerInformationBuilderpublic DefaultLayerInformationBuilder backgroundColorTitle(java.lang.String color)
backgroundColorTitle in interface LayerInformationBuilderpublic DefaultLayerInformationBuilder backgroundColorPropertyLabel(java.lang.String color)
backgroundColorPropertyLabel in interface LayerInformationBuilderpublic DefaultLayerInformationBuilder backgroundColorPropertyValue1(java.lang.String color)
backgroundColorPropertyValue1 in interface LayerInformationBuilderpublic DefaultLayerInformationBuilder backgroundColorPropertyValue2(java.lang.String color)
backgroundColorPropertyValue2 in interface LayerInformationBuilderpublic LayerInformationBuilder.TitleElement title()
title in interface LayerInformationBuilderpublic LayerInformationBuilder.PropertyElement property()
property in interface LayerInformationBuilderpublic LayerInformationBuilder.TextElement text()
text in interface LayerInformationBuilderpublic LayerInformationBuilder.EnvelopeElement envelope()
envelope in interface LayerInformationBuilderpublic LayerInformationBuilder.RawElement raw()
raw in interface LayerInformationBuilderpublic java.lang.String build()
build in interface LayerInformationBuilderpublic java.lang.String toString()
toString in class java.lang.Object