jsky.navigator
Class NavigatorPane
java.lang.Object
diva.canvas.CanvasPane
diva.canvas.GraphicsPane
jsky.navigator.NavigatorPane
- All Implemented Interfaces:
- CanvasComponent, EventAcceptor
public class NavigatorPane
- extends GraphicsPane
A Diva GraphicsPane with a layer added for plotting catalog symbols.
Constructor Summary |
NavigatorPane()
Initialize a new NavigatorPane, which is a Diva GraphicsPane with a layer added
for catalog symbols. |
Methods inherited from class diva.canvas.GraphicsPane |
getBackgroundEventLayer, getBackgroundLayer, getForegroundEventLayer, getForegroundLayer, getOverlayLayer, layersFromBack, layersFromFront, setBackgroundEventLayer, setBackgroundLayer, setForegroundEventLayer, setForegroundLayer, setOverlayLayer |
Methods inherited from class diva.canvas.CanvasPane |
_initNewLayer, _nullifyLayer, dispatchEvent, getCanvas, getParent, getSize, getToolTipText, getTransformContext, isAntialiasing, isEnabled, layers, paint, paint, processLayerEvent, repaint, repaint, scale, setAntialiasing, setCanvas, setEnabled, setParent, setSize, setSize, setTransform, translate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigatorPane
public NavigatorPane()
- Initialize a new NavigatorPane, which is a Diva GraphicsPane with a layer added
for catalog symbols.
getSymbolLayer
public SymbolLayer getSymbolLayer()
- Return the layer to use to draw teh catalog symbols.
setPlotter
public void setPlotter(TablePlotter plotter)
- Set the object used to draw catalog symbols
_rebuildLayerArray
protected void _rebuildLayerArray()
- Rebuild the array of layers for use by iterators.
Override superclass to include the new layer.
- Overrides:
_rebuildLayerArray
in class GraphicsPane
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.