Uses of Class
org.gvsig.fmap.mapcontext.ViewPort
Packages that use ViewPort
Package
Description
-
Uses of ViewPort in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext that return ViewPortModifier and TypeMethodDescriptionMapContext.getViewPort()Gets theViewPortassociated to this map.Methods in org.gvsig.fmap.mapcontext with parameters of type ViewPortModifier and TypeMethodDescriptionMapContext.createNewFMap(ViewPort vp) Returns a newMapContextinstance with the information of thevpargument, and the layers of this map.voidMapContext.setViewPort(ViewPort viewPort) Sets aViewPortwith the drawing information of this map.voidMapContextDrawer.setViewPort(ViewPort viewPort) Constructors in org.gvsig.fmap.mapcontext with parameters of type ViewPortModifierConstructorDescriptionMapContext(FLayers fLayers, ViewPort vp) Creates a new map context with the layers and the drawing information defined in the view port arguments.MapContext(ViewPort vp) Creates a new map context with the drawing information defined in the view port argument, and without layers. -
Uses of ViewPort in org.gvsig.fmap.mapcontext.impl
Methods in org.gvsig.fmap.mapcontext.impl with parameters of type ViewPortModifier and TypeMethodDescriptionintDefaultMapContextDrawer.DrawList.getLastLayerVisible(ViewPort viewPort) voidDefaultMapContextDrawer.CachedImage.setPartialDrawnImage(BufferedImage partialDrawnImage, MapContext mapContext, ViewPort viewPort, int lastDrawnLayerPosition) voidDefaultMapContextDrawer.setViewPort(ViewPort viewPort) voidDefaultMapContextDrawer.CachedImage.updateVersions(MapContext mapContext, ViewPort viewPort) -
Uses of ViewPort in org.gvsig.fmap.mapcontext.layers
Methods in org.gvsig.fmap.mapcontext.layers that return ViewPortModifier and TypeMethodDescriptionTiling.getTileViewPort(ViewPort viewPort, int tileNr) LayerDrawEvent.getViewPort()Returns the view port the information for drawing the layer in which this event has been produced.Methods in org.gvsig.fmap.mapcontext.layers with parameters of type ViewPortModifier and TypeMethodDescriptionvoidFLayers.beginDraw(Graphics2D g, ViewPort viewPort) voidFLayer.draw(BufferedImage image, Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale) Draws the layer using a buffer.voidFLayers.draw(BufferedImage image, Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale) voidFLayers.endDraw(Graphics2D g, ViewPort viewPort) Tiling.getTileViewPort(ViewPort viewPort, int tileNr) voidFLayer.print(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) Prints this layer according to some properties requested.voidFLayers.print(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) voidFLayers.print_old(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) FLayers.print_old(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties, ComposedLayer group) Checks all layers (each one as a sub-node of this node collection of layers) of this collection and draws their requested properties.Constructors in org.gvsig.fmap.mapcontext.layers with parameters of type ViewPortModifierConstructorDescriptionLayerDrawEvent(FLayer lyr, Graphics2D g, ViewPort vp, int eventType) Creates a new layer draw event with all necessary information. -
Uses of ViewPort in org.gvsig.fmap.mapcontext.layers.operations
Methods in org.gvsig.fmap.mapcontext.layers.operations with parameters of type ViewPortModifier and TypeMethodDescriptionvoidLayerCollection.beginDraw(Graphics2D g, ViewPort viewPort) protected abstract voidComposedLayer.doDraw(BufferedImage image, Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale) Draws all the group in one pass.protected abstract voidComposedLayer.doPrint(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) Prints all the group in one pass.final voidComposedLayer.draw(BufferedImage image, Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale) Draws all the group in one pass You have to implements the doDraw method.voidLayerCollection.endDraw(Graphics2D g, ViewPort viewPort) final voidComposedLayer.print(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) Prints all the group in one pass You have to implements the doDraw method. -
Uses of ViewPort in org.gvsig.fmap.mapcontext.layers.vectorial
Methods in org.gvsig.fmap.mapcontext.layers.vectorial with parameters of type ViewPortModifier and TypeMethodDescriptionvoidFLyrVect.draw(BufferedImage image, Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale) Draws using IFeatureIterator.voidFLyrVect.drawLabels(BufferedImage image, Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, double dpi) voidFLyrVect.print(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) voidFLyrVect.printLabels(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) -
Uses of ViewPort in org.gvsig.fmap.mapcontext.rendering.legend
Methods in org.gvsig.fmap.mapcontext.rendering.legend with parameters of type ViewPortModifier and TypeMethodDescriptionvoidIVectorLegend.draw(BufferedImage image, Graphics2D graphics2D, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, Map queryParameters, org.gvsig.crs.projection.lib.CoordinateTransformation coordTrans, org.gvsig.fmap.dal.feature.FeatureStore featureStore) Draws theFeatureStoredata using this legend simbology.voidIVectorLegend.draw(BufferedImage image, Graphics2D graphics2D, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, Map queryParameters, org.gvsig.crs.projection.lib.CoordinateTransformation coordTrans, org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.fmap.dal.feature.FeatureQuery featureQuery) Draws theFeatureStoredata using this legend simbology.voidIVectorLegend.print(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, Map queryParameters, org.gvsig.crs.projection.lib.CoordinateTransformation coordTrans, org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.compat.print.PrintAttributes properties) voidIVectorLegend.print(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, Map queryParameters, org.gvsig.crs.projection.lib.CoordinateTransformation coordTrans, org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.fmap.dal.feature.FeatureQuery featureQuery, org.gvsig.compat.print.PrintAttributes properties) -
Uses of ViewPort in org.gvsig.fmap.mapcontext.rendering.legend.styling
Methods in org.gvsig.fmap.mapcontext.rendering.legend.styling with parameters of type ViewPortModifier and TypeMethodDescriptionvoidILabelingStrategy.draw(BufferedImage mapImage, Graphics2D mapGraphics, double scale, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double dpi) Causes the labels to be drawn.voidILabelable.drawLabels(BufferedImage image, Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, double dpi) Causes the labels to be drawn.org.gvsig.fmap.dal.feature.FeatureSetILabelingMethod.getFeatureIteratorByLabelClass(FLyrVect layer, ILabelClass lc, ViewPort viewPort, String[] usedFields) voidILabelingStrategy.print(Graphics2D g, double scale, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, org.gvsig.compat.print.PrintAttributes properties) Applies the printer properties to the rendering process to match its attributes.voidILabelable.printLabels(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) -
Uses of ViewPort in org.gvsig.fmap.mapcontext.rendering.symbols
Methods in org.gvsig.fmap.mapcontext.rendering.symbols with parameters of type ViewPortModifier and TypeMethodDescriptionvoidCartographicSupport.setCartographicContext(ViewPort viewPort, double dpi, org.gvsig.fmap.geom.Geometry geom) voidCartographicSupport.setCartographicContext(ViewPort viewPort, org.gvsig.compat.print.PrintAttributes properties, org.gvsig.fmap.geom.Geometry geom) -
Uses of ViewPort in org.gvsig.raster.lib.legend.api
Methods in org.gvsig.raster.lib.legend.api with parameters of type ViewPort -
Uses of ViewPort in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl
Methods in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl with parameters of type ViewPortModifier and TypeMethodDescriptionCartographicSupportToolkit.createCartographicContext(ViewPort viewPort, double dpi, org.gvsig.fmap.geom.Geometry geom) static doubleCartographicSupportToolkit.getCartographicLength(CartographicSupport cartographicElement, double length, ViewPort viewPort, double dpi) voidAbstractCartographicSupport.setCartographicContext(ViewPort viewPort, double dpi, org.gvsig.fmap.geom.Geometry geom) voidAbstractCartographicSupport.setCartographicContext(ViewPort viewPort, org.gvsig.compat.print.PrintAttributes properties, org.gvsig.fmap.geom.Geometry geometry)