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 classKMLBalloonTextDecoderText 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 TextDecoderKMLAbstractBalloon. createTextDecoder(KMLAbstractFeature feature)Create the text decoder that will process the text in the balloon.TextDecoderKMLAbstractBalloon. 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 voidKMLAbstractBalloon. 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 TextDecoderAbstractBalloon. textDecoderMethods in gov.nasa.worldwind.render that return TextDecoder Modifier and Type Method Description TextDecoderAbstractBalloon. getTextDecoder()Get the text decoder that will process the balloon text.TextDecoderBalloon. 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 voidAbstractBalloon. setTextDecoder(TextDecoder decoder)Set a text decoder to process the balloon text.voidBalloon. 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 classBasicTextDecoderBase class for text decoders.
-