|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
ilog.views.chart.IlvAxisTransformer
ilog.views.chart.IlvLocalZoomAxisTransformer
public class IlvLocalZoomAxisTransformer
Implements a local zoom on a coordinate.
The following picture shows the effect of an IlvLocalZoomAxisTransformer
set on the x-axis:
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 |
|---|
public java.lang.String class
class : "ilog.views.chart.IlvLocalZoomAxisTransformer(zoomRange,zoomFactor,continuous)";
public boolean continuous
continuous : "false";
public double zoomFactor
zoomFactor : "3.0";
public IlvDataInterval zoomRange
zoomRange : "@#ilvDataInterval";IlvDataInterval for an example of implementing a zoomRange.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||