- z - Variable in class org.eclipse.nebula.widgets.geomap.internal.TileRef
-
The z coordinate, i.e.
- ZERO - org.eclipse.nebula.visualization.xygraph.figures.Trace.BaseLine
-
- ZOOM_DAY_MAX - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_DAY_MEDIUM - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_DAY_NORMAL - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- Zoom_Dynamic - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- Zoom_Horiz - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- ZOOM_HOURS_MAX - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_HOURS_MEDIUM - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_HOURS_NORMAL - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- Zoom_In - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- ZOOM_IN - org.eclipse.nebula.visualization.xygraph.figures.ZoomType
-
Zoom 'in' around mouse pointer
- ZOOM_IN_HORIZONTALLY - org.eclipse.nebula.visualization.xygraph.figures.ZoomType
-
Zoom 'in' around mouse pointer along horizontal axis
- ZOOM_IN_VERTICALLY - org.eclipse.nebula.visualization.xygraph.figures.ZoomType
-
Zoom 'in' around mouse pointer along vertical axis
- Zoom_InHoriz - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- Zoom_InVert - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- ZOOM_MINUTES_MAX - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_MINUTES_MEDIUM - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_MINUTES_NORMAL - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_MONTH_MAX - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_MONTH_MEDIUM - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_MONTH_NORMAL - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- Zoom_None - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- Zoom_Out - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- ZOOM_OUT - org.eclipse.nebula.visualization.xygraph.figures.ZoomType
-
Zoom 'out' around mouse pointer
- ZOOM_OUT_HORIZONTALLY - org.eclipse.nebula.visualization.xygraph.figures.ZoomType
-
Zoom 'out' around mouse pointer along horizontal axis
- ZOOM_OUT_VERTICALLY - org.eclipse.nebula.visualization.xygraph.figures.ZoomType
-
Zoom 'out' around mouse pointer along vertical axes
- Zoom_OutHoriz - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- Zoom_OutVert - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- Zoom_Pan - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- Zoom_Rubberband - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- ZOOM_SECONDS_MAX - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_SECONDS_MEDIUM - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_SECONDS_NORMAL - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- Zoom_Vert - Static variable in class org.eclipse.nebula.visualization.xygraph.Messages
-
- ZOOM_YEAR_MAX - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_YEAR_MEDIUM - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_YEAR_NORMAL - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_YEAR_SMALL - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- ZOOM_YEAR_VERY_SMALL - Static variable in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
- zoomChanged(GeoMap) - Method in interface org.eclipse.nebula.widgets.geomap.GeoMapListener
-
Called whenever the zoom level changes.
- ZoomCommand - Class in org.eclipse.nebula.visualization.internal.xygraph.undo
-
The command for graph zooming and panning.
- ZoomCommand(String, List<Axis>, List<Axis>) - Constructor for class org.eclipse.nebula.visualization.internal.xygraph.undo.ZoomCommand
-
Initialize
- zoomedIn(int) - Method in class org.eclipse.nebula.widgets.ganttchart.GanttEventListenerAdapter
-
- zoomedIn(int) - Method in interface org.eclipse.nebula.widgets.ganttchart.IGanttEventListener
-
Fires when user zoomed in.
- zoomedOut(int) - Method in class org.eclipse.nebula.widgets.ganttchart.GanttEventListenerAdapter
-
- zoomedOut(int) - Method in interface org.eclipse.nebula.widgets.ganttchart.IGanttEventListener
-
Fires when user zoomed out.
- zoomIn() - Method in class org.eclipse.nebula.widgets.ganttchart.CompoundZoomHandler
-
- zoomIn() - Method in class org.eclipse.nebula.widgets.ganttchart.GanttComposite
-
Zooms in.
- zoomIn() - Method in interface org.eclipse.nebula.widgets.ganttchart.IZoomHandler
-
Zooms in.
- zoomIn(boolean, Point) - Method in class org.eclipse.nebula.widgets.ganttchart.CompoundZoomHandler
-
- zoomIn(boolean, Point) - Method in class org.eclipse.nebula.widgets.ganttchart.GanttComposite
-
- zoomIn(boolean, Point) - Method in interface org.eclipse.nebula.widgets.ganttchart.IZoomHandler
-
- zoomIn(GeoMapPositioned, Point) - Static method in class org.eclipse.nebula.widgets.geomap.GeoMapUtil
-
Zooms in, while ensuring that the pivot point remains at the same screen location.
- zoomIn(Point) - Method in class org.eclipse.nebula.widgets.geomap.GeoMap
-
Zooms in, while ensuring that the pivot point remains at the same screen location.
- zoomInOut(boolean, boolean, int, int, double) - Method in class org.eclipse.nebula.visualization.xygraph.figures.PlotArea
-
Zoom 'in' or 'out' by a fixed factor
- zoomInOut(double, double) - Method in class org.eclipse.nebula.visualization.xygraph.figures.Axis
-
Zoom axis
- zoomOut() - Method in class org.eclipse.nebula.widgets.ganttchart.CompoundZoomHandler
-
- zoomOut() - Method in class org.eclipse.nebula.widgets.ganttchart.GanttComposite
-
Zooms out.
- zoomOut() - Method in interface org.eclipse.nebula.widgets.ganttchart.IZoomHandler
-
Zooms out.
- zoomOut(boolean, Point) - Method in class org.eclipse.nebula.widgets.ganttchart.CompoundZoomHandler
-
- zoomOut(boolean, Point) - Method in class org.eclipse.nebula.widgets.ganttchart.GanttComposite
-
- zoomOut(boolean, Point) - Method in interface org.eclipse.nebula.widgets.ganttchart.IZoomHandler
-
- zoomOut(GeoMapPositioned, Point) - Static method in class org.eclipse.nebula.widgets.geomap.GeoMapUtil
-
Zooms out, while ensuring that the pivot point remains at the same screen location.
- zoomOut(Point) - Method in class org.eclipse.nebula.widgets.geomap.GeoMap
-
Zooms out, while ensuring that the pivot point remains at the same screen location.
- zoomReset() - Method in class org.eclipse.nebula.widgets.ganttchart.GanttEventListenerAdapter
-
- zoomReset() - Method in interface org.eclipse.nebula.widgets.ganttchart.IGanttEventListener
-
Fires when the zoom level has been reset.
- zoomTo(Object[], int) - Method in class org.eclipse.nebula.widgets.geomap.jface.GeoMapViewer
-
Zooms out so all elements are revealed, but only upto a certain zoom level.
- zoomTo(GeoMapPositioned, Point, Rectangle, int) - Static method in class org.eclipse.nebula.widgets.geomap.GeoMapUtil
-
Zooms into and centers on the specified rectangle.
- zoomTo(Rectangle) - Method in class org.eclipse.nebula.widgets.geomap.GeoMap
-
Zooms into and centers on the specified rectangle.
- zoomToMousePointerDateOnWheelZooming() - Method in class org.eclipse.nebula.widgets.ganttchart.AbstractSettings
-
- zoomToMousePointerDateOnWheelZooming() - Method in interface org.eclipse.nebula.widgets.ganttchart.ISettings
-
When you zoom in with the mouse, it can either act as a normal zoom (uses leftmost date as start date) or it can
zoom in where the mouse pointer is at the time of the zoom in.
- ZoomType - Enum in org.eclipse.nebula.visualization.xygraph.figures
-
The type of zoom on XYGraph.