Modifier and Type | Method and Description |
---|---|
boolean |
GeorefImage.paint(java.awt.Graphics g,
NavigatableComponent nc,
int xIndex,
int yIndex,
int leftEdge,
int bottomEdge) |
Modifier and Type | Field and Description |
---|---|
protected NavigatableComponent |
AbstractMapRenderer.nc
the map viewport - provides projection and hit detection functionality
|
Modifier and Type | Method and Description |
---|---|
AbstractMapRenderer |
MapRendererFactory.createActiveRenderer(java.awt.Graphics2D g,
NavigatableComponent viewport,
boolean isInactiveMode)
Creates an instance of the currently active renderer.
|
Constructor and Description |
---|
AbstractMapRenderer(java.awt.Graphics2D g,
NavigatableComponent nc,
boolean isInactiveMode)
Creates an abstract paint visitor
|
StyledMapRenderer(java.awt.Graphics2D g,
NavigatableComponent nc,
boolean isInactiveMode)
Constructs a new
StyledMapRenderer . |
WireframeMapRenderer(java.awt.Graphics2D g,
NavigatableComponent nc,
boolean isInactiveMode)
Creates an wireframe render
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<NavigatableComponent,java.util.Map<DataSet,java.util.Map<Relation,Multipolygon>>> |
MultipolygonCache.cache |
Modifier and Type | Method and Description |
---|---|
void |
MultipolygonCache.clear(NavigatableComponent nc)
Clears the cache for the given navigatable component.
|
Multipolygon |
MultipolygonCache.get(NavigatableComponent nc,
Relation r)
Gets a multipolygon from cache.
|
Multipolygon |
MultipolygonCache.get(NavigatableComponent nc,
Relation r,
boolean forceRefresh)
Gets a multipolygon from cache.
|
Modifier and Type | Class and Description |
---|---|
class |
MapView
This is a component used in the
MapFrame for browsing the map. |
Modifier and Type | Field and Description |
---|---|
private NavigatableComponent |
MapScaler.mv |
private NavigatableComponent |
MapMover.nc
The map to move around.
|
private NavigatableComponent |
SelectionManager.nc
The Component, the selection rectangle is drawn onto.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionManager.register(NavigatableComponent eventSource,
boolean lassoMode)
Register itself at the given event source.
|
Constructor and Description |
---|
MapMover(NavigatableComponent navComp,
javax.swing.JPanel contentPane)
Constructs a new
MapMover . |
MapScaler(NavigatableComponent mv) |
SelectionManager(SelectionManager.SelectionEnded selectionEndedListener,
boolean aspectRatio,
NavigatableComponent navComp)
Create a new SelectionManager.
|
Modifier and Type | Method and Description |
---|---|
void |
ConflictDialog.paintConflicts(java.awt.Graphics g,
NavigatableComponent nc)
Paints all conflicts that can be expressed on the main window.
|
Modifier and Type | Method and Description |
---|---|
StyleCache.StyleList |
ElemStyles.get(OsmPrimitive osm,
double scale,
NavigatableComponent nc)
Create the list of styles for one primitive.
|
private Pair<StyleCache.StyleList,Range> |
ElemStyles.getImpl(OsmPrimitive osm,
double scale,
NavigatableComponent nc)
Create the list of styles and its valid scale range for one primitive.
|
Pair<StyleCache.StyleList,Range> |
ElemStyles.getStyleCacheWithRange(OsmPrimitive osm,
double scale,
NavigatableComponent nc)
Create the list of styles and its valid scale range for one primitive.
|