gnu.gcj.xlib

Class XConfigureEvent


public class XConfigureEvent
extends XEvent

Interprets and retrieves data from an Xlib XConfigureEvent.

Constructor Summary

XConfigureEvent(XAnyEvent event)

Method Summary

Rectangle
getBounds()

Methods inherited from class gnu.gcj.xlib.XEvent

getXAnyEvent, toString

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

XConfigureEvent

public XConfigureEvent(XAnyEvent event)

Method Details

getBounds

public Rectangle getBounds()

Copyright (C) 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.