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