org.cybertory.MSS
Class MaDimensions

java.lang.Object
  extended byorg.cybertory.MSS.MaDimensions
All Implemented Interfaces:
SelfScaler

public class MaDimensions
extends java.lang.Object
implements SelfScaler

A float equivalent to the Dimension class that is also a SelfScaler.


Field Summary
 float height
           
 float width
           
 
Constructor Summary
MaDimensions(float width, float height)
           
 
Method Summary
 java.lang.Object getScaled(float pixelSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public final float width

height

public final float height
Constructor Detail

MaDimensions

public MaDimensions(float width,
                    float height)
Method Detail

getScaled

public java.lang.Object getScaled(float pixelSize)
Specified by:
getScaled in interface SelfScaler