Class BarbFactory


  • public class BarbFactory
    extends Object
    Author:
    Kyle Wilcox
    • Constructor Detail

      • BarbFactory

        public BarbFactory()
    • 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)