Uses of Class
org.gvsig.fmap.mapcontext.layers.FLayers
Packages that use FLayers
Package
Description
-
Uses of FLayers in org.gvsig.fmap.mapcontext
Fields in org.gvsig.fmap.mapcontext declared as FLayersModifier and TypeFieldDescriptionprotected FLayersMapContext.layersA hierarchy ofFLayersnodes.Methods in org.gvsig.fmap.mapcontext that return FLayersModifier and TypeMethodDescriptionMapContext.getLayers()Returns the hierarchy ofFLayersnodes stored in this map.MapContext.getNewGroupLayer(FLayers parent) Creates and returns a new group of layers that belongs to thisMapContext.Methods in org.gvsig.fmap.mapcontext with parameters of type FLayersModifier and TypeMethodDescriptionvoidMapContext.addAsCollectionListener(FLayers layers2) Adds theLayerEventListenerof this map to the collection of layers argument.voidMapContextDrawer.draw(FLayers root, BufferedImage image, Graphics2D g, org.gvsig.tools.task.Cancellable cancel, double scale) MapContext.getNewGroupLayer(FLayers parent) Creates and returns a new group of layers that belongs to thisMapContext.voidMapContextDrawer.print(FLayers root, Graphics2D g, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) Constructors in org.gvsig.fmap.mapcontext with parameters of type FLayersModifierConstructorDescriptionMapContext(FLayers fLayers, ViewPort vp) Creates a new map context with the layers and the drawing information defined in the view port arguments. -
Uses of FLayers in org.gvsig.fmap.mapcontext.impl
Methods in org.gvsig.fmap.mapcontext.impl with parameters of type FLayersModifier and TypeMethodDescriptionvoidDefaultMapContextDrawer.draw(FLayers root, BufferedImage image, Graphics2D g, org.gvsig.tools.task.Cancellable cancel, double scale) voidDefaultMapContextDrawer.print(FLayers root, Graphics2D g, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) -
Uses of FLayers in org.gvsig.fmap.mapcontext.layers
Methods in org.gvsig.fmap.mapcontext.layers that return FLayersModifier and TypeMethodDescriptionFLayers.cloneLayer()FLayers.createFLayerGroup(String name) LayerCollectionEvent.getLayers()Gets the collection of layers which the layer affected belongs.FLayer.getParentLayer()Returns the parentFLayersnode of this layer.FLyrDefault.getParentLayer()Methods in org.gvsig.fmap.mapcontext.layers with parameters of type FLayersModifier and TypeMethodDescriptionvoidFLayer.setParentLayer(FLayers root) Inserts the parentFLayersnode of the layer.voidFLyrDefault.setParentLayer(FLayers root) Constructors in org.gvsig.fmap.mapcontext.layers with parameters of type FLayers -
Uses of FLayers in org.gvsig.fmap.mapcontext.layers.order
Methods in org.gvsig.fmap.mapcontext.layers.order with parameters of type FLayersModifier and TypeMethodDescriptionintLayerOrderManager.getPosition(FLayers target, FLayer newLayer) Gets the proposed position for the newLayer in the target layer collection.