|
Glg Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.genlogic.GlgCustomDrawData
The GlgCustomDrawData class is used to pass information to the CustomDrawListener.
| Field Summary | |
java.awt.Graphics |
graphics
Graphics to draw into for drawing operations, or null for the PostScript generation mode. |
int |
height
Viewport's height. |
java.io.PrintWriter |
ps_file
PostScript stream: not null when invoked for exporting PostScript. |
GlgObject |
viewport
Viewport. |
java.lang.Object |
widget
The AWT of Swing component used as the viewport's drawing surface (window). |
int |
width
Viewport's width. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public GlgObject viewport
public java.lang.Object widget
public java.awt.Graphics graphics
public int width
public int height
public java.io.PrintWriter ps_file
|
Glg Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||