Uses of Interface
com.bc.ceres.grender.Viewport
Packages that use Viewport
Package
Description
Various support classes for the
com.bc.ceres.glayer API.Swing user interface support for the
com.bc.ceres.glayer API.Support implementations for the
com.bc.ceres.grender API.-
Uses of Viewport in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support with parameters of type ViewportModifier and TypeMethodDescriptionintstatic intImageLayer.getLevel(MultiLevelModel model, Viewport vp) -
Uses of Viewport in com.bc.ceres.glayer.swing
Methods in com.bc.ceres.glayer.swing that return ViewportModifier and TypeMethodDescriptionDefaultLayerCanvasModel.getViewport()LayerCanvas.getViewport()LayerCanvasModel.getViewport()Constructors in com.bc.ceres.glayer.swing with parameters of type ViewportModifierConstructorDescriptionDefaultLayerCanvasModel(Layer layer, Viewport viewport) LayerCanvas(Layer layer, Viewport viewport) -
Uses of Viewport in com.bc.ceres.grender
Methods in com.bc.ceres.grender that return ViewportModifier and TypeMethodDescriptionViewport.clone()Creates a clone of this viewport.Rendering.getViewport()ViewportAware.getViewport()Methods in com.bc.ceres.grender with parameters of type ViewportModifier and TypeMethodDescriptionvoidViewportListener.handleViewportChanged(Viewport viewport, boolean orientationChanged) Called if the given viewport has changed.voidViewport.setTransform(Viewport otherViewport) Modifies this viewport so that it matches the given one. -
Uses of Viewport in com.bc.ceres.grender.support
Classes in com.bc.ceres.grender.support that implement ViewportMethods in com.bc.ceres.grender.support that return ViewportModifier and TypeMethodDescriptionDefaultViewport.clone()BufferedImageRendering.getViewport()DefaultRendering.getViewport()Methods in com.bc.ceres.grender.support with parameters of type ViewportModifier and TypeMethodDescriptionvoidDefaultViewport.setTransform(Viewport other) voidBufferedImageRendering.setViewport(Viewport viewport) voidDefaultRendering.setViewport(Viewport viewport) Constructors in com.bc.ceres.grender.support with parameters of type ViewportModifierConstructorDescriptionBufferedImageRendering(BufferedImage image, Viewport viewport) DefaultRendering(Viewport viewport) DefaultRendering(Viewport viewport, Graphics2D graphics) -
Uses of Viewport in com.bc.ceres.swing.figure
Methods in com.bc.ceres.swing.figure that return ViewportModifier and TypeMethodDescriptionprotected ViewportFigureEditorInteractor.getViewport(InputEvent inputEvent) protected ViewportViewportInteractor.getViewport(InputEvent inputEvent) -
Uses of Viewport in com.bc.ceres.swing.figure.support
Methods in com.bc.ceres.swing.figure.support that return ViewportModifier and TypeMethodDescriptionDefaultFigureEditor.getViewport()FigureEditorPanel.getViewport()Constructors in com.bc.ceres.swing.figure.support with parameters of type ViewportModifierConstructorDescriptionDefaultFigureEditor(JComponent editorComponent, Viewport viewport, UndoContext undoContext, FigureCollection figureCollection, FigureFactory figureFactory)