Package yearreview.app.grid
Class GridManager.WidgetPosition
java.lang.Object
yearreview.app.grid.GridManager.WidgetPosition
- Enclosing class:
- GridManager
Class to store the dimensions of a widget in screen space.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedWidgetPosition(float x, float y, float w, float h) Constructs a new Widget with the given position and size.
- 
Method Summary
- 
Field Details- 
xfinal float xPosition and size of the widget.
- 
yfinal float yPosition and size of the widget.
- 
wfinal float wPosition and size of the widget.
- 
hfinal float hPosition and size of the widget.
 
- 
- 
Constructor Details- 
WidgetPositionprotected WidgetPosition(float x, float y, float w, float h) Constructs a new Widget with the given position and size.- Parameters:
- x- x-position
- y- y-position
- w- width
- h- height
 
 
-