Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.equipment.renderer |
Provides the interfaces and classes related to customization of the equipment component using cascading style sheets.
|
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
ilog.cpl.network.renderer |
Provides the interfaces and classes related to customization of the network component using cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
IlpPositionConverter |
IlpEquipment.getPositionConverter()
Returns the position converter of the view.
|
IlpPositionConverter |
IlpNetwork.getPositionConverter()
Returns the view's position converter.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpEquipment.setPositionConverter(IlpPositionConverter positionConverter)
Changes the position converter of the view.
|
void |
IlpNetwork.setPositionConverter(IlpPositionConverter positionConverter)
Changes the view's position converter.
|
Modifier and Type | Method and Description |
---|---|
IlpPositionConverter |
IlpPositioningRenderer.getPositionConverter()
Returns the position converter.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpPositioningRenderer.setPositionConverter(IlpPositionConverter positionConverter)
Changes the position converter.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultPositionConverter
This class implements conversions between model and view ideas of
position/shape.
|
Modifier and Type | Method and Description |
---|---|
IlpPositionConverter |
IlpGraphView.getPositionConverter()
Returns the position converter.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphView.setPositionConverter(IlpPositionConverter positionConverter)
Changes the position converter.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpGeographicPositionConverter
This class implements conversions between points in geographic coordinates
and in x,y coordinates, as well as the usual
conversions supported by
IlpDefaultPositionConverter . |
Modifier and Type | Method and Description |
---|---|
IlpPositionConverter |
IlpPositioningRenderer.getPositionConverter()
Returns the position converter.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpPositioningRenderer.setPositionConverter(IlpPositionConverter positionConverter)
Changes the position converter.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.