org.cresques.px
Class PxSize

java.lang.Object
  extended byorg.cresques.px.PxSize
All Implemented Interfaces:
ISize

public class PxSize
extends java.lang.Object
implements ISize


Constructor Summary
PxSize(int w, int h)
           
 
Method Summary
 int h()
           
 int h(int h)
           
 int w()
           
 int w(int w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PxSize

public PxSize(int w,
              int h)
Method Detail

w

public int w()
Specified by:
w in interface ISize

w

public int w(int w)
Specified by:
w in interface ISize

h

public int h()
Specified by:
h in interface ISize

h

public int h(int h)
Specified by:
h in interface ISize