JavaTM 2 Platform
Std. Ed. v1.4.2

javax.swing.plaf
Class DimensionUIResource

java.lang.Object
  extended byjava.awt.geom.Dimension2D
      extended byjava.awt.Dimension
          extended byjavax.swing.plaf.DimensionUIResource
All Implemented Interfaces:
Cloneable, Serializable, UIResource

public class DimensionUIResource
extends Dimension
implements UIResource


Field Summary
 
Fields inherited from class java.awt.Dimension
height, width
 
Constructor Summary
DimensionUIResource(int width, int height)
           
 
Methods inherited from class java.awt.Dimension
equals, getHeight, getSize, getWidth, hashCode, setSize, setSize, setSize, toString
 
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DimensionUIResource

public DimensionUIResource(int width,
                           int height)

JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.