jas.plot
Interface Overlay

All Known Subinterfaces:
CustomOverlay
All Known Implementing Classes:
OverlayWithHandles

public interface Overlay


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

Method Detail

paint

void paint(PlotGraphics g,
           boolean isPrinting)
Called when the overlay needs to paint itself


containerNotify

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



Copyright © 2000-2009 FreeHEP. All Rights Reserved.