Package armyc2.c5isr.renderer.utilities
Class RectUtilities
java.lang.Object
armyc2.c5isr.renderer.utilities.RectUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
getCenterX
(Rect rect) static float
getCenterX
(RectF rect) static int
getCenterY
(Rect rect) static float
getCenterY
(RectF rect) static void
static void
static void
static Rect
makeRect
(float x, float y, float w, float h) static Rect
makeRect
(int x, int y, int w, int h) static RectF
makeRectF
(float x, float y, float w, float h) static RectF
makeRectFFromRect
(Rect rect) static Rect
makeRectFromRectF
(RectF rect) static void
static void
static void
static void
-
Constructor Details
-
RectUtilities
public RectUtilities()
-
-
Method Details
-
makeRect
-
makeRect
-
makeRectF
-
makeRectFromRectF
-
makeRectFFromRect
-
grow
-
grow
-
grow
-
shift
-
shift
-
getCenterX
-
getCenterX
-
getCenterY
-
getCenterY
-
shiftBR
-
shiftBR
-