Package ucar.unidata.ui.symbol
Class WindBarbSymbol.WindDrawer
java.lang.Object
ucar.unidata.ui.symbol.WindBarbSymbol.WindDrawer
- Direct Known Subclasses:
WindVectorSymbol.VectorDrawer
- Enclosing class:
WindBarbSymbol
Class WindDrawer knows how to draw windbarbs
- 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
-
WindDrawer
public WindDrawer()ctor -
WindDrawer
public WindDrawer(boolean isSouth) ctor
-
-
Method Details
-
draw
public void draw(Graphics2D g, int x, int y, int width, int height, double speed, double dirDegrees) draw- Parameters:
g
- graphicsx
- xy
- ywidth
- widthheight
- heightspeed
- wind speeddirDegrees
- wind dir
-