net.refractions.udig.mapgraphic
Interface MapGraphicContext
public interface MapGraphicContext
Context used by map graphics. Contains a graphics handle and the layer which
represents the graphic. This interface is an extension of AbstractContext
but is read-only, all write methods of AbstractContext are unsuportted.
- Since:
- 0.6.0
- Author:
- Justin Deoliveira, Refractions Research Inc.
getLayer
ILayer getLayer()
- Returns:
- The layer on the map that represents the map graphic.
getGraphics
ViewportGraphics getGraphics()
- Returns:
- The graphics handle.