Package org.lwjgl.util
Interface WritableDimension
- All Known Subinterfaces:
WritableRectangle
public interface WritableDimension
Write interface for Dimensions
- Version:
- $Revision$ $Id$
- Author:
- $Author$
-
Method Details
-
setSize
void setSize(int w, int h) -
setSize
-
setHeight
void setHeight(int height) Sets the height.- Parameters:
height
- The height to set
-
setWidth
void setWidth(int width) Sets the width.- Parameters:
width
- The width to set
-