Uses of Class
com.jinke.gui.Rectangle

Packages that use Rectangle
com.jinke.gui   
com.jinke.gui.event   
 

Uses of Rectangle in com.jinke.gui
 

Methods in com.jinke.gui with parameters of type Rectangle
private  int Window.createWindow(Rectangle rectangle)
           
 

Constructors in com.jinke.gui with parameters of type Rectangle
Rectangle(Rectangle rectangle)
           
 

Uses of Rectangle in com.jinke.gui.event
 

Methods in com.jinke.gui.event that return Rectangle
 Rectangle WindowEvent.getRect()