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.graphic.linkbundle |
Provides a grapher link that stores and represents a bundle
of individual links ("sublinks").
|
Modifier and Type | Class and Description |
---|---|
class |
IlvLinkImageSelection
The selection object for an IlvLinkImage.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvPolyPointsEdition.drawGhost(IlvPolyPointsSelection obj,
Graphics g,
IlvObjectInteractorContext context)
Draws a polyline when a point of the polypoint is
moved.
|
protected void |
IlvLinkImageEditInteractor.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. |
protected void |
IlvPolyPointsEdition.drawGhost(IlvPolyPointsSelection obj,
IlvObjectInteractorContext context)
Deprecated.
Beginning with Rogue Wave JViews 5.0, use the method
IlvPolyPointsEdition.drawGhost(IlvPolyPointsSelection, Graphics, IlvObjectInteractorContext) instead. |
protected boolean |
IlvPolyPointsEdition.handleButtonDown(IlvPolyPointsSelection sel,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_PRESSED events. |
protected boolean |
IlvPolyPointsEdition.handleButtonDragged(IlvPolyPointsSelection obj,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_DRAGGED events. |
protected boolean |
IlvPolyPointsEdition.handleButtonUp(IlvPolyPointsSelection obj,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_RELEASED events. |
protected boolean |
IlvPolyPointsEdition.handleMouseMoved(IlvPolyPointsSelection obj,
MouseEvent event,
IlvObjectInteractorContext context)
Handles
MOUSE_MOVED events. |
Modifier and Type | Class and Description |
---|---|
class |
IlvSplineLinkSelection
Selection object on an
IlvSplineLinkImage . |
class |
IlvSplineSelection
Selection object on an
IlvSpline . |
Modifier and Type | Class and Description |
---|---|
class |
IlvLinkBundleSelection
The selection object for an IlvLinkBundle.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.