jas.plot
Interface Overlay

All Known Subinterfaces:
CustomOverlay

public interface Overlay


Method Summary
 void containerNotify(OverlayContainer c)
          Notifies the overlay it has been attached to a container
 void paint(PlotGraphics g)
          Called when the overlay needs to paint itself
 

Method Detail

paint

public void paint(PlotGraphics g)
Called when the overlay needs to paint itself

containerNotify

public void containerNotify(OverlayContainer c)
Notifies the overlay it has been attached to a container