Package net.storm.api.util
Class Randomizer
- java.lang.Object
-
- net.storm.api.util.Randomizer
-
public class Randomizer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Randomizer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Coordinate
getRandomPointIn(java.awt.Rectangle rect)
static Coordinate
getRandomPointIn(java.awt.Rectangle rect, int xDeviation, int yDeviation)
static Coordinate
getRandomPointIn(java.awt.Shape shape)
-
-
-
Method Detail
-
getRandomPointIn
public static Coordinate getRandomPointIn(java.awt.Shape shape)
-
getRandomPointIn
public static Coordinate getRandomPointIn(java.awt.Rectangle rect)
-
getRandomPointIn
public static Coordinate getRandomPointIn(java.awt.Rectangle rect, int xDeviation, int yDeviation)
-
-