Package com.luciad.view.swing
Class TLcdModelElementBalloonDescriptor
java.lang.Object
com.luciad.view.swing.ALcdBalloonDescriptor
com.luciad.view.swing.TLcdModelElementBalloonDescriptor
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 Summary
ConstructorDescriptionCreates a model element balloon descriptor, initialized with the given domain object context.TLcdModelElementBalloonDescriptor
(Object aObject, ILcdModel aModel, ILcdLayer aLayer) Creates a model element balloon descriptor, initialized with the given object, model and layer. -
Method Summary
Methods inherited from class com.luciad.view.swing.ALcdBalloonDescriptor
addChangeListener, fireChangeEvent, getObject, getTypeName, removeChangeListener
-
Constructor Details
-
TLcdModelElementBalloonDescriptor
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
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
Returns the model.- Returns:
- the model.
-
getLayer
Returns the layer.- Returns:
- the layer.
-