public interface InformationbuilderWithGeometrySupport extends InformationBuilder
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InformationbuilderWithGeometrySupport.EnvelopeElement |
static interface |
InformationbuilderWithGeometrySupport.PropertyElementWithGeometrySupport |
static interface |
InformationbuilderWithGeometrySupport.RawElementWithGeometrySupport |
static interface |
InformationbuilderWithGeometrySupport.TextElementWithGeometrySupport |
InformationBuilder.Element, InformationBuilder.PropertyElement, InformationBuilder.RawElement, InformationBuilder.TextElement, InformationBuilder.TitleElement| Modifier and Type | Method and Description |
|---|---|
InformationbuilderWithGeometrySupport |
backgroundColor(java.lang.String color) |
InformationbuilderWithGeometrySupport |
backgroundColorPropertyLabel(java.lang.String color) |
InformationbuilderWithGeometrySupport |
backgroundColorPropertyValue1(java.lang.String color) |
InformationbuilderWithGeometrySupport |
backgroundColorPropertyValue2(java.lang.String color) |
InformationbuilderWithGeometrySupport |
backgroundColorTitle(java.lang.String color) |
java.lang.String |
build() |
InformationbuilderWithGeometrySupport.EnvelopeElement |
envelope() |
InformationbuilderWithGeometrySupport.PropertyElementWithGeometrySupport |
property() |
InformationbuilderWithGeometrySupport.RawElementWithGeometrySupport |
raw() |
InformationbuilderWithGeometrySupport.TextElementWithGeometrySupport |
text() |
InformationBuilder.TitleElement |
title() |
InformationbuilderWithGeometrySupport backgroundColor(java.lang.String color)
backgroundColor in interface InformationBuilderInformationbuilderWithGeometrySupport backgroundColorTitle(java.lang.String color)
backgroundColorTitle in interface InformationBuilderInformationbuilderWithGeometrySupport backgroundColorPropertyLabel(java.lang.String color)
backgroundColorPropertyLabel in interface InformationBuilderInformationbuilderWithGeometrySupport backgroundColorPropertyValue1(java.lang.String color)
backgroundColorPropertyValue1 in interface InformationBuilderInformationbuilderWithGeometrySupport backgroundColorPropertyValue2(java.lang.String color)
backgroundColorPropertyValue2 in interface InformationBuilderInformationBuilder.TitleElement title()
title in interface InformationBuilderInformationbuilderWithGeometrySupport.PropertyElementWithGeometrySupport property()
property in interface InformationBuilderInformationbuilderWithGeometrySupport.TextElementWithGeometrySupport text()
text in interface InformationBuilderInformationbuilderWithGeometrySupport.RawElementWithGeometrySupport raw()
raw in interface InformationBuilderInformationbuilderWithGeometrySupport.EnvelopeElement envelope()
java.lang.String build()
build in interface InformationBuilder