org.gvsig.fmap.geom.operation
Class DrawOperationContext
java.lang.Object
org.gvsig.fmap.geom.operation.GeometryOperationContext
org.gvsig.fmap.geom.operation.DrawOperationContext
public class DrawOperationContext
- extends org.gvsig.fmap.geom.operation.GeometryOperationContext
| Methods inherited from class org.gvsig.fmap.geom.operation.GeometryOperationContext |
getAttribute, setAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DrawOperationContext
public DrawOperationContext()
getCancellable
public org.gvsig.tools.task.Cancellable getCancellable()
getDPI
public double getDPI()
getFeature
public org.gvsig.fmap.dal.feature.Feature getFeature()
getGraphics
public java.awt.Graphics2D getGraphics()
getScale
public double getScale()
- Returns:
- the scale
getSymbol
public org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol getSymbol()
getViewPort
public org.gvsig.fmap.mapcontext.ViewPort getViewPort()
hasDPI
public boolean hasDPI()
setCancellable
public void setCancellable(org.gvsig.tools.task.Cancellable cancel)
setDPI
public void setDPI(double dpi)
setFeature
public void setFeature(org.gvsig.fmap.dal.feature.Feature feature)
setGraphics
public void setGraphics(java.awt.Graphics2D graphics)
setScale
public void setScale(double scale)
- Parameters:
scale - the scale to set
setSymbol
public void setSymbol(org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol symbol)
setViewPort
public void setViewPort(org.gvsig.fmap.mapcontext.ViewPort viewPort)
Copyright © 2014 gvSIG Association. All Rights Reserved.