org.lwjgl.util
Interface WritableDimension

All Known Subinterfaces:
WritableRectangle
All Known Implementing Classes:
Dimension, Rectangle

public interface WritableDimension

Write interface for Dimensions

Version:
$Revision: 3418 $ $Id: WritableDimension.java 3418 2010-09-28 21:11:35Z spasi $
Author:
$Author: spasi $

Method Summary
 void setHeight(int height)
          Sets the height.
 void setSize(int w, int h)
           
 void setSize(ReadableDimension d)
           
 void setWidth(int width)
          Sets the width.
 

Method Detail

setSize

void setSize(int w,
             int h)

setSize

void setSize(ReadableDimension d)

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


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.