Package | Description |
---|---|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.graphic |
Contains the predefined graphic objects of JViews.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvUnresizeableDrawSelection
This class is a default selection object used to show that a
graphic object which cannot be resized with interactors is
selected.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvReshapeSelection.drawGhost(IlvDrawSelection obj,
Graphics g,
IlvObjectInteractorContext context)
Draws a rectangle while reshaping.
|
protected boolean |
IlvReshapeSelection.handleButtonDown(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button down events.
|
protected boolean |
IlvReshapeSelection.handleButtonDragged(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button dragged events.
|
protected boolean |
IlvReshapeSelection.handleButtonUp(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button up events.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvTextSelection
This is the selection object for graphic objects implementing
IlvTextInterface . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlvLaneRenderer.ResizeLaneSelection.handleButtonDown(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button down events.
|
protected boolean |
IlvLaneRenderer.ResizeLaneSelection.handleButtonDragged(IlvDrawSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Processes the button dragged events.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.