|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmars.tools.ScreenMagnifier
public class ScreenMagnifier
Handy little tool to magnify a selected section of the screen by a given scale and display it. The screen image snapshot will be of the screen pixels beneath the tool's frame. The scale can be adjusted. The image is displayed in the tool's scrollable panel. You can highlight items on the image using the scribbler (hold down mouse button and move it on the image). The magnification scale adjustment is on the tool's window, but other settings can be modified on a button- triggered dialog. It will capture the contents of the underlying MARS graphical user interface, but NOT the contents of other Mars Tools frames.
Constructor Summary | |
---|---|
ScreenMagnifier()
|
Method Summary | |
---|---|
void |
action()
Performs tool functions. |
java.lang.String |
getName()
Return a name you have chosen for this tool. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScreenMagnifier()
Method Detail |
---|
public java.lang.String getName()
MarsTool
getName
in interface MarsTool
public void action()
MarsTool
action
in interface MarsTool
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |