Class TLcdUnanchoredBalloonDescriptor

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

public class TLcdUnanchoredBalloonDescriptor extends ALcdBalloonDescriptor
This balloon descriptor describes a balloon that isn't anchored to any point. By default it is drawn in the middle of the view, and it has no arrow. When calculating a focus point using this descriptor, null is returned by default.
Since:
10.0
  • Constructor Details

    • TLcdUnanchoredBalloonDescriptor

      public TLcdUnanchoredBalloonDescriptor(Object aObject, String aTypeName)
      Create a balloon descriptor that isn't anchored to any point.
      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 the model descriptor.