ilog.views
Class IlvLinkImageEditInteractor
java.lang.Object
ilog.views.IlvObjectInteractor
ilog.views.IlvPolyPointsEdition
ilog.views.IlvLinkImageEditInteractor
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IlvSplineLinkEdition
public class IlvLinkImageEditInteractor
- extends IlvPolyPointsEdition
The IlvLinkImageEditInteractor class is used to edit a link image.
- See Also:
IlvLinkImage,
Serialized Form
| Methods inherited from class ilog.views.IlvPolyPointsEdition |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlvLinkImageEditInteractor
public IlvLinkImageEditInteractor()
- Creates a
IlvLinkImageEditInteractor.
drawGhost
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.
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.
- Overrides:
drawGhost in class IlvPolyPointsEdition
- Since:
- JViews 5.0
- See Also:
IlvLinkConnector.drawGhost(java.awt.Graphics, ilog.views.IlvTransformer, java.lang.Object, java.lang.Object, java.lang.Object, boolean),
IlvLinkConnector.supportsDrawGhost()
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.