protected boolean |
AbstractBrowserBalloon.bindWebViewTexture(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected abstract void |
AbstractBrowserBalloon.computeBalloonPoints(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Computes and stores the balloon's model-coordinate and screen-coordinate points.
|
protected void |
GlobeBrowserBalloon.computeBalloonPoints(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Computes and stores this balloon's model and screen coordinates.
|
protected void |
ScreenBrowserBalloon.computeBalloonPoints(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Computes and stores this balloon's screen coordinates.
|
protected void |
AbstractBrowserBalloon.computeGeometry(AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Updates the balloon's screen-coordinate geometry in frameInfo according to the current screen
bounds, screen offset, and active attributes.
|
protected java.nio.FloatBuffer |
AbstractBrowserBalloon.createFrameVertices(AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Creates the balloon's frame vertex buffer according to the active attributes.
|
protected void |
AbstractBrowserBalloon.doDrawOrderedRenderable(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
AbstractBrowserBalloon.drawBrowserControl(DrawContext dc,
AbstractBrowserBalloon.BrowserControl control,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
AbstractBrowserBalloon.drawBrowserControls(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
AbstractBrowserBalloon.drawFrame(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
AbstractBrowserBalloon.drawFrameInterior(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Draws this browser balloon's interior geometry in screen-coordinates, with the WebView's texture
representation applied as an OpenGL decal.OpenGL's texture decal mode uses the texture color where the texture's
alpha is 1, and uses the balloon's background color where it's 0.
|
protected void |
AbstractBrowserBalloon.drawFrameOutline(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
AbstractBrowserBalloon.drawLinks(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
AbstractBrowserBalloon.drawOrderedRenderable(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
AbstractBrowserBalloon.drawResizeControl(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Draw pickable regions for the resize controls.A pickable region is drawn along the frame outline.
|
protected void |
AbstractBrowserBalloon.drawTitleBar(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
AbstractBrowserBalloon.drawWebViewLinks(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected boolean |
AbstractBrowserBalloon.intersectsFrustum(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Determines whether the balloon intersects the view frustum.
|
protected boolean |
GlobeBrowserBalloon.intersectsFrustum(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Determines whether the balloon intersects the view frustum.
|
protected java.nio.FloatBuffer |
AbstractBrowserBalloon.makeDefaultFrameVertices(AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected java.nio.FloatBuffer |
AbstractBrowserBalloon.makeEllipseFrameVertices(AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected java.nio.FloatBuffer |
AbstractBrowserBalloon.makeRectangleFrameVertices(AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected boolean |
AbstractBrowserBalloon.mustRegenerateGeometry(AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Indicates whether this balloon's screen-coordinate geometry must be recomputed as a result of a balloon attribute
changing.
|
void |
AbstractBrowserBalloon.pick(DrawContext dc,
java.awt.Point pickPoint,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected abstract void |
AbstractBrowserBalloon.setupDepthTest(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
GlobeBrowserBalloon.setupDepthTest(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
ScreenBrowserBalloon.setupDepthTest(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
AbstractBrowserBalloon.updateRenderState(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|
protected void |
AbstractBrowserBalloon.updateRenderStateIfNeeded(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
Update the balloon's active attributes and points, if that hasn't already been done this frame.This updates the
balloon's rendering state as follows: Computes the balloon's active attributes by calling
determineActiveAttributes and stores the result in activeAttributes. Computes
the balloon's model-coordinate and screen-coordinate points by calling computeBalloonPoints.
|
protected void |
AbstractBrowserBalloon.updateWebView(DrawContext dc,
AbstractBrowserBalloon.OrderedBrowserBalloon obb) |
Deprecated.
|