Uses of Interface
gov.nasa.worldwind.util.TextDecoder
-
Packages that use TextDecoder Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwind.util -
-
Uses of TextDecoder in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement TextDecoder Modifier and Type Class Description class
KMLBalloonTextDecoder
Text decoder that performs entity substitution for KML description balloons.Methods in gov.nasa.worldwind.ogc.kml.impl that return TextDecoder Modifier and Type Method 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.Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type TextDecoder Modifier and Type Method Description void
KMLAbstractBalloon. setTextDecoder(TextDecoder decoder)
Set a text decoder to process the balloon text. -
Uses of TextDecoder in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as TextDecoder Modifier and Type Field Description protected TextDecoder
AbstractBalloon. textDecoder
Methods in gov.nasa.worldwind.render that return TextDecoder Modifier and Type Method 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.Methods in gov.nasa.worldwind.render with parameters of type TextDecoder Modifier and Type Method 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. -
Uses of TextDecoder in gov.nasa.worldwind.util
Classes in gov.nasa.worldwind.util that implement TextDecoder Modifier and Type Class Description class
BasicTextDecoder
Base class for text decoders.
-