Package com.luciad.view.swing
Class TLcdViewAnchoredBalloonDescriptor
java.lang.Object
com.luciad.view.swing.ALcdBalloonDescriptor
com.luciad.view.swing.TLcdViewAnchoredBalloonDescriptor
This balloon descriptor describes a balloon that is anchored to a point in the view.
- Since:
- 10.0
-
Constructor Summary
ConstructorDescriptionTLcdViewAnchoredBalloonDescriptor
(Object aObject, String aTypeName, Point aPoint) Create a new balloon descriptor describing a balloon that is anchored to a point in the view. -
Method Summary
Modifier and TypeMethodDescriptionReturns the view point to which the described balloon is anchored.Methods inherited from class com.luciad.view.swing.ALcdBalloonDescriptor
addChangeListener, fireChangeEvent, getObject, getTypeName, removeChangeListener
-
Constructor Details
-
TLcdViewAnchoredBalloonDescriptor
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
Returns the view point to which the described balloon is anchored.- Returns:
- the view point to which the described balloon is anchored.
-