ucar.unidata.ui.symbol
Class WindVectorSymbol.VectorDrawer

java.lang.Object
  extended by ucar.unidata.ui.symbol.WindBarbSymbol.WindDrawer
      extended by ucar.unidata.ui.symbol.WindVectorSymbol.VectorDrawer
Enclosing class:
WindVectorSymbol

public static class WindVectorSymbol.VectorDrawer
extends WindBarbSymbol.WindDrawer

Class VectorDrawer knows how to draw wind vectors

Author:
IDV Development Team

Constructor Summary
WindVectorSymbol.VectorDrawer()
          Default ctor
 
Method Summary
 void draw(Graphics2D g, int x, int y, int width, int height, double speed, double dirDegrees)
          draw
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindVectorSymbol.VectorDrawer

public WindVectorSymbol.VectorDrawer()
Default ctor

Method Detail

draw

public void draw(Graphics2D g,
                 int x,
                 int y,
                 int width,
                 int height,
                 double speed,
                 double dirDegrees)
draw

Overrides:
draw in class WindBarbSymbol.WindDrawer
Parameters:
g - graphics
x - x
y - y
width - width
height - height
speed - wind speed
dirDegrees - wind dir