public class TLcdViewAnchoredBalloonDescriptor extends ALcdBalloonDescriptor
Constructor and Description |
---|
TLcdViewAnchoredBalloonDescriptor(java.lang.Object aObject,
java.lang.String aTypeName,
java.awt.Point aPoint)
Create a new balloon descriptor describing a balloon that is anchored to a point in the view.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Point |
getViewPoint()
Returns the view point to which the described balloon is anchored.
|
addChangeListener, fireChangeEvent, getObject, getTypeName, removeChangeListener
public TLcdViewAnchoredBalloonDescriptor(java.lang.Object aObject, java.lang.String aTypeName, java.awt.Point aPoint)
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.