Class AbstractBrowserBalloon.FrameGeometryInfo

  • Enclosing class:
    gov.nasa.worldwind.render.AbstractBrowserBalloon

    protected static class AbstractBrowserBalloon.FrameGeometryInfo
    extends java.lang.Object
    Holds the vertex data and the defining properties of a balloon's frame and leader geometry. The vertexBuffer represents the screen-coordinate vertices of the balloon's frame. The size, offset, balloonShape, leaderShape, leaderWidth, and cornerRadius are the frame geometry's defining properties. These are used to determine when the frame geometry is invalid and must be recomputed.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • vertexBuffer

        protected java.nio.FloatBuffer vertexBuffer
      • size

        protected java.awt.Dimension size
      • offset

        protected java.awt.Point offset
      • balloonShape

        protected java.lang.String balloonShape
      • leaderShape

        protected java.lang.String leaderShape
      • leaderWidth

        protected int leaderWidth
      • cornerRadius

        protected int cornerRadius
    • Constructor Detail

      • FrameGeometryInfo

        public FrameGeometryInfo()