Uses of Class
com.iizigo.term.prop.ScreenRectangleInfo
Packages that use ScreenRectangleInfo
Uses of ScreenRectangleInfo in com.iizigo.term.capture.prop
Methods in com.iizigo.term.capture.prop that return ScreenRectangleInfoModifier and TypeMethodDescriptionCaptureFieldProp.getRectInfo()Gets the screen rectangle info object.Methods in com.iizigo.term.capture.prop with parameters of type ScreenRectangleInfoModifier and TypeMethodDescriptionvoidCaptureFieldProp.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 ScreenRectangleInfoModifier and TypeMethodDescriptionEditorScreenFieldProp.getRectInfo()Gets the screen rectangle info object.EditorScreenIdentificationProp.getRectInfo()Gets the screen rectangle info object.IScreenRectangle.getRectInfo()Gets the screen rectangle info object.Methods in com.iizigo.term.prop with parameters of type ScreenRectangleInfoModifier and TypeMethodDescriptionvoidEditorScreenFieldProp.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 ScreenRectangleInfoModifier and TypeMethodDescriptionvoidScreenDesigner.drawHandle(ScreenRectangleInfo rectInfo, int handle, Graphics2D g, Color c, int x, int y, boolean draw) Draws a handle at position.