Package | Description |
---|---|
org.eclipse.nebula.visualization.xygraph.figures |
Modifier and Type | Method | Description |
---|---|---|
ZoomType |
IXYGraph.getZoomType() |
|
ZoomType |
PlotArea.getZoomType() |
|
ZoomType |
XYGraph.getZoomType() |
|
static ZoomType |
ZoomType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ZoomType[] |
ZoomType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Axis.setZoomType(ZoomType zoomType) |
|
void |
IXYGraph.setZoomType(ZoomType zoomType) |
|
void |
PlotArea.setZoomType(ZoomType zoomType) |
|
void |
XYGraph.setZoomType(ZoomType zoomType) |