Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
static InfoTemplate |
InfoTemplate.create()
Creates a new empty InfoTemplate object.
|
static InfoTemplate |
InfoTemplate.create(com.google.gwt.core.client.JavaScriptObject json)
JSON object representing the InfoTemplate.
|
static InfoTemplate |
InfoTemplate.create(java.lang.String title,
java.lang.String content)
Creates a new InfoTemplate object.
|
InfoTemplate |
Graphic.getInfoTemplate()
The content for display in an InfoWindow.
|
Modifier and Type | Method and Description |
---|---|
static Graphic |
Graphic.create(Geometry geometry,
Symbol symbol,
Graphic.Attributes attrs,
InfoTemplate infoTemplate)
Creates a new Graphic object.
|
Graphic |
Graphic.setInfoTemplate(InfoTemplate infoTemplate)
Defines the InfoTemplate for the InfoWindow of the graphic.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsLayer.setInfoTemplate(InfoTemplate infoTemplate)
Specify or change the info template for a layer.
|
void |
FeatureLayer.Options.setInfoTemplate(InfoTemplate infoTemplate)
Set the layers InfoTemplate.
|