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. |