gnu.gcj.xlib

Class XExposeEvent


public class XExposeEvent
extends XEvent

Interprets data from an Xlib XExposeEvent.

Constructor Summary

XExposeEvent(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

XExposeEvent

public XExposeEvent(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.