|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractContextImpl
net.refractions.udig.project.ui.render.glass.GlassPaneSite
public class GlassPaneSite
This class tracks the context of the glass pane. This include the map associated with the pane, the render manager, and includes some functions for converting to world coordinates to screen coordinates.
Constructor Summary | |
---|---|
GlassPaneSite(RenderManager manger,
Map map)
Creates a new GlassPaneSite from the given render manager and map. |
Method Summary | |
---|---|
IAbstractContext |
copy()
Creates a copy of the current context using the map and render manager of the current context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlassPaneSite(RenderManager manger, Map map)
manger
- RenderManager responsible for rendering the mapmap
- the map the glass pane is drawn onMethod Detail |
---|
public IAbstractContext copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |