|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.JQDesktop
Desktop Class.
Method Summary | |
static Rectangle |
getDesktopBounds()
Returns desktop bounds. |
static int |
getScreenResolution()
Returns screen resolution. |
static Dimension |
getScreenSize()
Returns the size of default screen. |
static Image |
takeScreenShot(JQComponent component)
Takes a screenshot of the specified component. |
static Image |
takeScreenShot(JQComponent component,
java.lang.String imageFormat)
Takes a screenshot of the specified component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Dimension getScreenSize()
public static int getScreenResolution()
public static Rectangle getDesktopBounds()
public static Image takeScreenShot(JQComponent component)
component
- the component
public static Image takeScreenShot(JQComponent component, java.lang.String imageFormat)
component
- the componentimageFormat
- the image format
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |