NASA World Wind

Uses of Interface
gov.nasa.worldwind.util.TextDecoder

Packages that use TextDecoder
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
 class KMLBalloonTextDecoder
          Text decoder that performs entity substitution for KML description balloons.
 

Methods in gov.nasa.worldwind.ogc.kml.impl that return TextDecoder
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
 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
protected  TextDecoder AbstractBalloon.textDecoder
           
 

Methods in gov.nasa.worldwind.render that return TextDecoder
 TextDecoder Balloon.getTextDecoder()
          Get the text decoder that will process the balloon text.
 TextDecoder AbstractBalloon.getTextDecoder()
          Get the text decoder that will process the balloon text.
 

Methods in gov.nasa.worldwind.render with parameters of type TextDecoder
 void Balloon.setTextDecoder(TextDecoder decoder)
          Set a text decoder to process the balloon text.
 void AbstractBalloon.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
 class BasicTextDecoder
          Base class for text decoders.
 


NASA World Wind