org.jzy3d.maths
Class Dimension

java.lang.Object
  extended by org.jzy3d.maths.Dimension

public class Dimension
extends Object

Replacement for java.awt.Dimension

Author:
cmh

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

Field Detail

width

public int width

height

public int height
Constructor Detail

Dimension

public Dimension(int width,
                 int height)


Copyright © 2013. All rights reserved.