| java.lang.Object sun.awt.X11.XTranslateCoordinates
XTranslateCoordinates | public class XTranslateCoordinates (Code) | | |
child_ptr | long child_ptr(Code) | | |
dest_x_ptr | long dest_x_ptr(Code) | | |
dest_y_ptr | long dest_y_ptr(Code) | | |
XTranslateCoordinates | public XTranslateCoordinates(long scr_w, long dest_w, int src_x, int src_y)(Code) | | |
dispose | public void dispose()(Code) | | |
execute | public int execute()(Code) | | |
get_child | public long get_child()(Code) | | |
get_dest_w | public long get_dest_w()(Code) | | |
get_dest_x | public int get_dest_x()(Code) | | |
get_dest_y | public int get_dest_y()(Code) | | |
get_scr_w | public long get_scr_w()(Code) | | |
get_src_x | public int get_src_x()(Code) | | |
get_src_y | public int get_src_y()(Code) | | |
isDisposed | public boolean isDisposed()(Code) | | |
isExecuted | public boolean isExecuted()(Code) | | |
set_child | public void set_child(long data)(Code) | | |
set_dest_w | public void set_dest_w(long data)(Code) | | |
set_dest_x | public void set_dest_x(int data)(Code) | | |
set_dest_y | public void set_dest_y(int data)(Code) | | |
set_scr_w | public void set_scr_w(long data)(Code) | | |
set_src_x | public void set_src_x(int data)(Code) | | |
set_src_y | public void set_src_y(int data)(Code) | | |
|
|