| Package | Description |
|---|---|
| gov.nasa.worldwind.ogc.kml.impl | |
| gov.nasa.worldwind.render | |
| gov.nasa.worldwind.util |
| Modifier and Type | Class and Description |
|---|---|
class |
KMLBalloonTextDecoder
Text decoder that performs entity substitution for KML description balloons.
|
| Modifier and Type | Method and Description |
|---|---|
protected TextDecoder |
KMLAbstractBalloon.createTextDecoder(KMLAbstractFeature feature)
Create the text decoder that will process the text in the balloon.
|
TextDecoder |
KMLAbstractBalloon.getTextDecoder()
Get the text decoder that will process the balloon text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KMLAbstractBalloon.setTextDecoder(TextDecoder decoder)
Set a text decoder to process the balloon text.
|
| Modifier and Type | Field and Description |
|---|---|
protected TextDecoder |
AbstractBalloon.textDecoder |
| Modifier and Type | Method and Description |
|---|---|
TextDecoder |
AbstractBalloon.getTextDecoder()
Get the text decoder that will process the balloon text.
|
TextDecoder |
Balloon.getTextDecoder()
Get the text decoder that will process the balloon text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBalloon.setTextDecoder(TextDecoder decoder)
Set a text decoder to process the balloon text.
|
void |
Balloon.setTextDecoder(TextDecoder decoder)
Set a text decoder to process the balloon text.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTextDecoder
Base class for text decoders.
|