Class TLcdViewAnchoredBalloonDescriptor

java.lang.Object
com.luciad.view.swing.ALcdBalloonDescriptor
com.luciad.view.swing.TLcdViewAnchoredBalloonDescriptor

public class TLcdViewAnchoredBalloonDescriptor extends ALcdBalloonDescriptor
This balloon descriptor describes a balloon that is anchored to a point in the view.
Since:
10.0
  • Constructor Details

    • TLcdViewAnchoredBalloonDescriptor

      public TLcdViewAnchoredBalloonDescriptor(Object aObject, String aTypeName, Point aPoint)
      Create a new balloon descriptor describing a balloon that is anchored to a point in the view.
      Parameters:
      aObject - An object that has balloon content.
      aTypeName - A type name identifying the sort of object this descriptor contains. Typically this is the type name of a model descriptor.
      aPoint - A view point.
  • Method Details

    • getViewPoint

      public Point getViewPoint()
      Returns the view point to which the described balloon is anchored.
      Returns:
      the view point to which the described balloon is anchored.