|
||||||||||
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
healpix.plot3d.gui.Map3DPanelContent
public class Map3DPanelContent
Simple panel containing the canvas 3d map. Can be used from outside plotting GUI.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.BaselineResizeBehavior |
Field Summary | |
---|---|
MapCanvas |
canvas3Dmap
Map canvas 3d |
Fields inherited from class javax.swing.JComponent |
---|
TOOL_TIP_TEXT_KEY, 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 | |
---|---|
Map3DPanelContent()
Construct the map viewer adding the canvas 3d map to the simple universe. |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
|
MapCanvas |
createSimpleUniverse()
Creates simple universe for display |
void |
generateMap()
Generates the map to be displayed |
HealpixMap |
getMap()
Gets the healpix map |
void |
setMap(HealpixMap m)
Sets the healpix map to be shown |
void |
setMap(HealpixMap m,
int imap)
Sets the healpix ith map to be shown |
void |
start()
Start. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public MapCanvas canvas3Dmap
Constructor Detail |
---|
public Map3DPanelContent()
Method Detail |
---|
public void start()
public MapCanvas createSimpleUniverse()
public void generateMap()
public HealpixMap getMap()
getMap
in interface MapTaker
public void setMap(HealpixMap m)
setMap
in interface MapTaker
m
- the mappublic void setMap(HealpixMap m, int imap)
m
- the mapimap
- the ith mappublic void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
|
"Built from revision exported" | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |