org.gnu.gdk

Class Screen


public class Screen
extends GObject

Field Summary

Fields inherited from class org.gnu.glib.GObject

eventsInitialized

Constructor Summary

Screen()
Screen(Handle handle)

Method Summary

Visual[]
ListVisuals()
void
broadcastClientMessage(Event evt)
protected static void
gdk_screen_broadcast_client_message(Handle screen, Handle event)
protected static Handle
gdk_screen_get_default()
protected static Handle
gdk_screen_get_default_colormap(Handle screen)
protected static Handle
gdk_screen_get_display(Handle screen)
protected static int
gdk_screen_get_height(Handle screen)
protected static int
gdk_screen_get_height_mm(Handle screen)
protected static int
gdk_screen_get_monitor_at_point(Handle screen, int x, int y)
protected static int
gdk_screen_get_monitor_at_window(Handle screen, Handle window)
protected static void
gdk_screen_get_monitor_geometry(Handle screen, int monitorNum, Handle rect)
protected static int
gdk_screen_get_n_monitors(Handle screen)
protected static int
gdk_screen_get_number(Handle screen)
protected static Handle
gdk_screen_get_rgb_colormap(Handle screen)
protected static Handle
gdk_screen_get_rgb_visual(Handle screen)
protected static Handle
gdk_screen_get_root_window(Handle screen)
protected static boolean
gdk_screen_get_setting(Handle screen, String name, Handle value)
protected static Handle
gdk_screen_get_system_colormap(Handle screen)
protected static Handle
gdk_screen_get_system_visual(Handle screen)
protected static Handle[]
gdk_screen_get_toplevel_windows(Handle screen)
protected static int
gdk_screen_get_type()
BEGINNING OF JNI CODE
protected static int
gdk_screen_get_width(Handle screen)
protected static int
gdk_screen_get_width_mm(Handle screen)
protected static Handle[]
gdk_screen_list_visuals(Handle screen)
protected static String
gdk_screen_make_display_name(Handle screen)
protected static void
gdk_screen_set_default_colormap(Handle screen, Handle colormap)
Visual
gdtSystemVisual()
Colormap
getDefaultColormap()
Display
getDisplay()
int
getHeight()
int
getHeightMM()
int
getMonitorAtPoint(int x, int y)
int
getMonitorAtWindow(Window win)
Rectangle
getMonitorGeometry(int monitorNum)
int
getNumMonitors()
int
getNumber()
Colormap
getRGBColormap()
Visual
getRGBVisual()
Window
getRootWindow()
Colormap
getSystemColormap()
Window[]
getToplevelWindows()
int
getWidth()
int
getWidthMM()
String
makeDisplayName()
void
setDefaultColormap(Colormap colormap)

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, equals, freezeNotify, getBooleanProperty, getData, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getHandle, getIntFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getNullHandle, getPixbufProperty, getProperty, getStringFromHandle, getStringProperty, hasProperty, hashCode, instantiateJGObjectFromGType, notify, removeEventHandler, removeListener, retrieveGObject, setBooleanProperty, setData, setData, setDoubleProperty, setFloatProperty, setHandle, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify

Constructor Details

Screen

public Screen()


Screen

public Screen(Handle handle)

Method Details

ListVisuals

public Visual[] ListVisuals()


broadcastClientMessage

public void broadcastClientMessage(Event evt)


gdk_screen_broadcast_client_message

protected static final void gdk_screen_broadcast_client_message(Handle screen,
                                                                Handle event)


gdk_screen_get_default

protected static final Handle gdk_screen_get_default()


gdk_screen_get_default_colormap

protected static final Handle gdk_screen_get_default_colormap(Handle screen)


gdk_screen_get_display

protected static final Handle gdk_screen_get_display(Handle screen)


gdk_screen_get_height

protected static final int gdk_screen_get_height(Handle screen)


gdk_screen_get_height_mm

protected static final int gdk_screen_get_height_mm(Handle screen)


gdk_screen_get_monitor_at_point

protected static final int gdk_screen_get_monitor_at_point(Handle screen,
                                                           int x,
                                                           int y)


gdk_screen_get_monitor_at_window

protected static final int gdk_screen_get_monitor_at_window(Handle screen,
                                                            Handle window)


gdk_screen_get_monitor_geometry

protected static final void gdk_screen_get_monitor_geometry(Handle screen,
                                                            int monitorNum,
                                                            Handle rect)


gdk_screen_get_n_monitors

protected static final int gdk_screen_get_n_monitors(Handle screen)


gdk_screen_get_number

protected static final int gdk_screen_get_number(Handle screen)


gdk_screen_get_rgb_colormap

protected static final Handle gdk_screen_get_rgb_colormap(Handle screen)


gdk_screen_get_rgb_visual

protected static final Handle gdk_screen_get_rgb_visual(Handle screen)


gdk_screen_get_root_window

protected static final Handle gdk_screen_get_root_window(Handle screen)


gdk_screen_get_setting

protected static final boolean gdk_screen_get_setting(Handle screen,
                                                      String name,
                                                      Handle value)


gdk_screen_get_system_colormap

protected static final Handle gdk_screen_get_system_colormap(Handle screen)


gdk_screen_get_system_visual

protected static final Handle gdk_screen_get_system_visual(Handle screen)


gdk_screen_get_toplevel_windows

protected static final Handle[] gdk_screen_get_toplevel_windows(Handle screen)


gdk_screen_get_type

protected static final int gdk_screen_get_type()
BEGINNING OF JNI CODE


gdk_screen_get_width

protected static final int gdk_screen_get_width(Handle screen)


gdk_screen_get_width_mm

protected static final int gdk_screen_get_width_mm(Handle screen)


gdk_screen_list_visuals

protected static final Handle[] gdk_screen_list_visuals(Handle screen)


gdk_screen_make_display_name

protected static final String gdk_screen_make_display_name(Handle screen)


gdk_screen_set_default_colormap

protected static final void gdk_screen_set_default_colormap(Handle screen,
                                                            Handle colormap)


gdtSystemVisual

public Visual gdtSystemVisual()


getDefaultColormap

public Colormap getDefaultColormap()


getDisplay

public Display getDisplay()


getHeight

public int getHeight()


getHeightMM

public int getHeightMM()


getMonitorAtPoint

public int getMonitorAtPoint(int x,
                             int y)


getMonitorAtWindow

public int getMonitorAtWindow(Window win)


getMonitorGeometry

public Rectangle getMonitorGeometry(int monitorNum)


getNumMonitors

public int getNumMonitors()


getNumber

public int getNumber()


getRGBColormap

public Colormap getRGBColormap()


getRGBVisual

public Visual getRGBVisual()


getRootWindow

public Window getRootWindow()


getSystemColormap

public Colormap getSystemColormap()


getToplevelWindows

public Window[] getToplevelWindows()


getWidth

public int getWidth()


getWidthMM

public int getWidthMM()


makeDisplayName

public String makeDisplayName()


setDefaultColormap

public void setDefaultColormap(Colormap colormap)