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