|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
ucar.unidata.view.geoloc.NavigatedMapPanel
ucar.unidata.idv.ui.PipPanel
public class PipPanel
A navigated panel that holds a set of maps.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.view.geoloc.NavigatedMapPanel |
|---|
DEFAULT_MAP, DEFAULT_MAPS, navigatedPanel |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
PipPanel(MapViewManager mapViewManager)
Create a NMP with a set of maps |
|
PipPanel(MapViewManager mapViewManager,
List defaultMaps)
Create a NMP with a set of maps |
|
| Method Summary | |
|---|---|
protected void |
annotateMap(Graphics2D gNP)
Draw the overview box in the map |
protected NavigatedPanel |
doMakeMapPanel()
Make the map panel |
void |
doRedraw()
Redraw if needed |
void |
keyPressedInMap(KeyEvent e)
Handle event |
void |
redrawInABit()
Redraw in a little while |
void |
resetDrawBounds()
Set the drawing bounds. |
ucar.unidata.geoloc.LatLonPoint |
screenToLatLon(int x,
int y)
_more_ |
| Methods inherited from class ucar.unidata.view.geoloc.NavigatedMapPanel |
|---|
addMapRenderer, doPickPoint, getNavigatedPanel, getProjection, getProjectionImpl, redraw, setDrawBounds, setDrawBounds, setMapRenderer, setProjectionImpl |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PipPanel(MapViewManager mapViewManager)
mapViewManager - the mvm
public PipPanel(MapViewManager mapViewManager,
List defaultMaps)
mapViewManager - the mvmdefaultMaps - default set of maps.| Method Detail |
|---|
protected NavigatedPanel doMakeMapPanel()
doMakeMapPanel in class NavigatedMapPanelpublic void keyPressedInMap(KeyEvent e)
e - The event
public void resetDrawBounds()
throws RemoteException,
VisADException
RemoteException - On badness
VisADException - On badnesspublic void redrawInABit()
public void doRedraw()
protected void annotateMap(Graphics2D gNP)
annotateMap in class NavigatedMapPanelgNP - graphics to draw in
public ucar.unidata.geoloc.LatLonPoint screenToLatLon(int x,
int y)
x - _more_y - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||