public class IlpZoomingRenderer
extends ilog.cpl.graph.css.renderer.IlpZoomingRenderer
IlpEquipmentView
.
This class is a CSS stylable Bean. It can be configured as follows in a CSS file:
Zooming { type : String; // Properties for type "Mixed": zoomThreshold : float; subNetworkZoomFactor : float; }
The type
property or name
attribute denotes
the name of one of the built-in zoom policies:
Physical
Logical
Mixed
The allowed properties and their values depend on the name of the zoom
policy. The Logical
and Mixed
policies have a
property named additionalZoom
with a value that is a floating
point number. The default value is 1
. The Mixed
policy
has two properties named zoomThreshold
and
subNetworkZoomFactor
with values that are floating point
numbers. The default value is 1
.
IlpEquipmentView
Constructor and Description |
---|
IlpZoomingRenderer() |
Modifier and Type | Method and Description |
---|---|
IlpZoomPolicy |
getZoomPolicy()
Returns the zoom policy currently in use.
|
void |
setZoomPolicy(IlpZoomPolicy zoomPolicy)
Sets the zoom policy.
|
attach, getView, noteContainerAdded, noteContainerUpdated
public IlpZoomPolicy getZoomPolicy()
getZoomPolicy
in class ilog.cpl.graph.css.renderer.IlpZoomingRenderer
public void setZoomPolicy(IlpZoomPolicy zoomPolicy)
setZoomPolicy
in class ilog.cpl.graph.css.renderer.IlpZoomingRenderer
zoomPolicy
- The zoom policy to set.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.