Package | Description |
---|---|
ilog.cpl.graphic.views |
Provides graphic object and graphic view classes for creating and configuring
graphic views based on Rogue Wave JViews.
|
ilog.cpl.graphic.views.action |
Provides action event classes that are delivered to predefined actions
of the network and equipment components.
|
ilog.cpl.sdm.binding | |
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.graphic.graphlayout |
Contains graph layout algorithms that extend those of package ilog.views.graphlayout.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Method and Description |
---|---|
IlpPolyline |
IlpPolyline.computeParallel(double apart,
double miterlimit)
Returns a parallel polyline.
|
IlpPolyline |
IlpPolyline.computeParallel(double apart,
double miterlimit,
boolean reverse)
Returns a parallel polyline.
|
Constructor and Description |
---|
IlpPolyline(IlpPolyline orig)
Creates a new polyline from a given one.
|
IlpPolyline(IlpPolyline orig,
IlvTransformer t,
boolean removeRedundant)
Creates a new
IlpPolyline instance, connecting the
given points and considering that the given transformer is applied. |
Modifier and Type | Method and Description |
---|---|
IlpPolyline |
IlpCreateLinkActionEvent.getNewPosition()
Returns the new position, a model position.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpCreateLinkActionEvent.setNewPosition(IlpPolyline position)
Sets the new position, a model position.
|
Modifier and Type | Method and Description |
---|---|
protected IlpPolyline |
IlpPolylinePositionBinding.convertXToPosition(Double value) |
protected IlpPolyline |
IlpPolylinePositionBinding.convertYToPosition(Double value) |
Modifier and Type | Method and Description |
---|---|
protected Double |
IlpPolylinePositionBinding.convertPositionToX(IlpPolyline posValue) |
protected Double |
IlpPolylinePositionBinding.convertPositionToY(IlpPolyline posValue) |
Modifier and Type | Method and Description |
---|---|
IlpPolyline |
IltLogicalPolyline.upgrade()
Deprecated.
Creates a new
IlpPolyline from this deprecated instance. |
Modifier and Type | Method and Description |
---|---|
static IltPolyline |
IltPolyPointsUtils.Floor(IlpPolyline poly)
Returns a polyline formed by the integers corresponding to a polyline.
|
void |
IltCompositeGrapher.setLinkSkeleton(IltCompositeGraphic graphic,
IlpPolyline newshape)
Deprecated.
Use the three-argument
setLinkSkeleton instead. |
void |
IltCompositeGrapher.setLinkSkeleton(IltCompositeGraphic graphic,
IlpPolyline newshape,
IlpPositionSource reason)
Changes the shape of a link.
|
Modifier and Type | Method and Description |
---|---|
protected IlpPolyline |
IltLocalLinkLayout.chooseShape(IlvGraphModel model,
Object link)
Chooses and returns the desired shape for a link.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IltMakeLinearGroupInteractor.trigger(IlpPolyline shape)
This function must be implemented in a subclass.
|
Modifier and Type | Method and Description |
---|---|
IlpPolyline |
IltLinearGroup.getShape(IltGraphicManager manager)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. When working with datasource, please use getPosition instead. |
IlpPolyline |
IltAbstractLink.getShape(IltGraphicManager manager)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. When working with datasource, please use getPosition instead. |
protected IlpPolyline |
IltLinearGroup.getShape(IltGraphicManager manager,
IltGraphic graphic)
Returns the shape graphic setting.
|
protected IlpPolyline |
IltAbstractLink.getShape(IltGraphicManager manager,
IltGraphic graphic)
Returns the shape graphic setting.
|
IlpPolyline |
IltAbstractLink.getShapeInManager(IltGraphic graphic)
For convenience, since the above does not really depend on the manager.
|
IlpPolyline |
IltLinearGroup.getShapeInManager(IltGraphicManager manager,
IltGraphic graphic)
Returns the position of the graphic representation in a given
IltGraphicManager.
|
protected IlpPolyline |
IltAbstractLink.getShapeInManager(IltGraphicManager manager,
IltGraphic graphic)
Returns the position of the graphic representation in a given
IltGraphicManager.
|
Modifier and Type | Method and Description |
---|---|
void |
IltLinearGroup.computeGraphic(IltGraphicManager manager,
IlpPolyline shape)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. |
void |
IltLinearGroup.setShape(IltGraphicManager manager,
IlpPolyline shape)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. When working with datasource, use
IltObject.setPosition(IlpPosition) instead. |
void |
IltAbstractLink.setShape(IltGraphicManager manager,
IlpPolyline shape)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. When working with datasources, please use setPosition instead. |
void |
IltLinearGroup.setShape(IltGraphicManager manager,
IlpPolyline shape,
IlpPositionSource reason)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. When working with datasource, use
IltObject.setPosition(IlpPosition) instead. |
void |
IltAbstractLink.setShape(IltGraphicManager manager,
IlpPolyline shape,
IlpPositionSource reason)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. When working with datasources, please use setPosition instead. |
void |
IltLinkBundle.setShape(IltGraphicManager manager,
IltGraphic graphic,
IlpPolyline shape,
IlpPositionSource reason)
Changes the shape graphic setting.
|
void |
IltAbstractLink.setShape(IltGraphicManager manager,
IltGraphic graphic,
IlpPolyline shape,
IlpPositionSource reason)
Changes the shape graphic setting.
|
void |
IltLinearGroup.setShapeInManager(IltGraphicManager manager,
IltGraphic graphic,
IlpPolyline shape,
IlpPositionSource reason)
Changes the position of the graphic representation in a given
IltGraphicManager.
|
void |
IltLinkBundle.setShapeInManager(IltGraphicManager manager,
IltGraphic graphic,
IlpPolyline shape,
IlpPositionSource reason,
boolean assumeVisible)
Changes the shape of the link in the given manager, using the provided
composite graphic.
|
void |
IltAbstractLink.setShapeInManager(IltGraphicManager manager,
IltGraphic graphic,
IlpPolyline shape,
IlpPositionSource reason,
boolean assumeVisible)
Changes the shape of the link in the given manager, using the provided
composite graphic.
|
protected void |
IltAbstractLink.setShapeInManagerAux(IltGraphicManager manager,
IltGraphic graphic,
IlpPolyline shape,
IlpPositionSource reason,
boolean assumeVisible)
Changes the position of the graphic representation in a given
IltGraphicManager.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.