public class IlvLinkImageEditInteractor extends IlvPolyPointsEdition
IlvLinkImage
,
Serialized FormConstructor and Description |
---|
IlvLinkImageEditInteractor()
Creates a
IlvLinkImageEditInteractor . |
Modifier and Type | Method and Description |
---|---|
protected void |
drawGhost(IlvPolyPointsSelection sel,
Graphics g,
IlvObjectInteractorContext context)
This method calls the
drawGhost method of the superclass
and draws the ghost of the link connector, if any,
when moving the origin or destination point of the link. |
allowPointAddition, allowPointAddition, allowPointRemoval, allowPointRemoval, allowsPointInsertion, allowsPointMove, allowsPointRemoval, drawGhost, getAddRemovePointModifier, getAddRemovePointModifierEx, getCursor, getIndex, handleButtonDown, handleButtonDragged, handleButtonUp, handleExpose, handleMouseMoved, insertPoint, isAddRemovePointModifierDown, isOpaqueMode, movePoint, onEnter, onExit, processEvent, removePoint, setAddRemovePointModifier, setCursor, setOpaqueMode
Get, Put
public IlvLinkImageEditInteractor()
IlvLinkImageEditInteractor
.protected void drawGhost(IlvPolyPointsSelection sel, Graphics g, IlvObjectInteractorContext context)
drawGhost
method of the superclass
and draws the ghost of the link connector, if any,
when moving the origin or destination point of the link.
This is done by calling the method drawGhost
of
the link connector attached to the origin or destination node
of the link.
However, the drawGhost
method is not called if the
supportsDrawGhost
method of the link connector
returns false
.
drawGhost
in class IlvPolyPointsEdition
IlvLinkConnector.drawGhost(java.awt.Graphics, ilog.views.IlvTransformer, java.lang.Object, java.lang.Object, java.lang.Object, boolean)
,
IlvLinkConnector.supportsDrawGhost()
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.