Class TLcdModelElementBalloonDescriptor

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

public class TLcdModelElementBalloonDescriptor extends ALcdBalloonDescriptor
This balloon descriptor describes a balloon that is anchored to a given model element. When the view moves, and this point moves along, the balloon will move along too. When the model element changes, a change event is fired.
Since:
10.0
  • Constructor Details

    • TLcdModelElementBalloonDescriptor

      public TLcdModelElementBalloonDescriptor(TLcdDomainObjectContext aObject)
      Creates a model element balloon descriptor, initialized with the given domain object context.
      Parameters:
      aObject - a context object describing the domain object
      Since:
      2017.1.01
    • TLcdModelElementBalloonDescriptor

      public TLcdModelElementBalloonDescriptor(Object aObject, ILcdModel aModel, ILcdLayer aLayer)
      Creates a model element balloon descriptor, initialized with the given object, model and layer.
      Parameters:
      aObject - An object element.
      aModel - The model which contains the given element.
      aLayer - The layer which contains the given model.
  • Method Details

    • getModel

      public ILcdModel getModel()
      Returns the model.
      Returns:
      the model.
    • getLayer

      public ILcdLayer getLayer()
      Returns the layer.
      Returns:
      the layer.