|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.canvas.CanvasLayer
jsky.navigator.SymbolLayer
public class SymbolLayer
Constructor Summary | |
---|---|
SymbolLayer()
|
Method Summary | |
---|---|
boolean |
isVisible()
Test the visibility flag of this object. |
void |
paint(Graphics2D g)
Paint this object onto a 2D graphics object. |
void |
paint(Graphics2D g,
Rectangle2D region)
Paint this object onto a 2D graphics object, within the given region. |
void |
setPlotter(TablePlotter plotter)
Set the object used to draw catalog symbols |
void |
setVisible(boolean b)
Set the visibility flag of this object. |
Methods inherited from class diva.canvas.CanvasLayer |
---|
getCanvasPane, getLayerBounds, getParent, getToolTipText, getTransformContext, repaint, repaint, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface diva.canvas.CanvasComponent |
---|
getParent, getTransformContext, repaint, repaint |
Constructor Detail |
---|
public SymbolLayer()
Method Detail |
---|
public void setPlotter(TablePlotter plotter)
public void paint(Graphics2D g)
VisibleComponent
paint
in interface VisibleComponent
public void paint(Graphics2D g, Rectangle2D region)
VisibleComponent
paint
in interface VisibleComponent
public boolean isVisible()
VisibleComponent
isVisible
in interface VisibleComponent
public void setVisible(boolean b)
VisibleComponent
setVisible
in interface VisibleComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |