Package | Description |
---|---|
ilog.views.graphic.linkbundle |
Provides a grapher link that stores and represents a bundle
of individual links ("sublinks").
|
ilog.views.graphic.linkbundle.event |
Provides events and event listeners for
IlvLinkBundle . |
ilog.views.sdm.graphic |
Contains specialized graphic objects used
by the SDM component.
|
Modifier and Type | Method and Description |
---|---|
IlvLinkBundle |
IlvLinkBundle.getRootLinkBundle()
Returns the root link bundle.
|
Modifier and Type | Method and Description |
---|---|
IlvRect |
IlvLinkBundleFrame.boundingBox(IlvLinkBundle linkBundle,
IlvTransformer t)
Returns the bounding rectangle of the frame for a given link bundle
and transformer.
|
IlvRect |
IlvDefaultLinkBundleFrame.boundingBox(IlvLinkBundle linkBundle,
IlvTransformer transformer)
Returns the bounding rectangle of the frame for a given link bundle
and transformer.
|
IlvRect |
IlvLinkBundleFrame.boundingBoxExpandCollapseIcon(IlvLinkBundle linkBundle,
IlvTransformer t)
Returns the bounding box of the expand/collapse icon for a given
link bundle.
|
IlvRect |
IlvDefaultLinkBundleFrame.boundingBoxExpandCollapseIcon(IlvLinkBundle linkBundle,
IlvTransformer t)
Returns the bounding box of the expand/collapse icon for a given
link bundle.
|
boolean |
IlvLinkBundleFrame.contains(IlvLinkBundle linkBundle,
IlvPoint p,
IlvPoint tp,
IlvTransformer t)
Tests if a point lies within the outline of the frame.
|
boolean |
IlvDefaultLinkBundleFrame.contains(IlvLinkBundle linkBundle,
IlvPoint p,
IlvPoint tp,
IlvTransformer transformer)
Tests if a point lies within the outline of the frame.
|
void |
IlvLinkBundleFrame.draw(IlvLinkBundle linkBundle,
Graphics g,
IlvTransformer t)
Draws the frame.
|
void |
IlvDefaultLinkBundleFrame.draw(IlvLinkBundle linkBundle,
Graphics g,
IlvTransformer t)
Draws the frame for a given link bundle.
|
void |
IlvLinkBundleFrame.drawExpandCollapseIcon(IlvLinkBundle linkBundle,
Graphics g,
IlvTransformer t)
Draws the expand/collapse icon for a given link bundle.
|
void |
IlvDefaultLinkBundleFrame.drawExpandCollapseIcon(IlvLinkBundle linkBundle,
Graphics g,
IlvTransformer t)
Draws the expand/collapse icon for a given link bundle.
|
void |
IlvLinkBundleFrame.drawSelected(IlvLinkBundle linkBundle,
Graphics g,
IlvTransformer t,
IlvLinkBundleSelection sel)
Draws the selected frame.
|
void |
IlvDefaultLinkBundleFrame.drawSelected(IlvLinkBundle linkBundle,
Graphics g,
IlvTransformer t,
IlvLinkBundleSelection sel)
Draws the frame for a given link bundle.
|
protected IlvPoint |
IlvDefaultLinkBundleFrame.getExpandCollapseIconPosition(IlvLinkBundle linkBundle,
IlvTransformer t)
Calculates the position of the expand/collapse icon at the link bundle.
|
double |
IlvLinkBundleFrame.getMargin(IlvLinkBundle linkBundle,
IlvTransformer t)
Returns the margin of the specified link bundle.
|
double |
IlvDefaultLinkBundleFrame.getMargin(IlvLinkBundle linkBundle,
IlvTransformer t)
Returns the margin of the specified link bundle.
|
Constructor and Description |
---|
IlvLinkBundle(IlvLinkBundle source)
Creates an
IlvLinkBundle by copying an existing one. |
IlvLinkBundleSelection(IlvLinkBundle obj)
Creates a new selection object.
|
Modifier and Type | Method and Description |
---|---|
IlvLinkBundle |
LinkBundleSelectionChangedEvent.getLinkBundle()
Returns the
IlvLinkBundle source of the event. |
IlvLinkBundle |
LinkBundleEvent.getLinkBundle()
Returns the
IlvLinkBundle source of the event. |
Constructor and Description |
---|
LinkBundleEvent(IlvLinkBundle linkBundle)
Creates the event.
|
LinkBundleSelectionChangedEvent(IlvLinkBundle linkBundle,
IlvLinkImage sublink)
Creates the event.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvSDMLinkBundle
This class adds styling support to the
IlvLinkBundle class. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.