Package ucar.unidata.ui.symbol
Class WindVectorSymbol.VectorDrawer
java.lang.Object
ucar.unidata.ui.symbol.WindBarbSymbol.WindDrawer
ucar.unidata.ui.symbol.WindVectorSymbol.VectorDrawer
- Enclosing class:
WindVectorSymbol
Class VectorDrawer knows how to draw wind vectors
- Author:
- IDV Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(Graphics2D g, int x, int y, int width, int height, double speed, double dirDegrees) draw
-
Constructor Details
-
VectorDrawer
public VectorDrawer()Default ctor
-
-
Method Details
-
draw
public void draw(Graphics2D g, int x, int y, int width, int height, double speed, double dirDegrees) draw- Overrides:
draw
in classWindBarbSymbol.WindDrawer
- Parameters:
g
- graphicsx
- xy
- ywidth
- widthheight
- heightspeed
- wind speeddirDegrees
- wind dir
-