Package | Description |
---|---|
ilog.views.graphic.composite |
Provides classes for creating Composite Graphics.
|
ilog.views.interactor |
Provides the predefined interactors for a view.
|
ilog.views.linkconnector |
Contains the predefined link connectors of JViews.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCompositeGrapherPin
The class
IlvCompositeGrapherPin is designed to be used with IlvCompositeGraphic . |
Modifier and Type | Method and Description |
---|---|
protected IlvGrapherPin |
IlvGrapherPinInteractor.createGrapherPin(IlvPinLinkConnector lc,
IlvPoint tp,
IlvTransformer t)
Creates a new grapher pin added to the pin link connector
lc and located at the point tp . |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultGrapherPin
This class is a convenient concrete implementation of the abstract
class
IlvGrapherPin . |
Modifier and Type | Method and Description |
---|---|
IlvGrapherPin |
IlvPinLinkConnector.getClosestConnectionPin(IlvPoint p,
Object orig,
Object dest,
Object linkOrClass,
boolean origin,
IlvTransformer t)
Returns the pin that is closest to point
p . |
IlvGrapherPin |
IlvPinLinkConnector.getPin(IlvLinkImage link,
boolean origin)
Returns the pin where a link is attached (that is, the method
isConnected(IlvLinkImage, boolean) returns
true ), or null if none. |
Modifier and Type | Method and Description |
---|---|
void |
IlvPinLinkConnector.addPin(IlvGrapherPin pin)
Adds an
IlvGrapherPin . |
void |
IlvPinLinkConnector.connectLink(IlvLinkImage link,
IlvGrapherPin pin,
boolean origin)
Connects a link to a particular pin.
|
void |
IlvPinLinkConnector.removePin(IlvGrapherPin pin)
Removes an
IlvGrapherPin . |
Modifier and Type | Class and Description |
---|---|
static class |
IlvGrapherPinRenderer.SDMGrapherPin
The class
SDMGrapherPin implements the
grapher pins used by the IlvGrapherPinRenderer . |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.