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 LayerInformationBuilder
public DefaultLayerInformationBuilder backgroundColorTitle(java.lang.String color)
backgroundColorTitle
in interface LayerInformationBuilder
public DefaultLayerInformationBuilder backgroundColorPropertyLabel(java.lang.String color)
backgroundColorPropertyLabel
in interface LayerInformationBuilder
public DefaultLayerInformationBuilder backgroundColorPropertyValue1(java.lang.String color)
backgroundColorPropertyValue1
in interface LayerInformationBuilder
public DefaultLayerInformationBuilder backgroundColorPropertyValue2(java.lang.String color)
backgroundColorPropertyValue2
in interface LayerInformationBuilder
public LayerInformationBuilder.TitleElement title()
title
in interface LayerInformationBuilder
public LayerInformationBuilder.PropertyElement property()
property
in interface LayerInformationBuilder
public LayerInformationBuilder.TextElement text()
text
in interface LayerInformationBuilder
public LayerInformationBuilder.EnvelopeElement envelope()
envelope
in interface LayerInformationBuilder
public LayerInformationBuilder.RawElement raw()
raw
in interface LayerInformationBuilder
public java.lang.String build()
build
in interface LayerInformationBuilder
public java.lang.String toString()
toString
in class java.lang.Object