|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpZoomPolicy | |
|---|---|
| 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.renderer | Provides the interfaces and classes related to customization of the network component using cascading style sheets. |
| ilog.tgo.composite | Provides the classes for handling the zoom policies and the layer policies. |
| Uses of IlpZoomPolicy in ilog.cpl |
|---|
| Methods in ilog.cpl that return IlpZoomPolicy | |
|---|---|
IlpZoomPolicy |
IlpEquipment.getZoomPolicy()
Returns the zoom policy currently in use. |
IlpZoomPolicy |
IlpNetwork.getZoomPolicy()
Returns the zoom policy currently in use. |
| Methods in ilog.cpl with parameters of type IlpZoomPolicy | |
|---|---|
void |
IlpEquipment.setZoomPolicy(IlpZoomPolicy zoomPolicy)
Sets the zoom policy. |
void |
IlpNetwork.setZoomPolicy(IlpZoomPolicy zoomPolicy)
Sets the zoom policy. |
| Uses of IlpZoomPolicy in ilog.cpl.equipment.renderer |
|---|
| Methods in ilog.cpl.equipment.renderer that return IlpZoomPolicy | |
|---|---|
IlpZoomPolicy |
IlpZoomingRenderer.getZoomPolicy()
Returns the zoom policy currently in use. |
| Methods in ilog.cpl.equipment.renderer with parameters of type IlpZoomPolicy | |
|---|---|
void |
IlpZoomingRenderer.setZoomPolicy(IlpZoomPolicy zoomPolicy)
Sets the zoom policy. |
| Uses of IlpZoomPolicy in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph that return IlpZoomPolicy | |
|---|---|
IlpZoomPolicy |
IlpGraphView.getZoomPolicy()
Returns the zoom policy currently in use. |
| Methods in ilog.cpl.graph with parameters of type IlpZoomPolicy | |
|---|---|
void |
IlpGraphView.setZoomPolicy(IlpZoomPolicy zoomPolicy)
Sets the zoom policy. |
| Uses of IlpZoomPolicy in ilog.cpl.network.renderer |
|---|
| Methods in ilog.cpl.network.renderer that return IlpZoomPolicy | |
|---|---|
IlpZoomPolicy |
IlpZoomingRenderer.getZoomPolicy()
Returns the zoom policy currently in use. |
| Methods in ilog.cpl.network.renderer with parameters of type IlpZoomPolicy | |
|---|---|
void |
IlpZoomingRenderer.setZoomPolicy(IlpZoomPolicy zoomPolicy)
Sets the zoom policy. |
| Uses of IlpZoomPolicy in ilog.tgo.composite |
|---|
| Classes in ilog.tgo.composite that implement IlpZoomPolicy | |
|---|---|
class |
IltLogicalZoomPolicy
This class implements a logical zoom. |
class |
IltMixedZoomPolicy
This class implements a mixed zoom policy. |
class |
IltPhysicalZoomPolicy
This class implements a physical zoom. |
class |
IltZoomPolicy
This class controls the behavior of the zoom on ILOG JTGO views. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||