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.
|
Constructor and Description |
---|
IlvCompositeGrapherPin(IlvPinLinkConnector connector,
String name,
IlvPoint offset)
Creates an
IlvCompositeGrapherPin instance. |
Modifier and Type | Method and Description |
---|---|
protected IlvPinLinkConnector |
IlvGrapherPinInteractor.createPinLinkConnector(IlvGraphic node)
Creates a new pin link connector and attaches
node to it. |
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 . |
protected void |
IlvGrapherPinInteractor.highlight(IlvPinLinkConnector lc,
IlvGraphic obj)
Highlights a link connector.
|
protected void |
IlvGrapherPinInteractor.unHighlight(IlvPinLinkConnector lc,
IlvGraphic obj)
Unhighlights a link connector.
|
Modifier and Type | Method and Description |
---|---|
IlvPinLinkConnector |
IlvGrapherPin.getPinLinkConnector()
Returns the
IlvPinLinkConnector which manages this
pin, or null if the pin has been removed. |
Constructor and Description |
---|
IlvDefaultGrapherPin(IlvPinLinkConnector connector,
IlvPoint proportionalLocation)
Creates a new
IlvDefaultGrapherPin at a specified
proportional location and adds it to the pin link connector. |
IlvDefaultGrapherPin(IlvPinLinkConnector connector,
IlvPoint p,
IlvTransformer t)
Creates a new
IlvDefaultGrapherPin at a specified
absolution location and adds it to the pin link connector. |
IlvGrapherPin(IlvPinLinkConnector connector)
Creates a new pin and adds it to the pin link connector.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvGrapherPinRenderer.SDMPinLinkConnector
The class
SDMPinLinkConnector implements the
link connector used by the IlvGrapherPinRenderer . |
Constructor and Description |
---|
SDMGrapherPin(IlvPinLinkConnector connector,
IlvSDMEngine engine,
double x,
double y)
Creates a new
SDMGrapherPin . |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.