angleVetoes
Class AngleVetoDisplay.GraphicsUnderlayer

java.lang.Object
  extended by angleVetoes.AngleVetoDisplay.GraphicsUnderlayer
All Implemented Interfaces:
HistogramGraphicsLayer
Enclosing class:
AngleVetoDisplay

 class AngleVetoDisplay.GraphicsUnderlayer
extends java.lang.Object
implements HistogramGraphicsLayer

Draw the vetoed regions uner the histogram.

Author:
Douglas Gillespie

Field Summary
(package private)  java.awt.Color vetoColor
           
 
Constructor Summary
AngleVetoDisplay.GraphicsUnderlayer()
           
 
Method Summary
 void paintLayer(java.awt.Graphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vetoColor

java.awt.Color vetoColor
Constructor Detail

AngleVetoDisplay.GraphicsUnderlayer

AngleVetoDisplay.GraphicsUnderlayer()
Method Detail

paintLayer

public void paintLayer(java.awt.Graphics g)
Specified by:
paintLayer in interface HistogramGraphicsLayer