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 ScreenRectangleInfoCaptureFieldProp. getRectInfo()Gets the screen rectangle info object.Methods in com.iizigo.term.capture.prop with parameters of type ScreenRectangleInfo Modifier and Type Method Description voidCaptureFieldProp. 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 ScreenRectangleInfoEditorScreenFieldProp. getRectInfo()Gets the screen rectangle info object.ScreenRectangleInfoEditorScreenIdentificationProp. getRectInfo()Gets the screen rectangle info object.ScreenRectangleInfoIScreenRectangle. getRectInfo()Gets the screen rectangle info object.Methods in com.iizigo.term.prop with parameters of type ScreenRectangleInfo Modifier and Type Method Description voidEditorScreenFieldProp. saveRectInfo(ScreenRectangleInfo rectInfo)Saves the screen rectangle info object.voidEditorScreenIdentificationProp. saveRectInfo(ScreenRectangleInfo rectInfo)Saves the screen rectangle info object.voidIScreenRectangle. 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 voidScreenDesigner. drawHandle(ScreenRectangleInfo rectInfo, int handle, java.awt.Graphics2D g, java.awt.Color c, int x, int y, boolean draw)Draws a handle at position.