All Methods
zio package

context

zio
Class ZObject


java.lang.Object

  extended byzio.ZObject

Direct Known Subclasses:
ZBox, ZButton, ZComponent, ZContainer, ZKeyboard, ZLabel, ZPicture, ZPixels, ZSlice, ZTextlines

public abstract class ZObject
extends java.lang.Object

Base class for everything that goes into a ZWindow. Only one method may be useful.

Version:
Jul 22, 2005
Author:
copyright 2005 by J Adrian Zimmer
Licensed under the Open Software License version 2.1

Constructor Summary
ZObject()
           
 
Method Summary
 java.awt.Dimension getSize()
          Obtains the minimum/preferred size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZObject


public ZObject()
Method Detail

getSize


public java.awt.Dimension getSize()
Obtains the minimum/preferred size. Only works after a window has been created.

Returns:
the minimum/preferred size

author
context