ilog.views.chart
Class IlvLocalZoomAxisTransformer

ilog.views.chart.IlvAxisTransformer
      extended by ilog.views.chart.IlvLocalZoomAxisTransformer

public class IlvLocalZoomAxisTransformer
extends IlvAxisTransformer

Implements a local zoom on a coordinate.

The following picture shows the effect of an IlvLocalZoomAxisTransformer set on the x-axis:



CSS example:

ilvLocalZoomAxisTransformer {
    class : "ilog.views.chart.IlvLocalZoomAxisTransformer(zoomRange,zoomFactor,continuous)";
    continuous : "false";
    zoomFactor : "3.0";
    zoomRange : "@#ilvDataInterval";
}


Property Summary
 java.lang.String class
          
Creates a new local zoom transformer with the specified zoom window, zoom factor, and continuous property.
 boolean continuous
          
Modifies the continuity of the local zoom.
 double zoomFactor
          
Sets the zoom factor.
 IlvDataInterval zoomRange
          
Sets the zoom range.
 

Property Detail

class

public java.lang.String class

Creates a new local zoom transformer with the specified zoom window, zoom factor, and continuous property.

CSS example:     class : "ilog.views.chart.IlvLocalZoomAxisTransformer(zoomRange,zoomFactor,continuous)";


continuous

public boolean continuous

Modifies the continuity of the local zoom.

CSS example:     continuous : "false";


zoomFactor

public double zoomFactor

Sets the zoom factor.

CSS example:     zoomFactor : "3.0";


zoomRange

public IlvDataInterval zoomRange

Sets the zoom range.

CSS example:     zoomRange : "@#ilvDataInterval";

See implementing class IlvDataInterval for an example of implementing a zoomRange.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.