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 ZoomTypeAxis. previousZoomTypeField used to remember the previous zoom type usedprivate ZoomTypePlotArea. previousZoomTypeField used to remember the previous zoom type usedprivate ZoomTypeAxis. zoomTypeprivate ZoomTypePlotArea. zoomTypeprivate ZoomTypeXYGraph. zoomTypeFields 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. zoomButtonModelMapMethods in org.eclipse.nebula.visualization.xygraph.figures that return ZoomType Modifier and Type Method Description ZoomTypeIXYGraph. getZoomType()ZoomTypePlotArea. getZoomType()ZoomTypeXYGraph. getZoomType()static ZoomTypeZoomType. 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 booleanAxis. isValidZoomType(ZoomType zoom)voidAxis. setZoomType(ZoomType zoomType)voidIXYGraph. setZoomType(ZoomType zoomType)voidPlotArea. setZoomType(ZoomType zoomType)voidXYGraph. setZoomType(ZoomType zoomType)
-