Uses of Class
com.iizigo.term.prop.ScreenRectangleInfo
Packages that use ScreenRectangleInfo Package Description com.iizigo.term.capture.prop com.iizigo.term.prop com.iizigo.term.screen Uses of ScreenRectangleInfo in com.iizigo.term.capture.prop
Methods in com.iizigo.term.capture.prop that return ScreenRectangleInfo Modifier and Type Method Description ScreenRectangleInfo
CaptureFieldProp. getRectInfo()
Gets the screen rectangle info object.Methods in com.iizigo.term.capture.prop with parameters of type ScreenRectangleInfo Modifier and Type Method Description void
CaptureFieldProp. saveRectInfo(ScreenRectangleInfo rectInfo)
Saves the screen rectangle info object.Uses of ScreenRectangleInfo in com.iizigo.term.prop
Methods in com.iizigo.term.prop that return ScreenRectangleInfo Modifier and Type Method Description ScreenRectangleInfo
EditorScreenFieldProp. getRectInfo()
Gets the screen rectangle info object.ScreenRectangleInfo
EditorScreenIdentificationProp. getRectInfo()
Gets the screen rectangle info object.ScreenRectangleInfo
IScreenRectangle. getRectInfo()
Gets the screen rectangle info object.Methods in com.iizigo.term.prop with parameters of type ScreenRectangleInfo Modifier and Type Method Description void
EditorScreenFieldProp. saveRectInfo(ScreenRectangleInfo rectInfo)
Saves the screen rectangle info object.void
EditorScreenIdentificationProp. saveRectInfo(ScreenRectangleInfo rectInfo)
Saves the screen rectangle info object.void
IScreenRectangle. saveRectInfo(ScreenRectangleInfo rectInfo)
Saves the screen rectangle info object.Uses of ScreenRectangleInfo in com.iizigo.term.screen
Methods in com.iizigo.term.screen with parameters of type ScreenRectangleInfo Modifier and Type Method Description void
ScreenDesigner. drawHandle(ScreenRectangleInfo rectInfo, int handle, java.awt.Graphics2D g, java.awt.Color c, int x, int y, boolean draw)
Draws a handle at position.