Package org.gvsig.fmap.geom
Interface InformationbuilderWithGeometrySupport
- All Superinterfaces:
org.gvsig.tools.util.InformationBuilder
public interface InformationbuilderWithGeometrySupport
extends org.gvsig.tools.util.InformationBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfaceNested classes/interfaces inherited from interface org.gvsig.tools.util.InformationBuilder
org.gvsig.tools.util.InformationBuilder.Element, org.gvsig.tools.util.InformationBuilder.PropertyElement, org.gvsig.tools.util.InformationBuilder.RawElement, org.gvsig.tools.util.InformationBuilder.TextElement, org.gvsig.tools.util.InformationBuilder.TitleElement -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String color) backgroundColorTitle(String color) build()envelope()property()raw()text()org.gvsig.tools.util.InformationBuilder.TitleElementtitle()
-
Method Details
-
backgroundColor
- Specified by:
backgroundColorin interfaceorg.gvsig.tools.util.InformationBuilder
-
backgroundColorTitle
- Specified by:
backgroundColorTitlein interfaceorg.gvsig.tools.util.InformationBuilder
-
backgroundColorPropertyLabel
- Specified by:
backgroundColorPropertyLabelin interfaceorg.gvsig.tools.util.InformationBuilder
-
backgroundColorPropertyValue1
- Specified by:
backgroundColorPropertyValue1in interfaceorg.gvsig.tools.util.InformationBuilder
-
backgroundColorPropertyValue2
- Specified by:
backgroundColorPropertyValue2in interfaceorg.gvsig.tools.util.InformationBuilder
-
title
org.gvsig.tools.util.InformationBuilder.TitleElement title()- Specified by:
titlein interfaceorg.gvsig.tools.util.InformationBuilder
-
property
- Specified by:
propertyin interfaceorg.gvsig.tools.util.InformationBuilder
-
text
- Specified by:
textin interfaceorg.gvsig.tools.util.InformationBuilder
-
raw
- Specified by:
rawin interfaceorg.gvsig.tools.util.InformationBuilder
-
envelope
-
build
String build()- Specified by:
buildin interfaceorg.gvsig.tools.util.InformationBuilder
-