cz.cuni.jagrlib
Interface DefaultGraphicsViewer.HudPrimitive

All Known Implementing Classes:
DefaultGraphicsViewer.HudLine
Enclosing class:
DefaultGraphicsViewer

protected static interface DefaultGraphicsViewer.HudPrimitive

Protocol for HUD drawable primitives.


Method Summary
 void draw(java.awt.Graphics g)
          Draws this primitive using the given graphics.
 

Method Detail

draw

void draw(java.awt.Graphics g)
Draws this primitive using the given graphics.