Package | Description |
---|---|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
ilog.tgo.composite |
Provides the classes for handling the zoom policies and the layer policies.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlpEquipmentView.isVisible(IlpLayer layer)
Deprecated.
Use
getCompositeGrapher().isVisible((IltcLayer)layer) instead. |
boolean |
IlpEquipmentView.isVisible(IlpLayer layer,
IlvManagerView view)
Deprecated.
Use
getCompositeGrapher().isVisible((IltcLayer)layer, view)
instead. |
void |
IlpEquipmentView.setVisible(IlpLayer layer,
boolean visible)
Deprecated.
Use
getCompositeGrapher().setVisible((IltcLayer)layer, visible)
instead. |
void |
IlpEquipmentView.setVisible(IlpLayer layer,
IlvManagerView view,
boolean visible)
Deprecated.
Use
getCompositeGrapher().setVisible((IltcLayer)layer, view, visible)
instead. |
Modifier and Type | Method and Description |
---|---|
boolean |
IlpNetworkView.isVisible(IlpLayer layer)
Deprecated.
Use
getCompositeGrapher().isVisible((IltcLayer)layer) instead. |
boolean |
IlpNetworkView.isVisible(IlpLayer layer,
IlvManagerView view)
Deprecated.
Use
getCompositeGrapher().isVisible((IltcLayer)layer, view) instead. |
void |
IlpNetworkView.setVisible(IlpLayer layer,
boolean visible)
Deprecated.
Use
getCompositeGrapher().setVisible((IltcLayer)layer, visible) instead. |
void |
IlpNetworkView.setVisible(IlpLayer layer,
IlvManagerView view,
boolean visible)
Deprecated.
Use
getCompositeGrapher().setVisible((IltcLayer)layer, view, visible) instead. |
Modifier and Type | Class and Description |
---|---|
class |
IltcLayer
This class is the counterpart of IlvManagerLayer for IltcCompositeGraphic
objects.
|
Modifier and Type | Method and Description |
---|---|
IlpLayer |
IltcLayerPolicy.getDefaultLayer(IlpGraphic graphic) |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.