Uses of Class
org.eclipse.nebula.visualization.xygraph.figures.ZoomType
-
Packages that use ZoomType Package Description org.eclipse.nebula.visualization.xygraph.figures -
-
Uses of ZoomType in org.eclipse.nebula.visualization.xygraph.figures
Fields in org.eclipse.nebula.visualization.xygraph.figures declared as ZoomType Modifier and Type Field Description private ZoomType
Axis. previousZoomType
Field used to remember the previous zoom type usedprivate ZoomType
PlotArea. previousZoomType
Field used to remember the previous zoom type usedprivate ZoomType
Axis. zoomType
private ZoomType
PlotArea. zoomType
private ZoomType
XYGraph. zoomType
Fields in org.eclipse.nebula.visualization.xygraph.figures with type parameters of type ZoomType Modifier and Type Field Description private java.util.Map<ZoomType,org.eclipse.draw2d.ToggleModel>
XYGraphToolbar. zoomButtonModelMap
Methods in org.eclipse.nebula.visualization.xygraph.figures that return ZoomType 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.Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type ZoomType Modifier and Type Method Description private boolean
Axis. isValidZoomType(ZoomType zoom)
void
Axis. setZoomType(ZoomType zoomType)
void
IXYGraph. setZoomType(ZoomType zoomType)
void
PlotArea. setZoomType(ZoomType zoomType)
void
XYGraph. setZoomType(ZoomType zoomType)
-