Uses of Class
org.eclipse.draw2d.Viewport
Packages that use Viewport
Package
Description
Primary package containing general interfaces and implementation classes.
This package contains some complex parts used with Draw2d.
- 
Uses of Viewport in org.eclipse.draw2dSubclasses of Viewport in org.eclipse.draw2dFields in org.eclipse.draw2d declared as ViewportModifier and TypeFieldDescriptionprotected ViewportScrollPane.viewportThe viewport being scrolledMethods in org.eclipse.draw2d that return ViewportModifier and TypeMethodDescriptionstatic ViewportViewportUtilities.getNearestCommonViewport(IFigure firstFigure, IFigure secondFigure) static ViewportViewportUtilities.getNearestEnclosingViewport(IFigure figure) static ViewportViewportUtilities.getNearestViewport(IFigure figure) protected ViewportViewportAwareConnectionLayerClippingStrategy.getRootViewport()Returns the root viewport, i.e. the nearest enclosing viewport of the connection layer, which corresponds to the nearest enclosing common viewport of primary and connection layer.static ViewportViewportUtilities.getRootViewport(IFigure figure) FigureCanvas.getViewport()Returns the Viewport.ScrollPane.getViewport()Returns the ScrollPane'sViewport.Methods in org.eclipse.draw2d that return types with arguments of type ViewportModifier and TypeMethodDescriptionViewportUtilities.getEnclosingViewportsPath(IFigure figure) ViewportUtilities.getViewportsPath(Viewport leafViewport, Viewport rootViewport) ViewportUtilities.getViewportsPath(Viewport leafViewport, Viewport rootViewport, boolean includeRootViewport) Methods in org.eclipse.draw2d with parameters of type ViewportModifier and TypeMethodDescriptionprotected RectangleViewportAwareConnectionLayerClippingStrategy.getAbsoluteViewportAreaAsCopy(Viewport viewport) Returns the area covered by the viewport in absolute coordinates.ViewportUtilities.getViewportsPath(Viewport leafViewport, Viewport rootViewport) ViewportUtilities.getViewportsPath(Viewport leafViewport, Viewport rootViewport, boolean includeRootViewport) voidFigureCanvas.setViewport(Viewport vp) Sets the Viewport.voidScrollPane.setViewport(Viewport vp) Sets the ScrollPane's Viewport to the passed value.static ScrollPaneSolver.ResultScrollPaneSolver.solve(Rectangle clientArea, Viewport viewport, int hVis, int vVis, int vBarWidth, int hBarHeight) Solves for the viewport area, insets, and visibility of horizontal and vertical scrollbars of a ScrollPaneMethod parameters in org.eclipse.draw2d with type arguments of type ViewportModifier and TypeMethodDescriptionprotected voidViewportAwareConnectionLayerClippingStrategy.clipAtViewports(Rectangle clipRect, List<Viewport> enclosingViewportsPath) Clips the given clipRect at all given viewports.
- 
Uses of Viewport in org.eclipse.draw2d.partsMethods in org.eclipse.draw2d.parts that return ViewportModifier and TypeMethodDescriptionfinal ViewportScrollableThumbnail.getViewport()Get the viewport used for this ScrollableThumbnailMethods in org.eclipse.draw2d.parts with parameters of type ViewportModifier and TypeMethodDescriptionvoidScrollableThumbnail.setViewport(Viewport port) Sets the Viewport that this ScrollableThumbnail will synch with.Constructors in org.eclipse.draw2d.parts with parameters of type ViewportModifierConstructorDescriptionScrollableThumbnail(Viewport port) Creates a new ScrollableThumbnail that synchs with the given Viewport.