Package com.luciad.view.swing
Class TLcdUnanchoredBalloonDescriptor
java.lang.Object
com.luciad.view.swing.ALcdBalloonDescriptor
com.luciad.view.swing.TLcdUnanchoredBalloonDescriptor
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 Summary
ConstructorDescriptionTLcdUnanchoredBalloonDescriptor
(Object aObject, String aTypeName) Create a balloon descriptor that isn't anchored to any point. -
Method Summary
Methods inherited from class com.luciad.view.swing.ALcdBalloonDescriptor
addChangeListener, fireChangeEvent, getObject, getTypeName, removeChangeListener
-
Constructor Details
-
TLcdUnanchoredBalloonDescriptor
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.
-