Class BarbFactory
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.utils.BarbFactory
-
public class BarbFactory extends Object
- Author:
- Kyle Wilcox
-
-
Constructor Summary
Constructors Constructor Description BarbFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddrawWindBarbForSpeed(double speed, double angle, int i, int j, String units, float scale, Graphics2D g)static voidrenderWindBarbForSpeed(double speed, double angle, int i, int j, String units, float scale, boolean southern_hemisphere, Graphics2D g)
-
-
-
Method Detail
-
drawWindBarbForSpeed
public static void drawWindBarbForSpeed(double speed, double angle, int i, int j, String units, float scale, Graphics2D g)
-
renderWindBarbForSpeed
public static void renderWindBarbForSpeed(double speed, double angle, int i, int j, String units, float scale, boolean southern_hemisphere, Graphics2D g)
-
-