NASA World Wind

Uses of Class
gov.nasa.worldwind.render.TextRendererCache

Packages that use TextRendererCache
gov.nasa.worldwind   
gov.nasa.worldwind.render   
 

Uses of TextRendererCache in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return TextRendererCache
 TextRendererCache AbstractSceneController.getTextRendererCache()
           
 

Uses of TextRendererCache in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render that return TextRendererCache
 TextRendererCache DrawContext.getTextRendererCache()
           
 TextRendererCache DrawContextImpl.getTextRendererCache()
           
 

Methods in gov.nasa.worldwind.render with parameters of type TextRendererCache
 void MultiLineTextRenderer.drawHTML(String text, int x, int y, TextRendererCache renderers)
          Draw a multi-line html text string with bounding rectangle top starting at the y position.
 Rectangle2D MultiLineTextRenderer.getBoundsHTML(String text, TextRendererCache renderers)
          Returns the bounding rectangle for a multi-line html string.
 void MultiLineTextRenderer.pickHTML(String text, int x, int y, TextRendererCache renderers, DrawContext dc, PickSupport pickSupport, Object refObject, Position refPosition)
          Draw text with unique colors word bounding rectangles and add each as a pickable object to the provided PickSupport instance.
 void DrawContext.setTextRendererCache(TextRendererCache textRendererCache)
           
 void DrawContextImpl.setTextRendererCache(TextRendererCache textRendererCache)
           
 String MultiLineTextRenderer.wrapHTML(String text, Dimension dimension, TextRendererCache renderers)
          Add 'new line' characters inside an html text string so that it's bounding rectangle tries not to exceed the given dimension width.
 


NASA World Wind