Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.internal.gtk
Class GdkRectangle  view GdkRectangle download GdkRectangle.java

java.lang.Object
  extended byorg.eclipse.swt.internal.gtk.GdkRectangle

public class GdkRectangle
extends java.lang.Object


Field Summary
 int height
           
static int sizeof
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
GdkRectangle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

width

public int width

height

public int height

sizeof

public static final int sizeof
Constructor Detail

GdkRectangle

public GdkRectangle()