public static class IlvLaneRenderer.ResizeLaneSelection extends IlvReshapeSelection
Constructor and Description |
---|
ResizeLaneSelection()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
handleButtonDown(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button down events.
|
protected boolean |
handleButtonDragged(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button dragged events.
|
protected void |
reshapeObject(IlvGraphic graphic,
IlvRect rect)
Called to let the interactor reshape an object.
|
drawGhost, drawGhost, getBoundingBox, getCursor, getPreserveAspectModifier, getPreserveAspectModifierEx, handleButtonUp, handleExpose, isOpaqueMode, isPredictionCursorMode, isPreserveAspectModifierDown, onEnter, onExit, processEvent, setOpaqueMode, setPredictionCursorMode, setPreserveAspectModifier
Get, Put
protected void reshapeObject(IlvGraphic graphic, IlvRect rect)
reshapeObject
in class IlvReshapeSelection
graphic
- The IlvGraphic
to reshape.rect
- The new rectangle defining the object.protected boolean handleButtonDragged(IlvDrawSelection sel, MouseEvent event, IlvObjectInteractorContext context)
handleButtonDragged
in class IlvReshapeSelection
true
if the event has been processed,
false
otherwise.protected boolean handleButtonDown(IlvDrawSelection sel, MouseEvent event, IlvObjectInteractorContext context)
handleButtonDown
in class IlvReshapeSelection
true
if the event has been processed,
false
otherwise.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.