You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.4 KiB
Java

/* */ package com.dowse.devicesdk.rv1126;
/* */
/* */ public class ImageZoom
/* */ {
/* */ int status;
/* */ int x_offset;
/* */ int y_offset;
/* */ int width;
/* */ int height;
/* */
/* */ public int getStatus()
/* */ {
/* 15 */ return this.status;
/* */ }
/* */
/* */ public void setStatus(int status) {
/* 19 */ this.status = status;
/* */ }
/* */
/* */ public int getX_offset() {
/* 23 */ return this.x_offset;
/* */ }
/* */
/* */ public void setX_offset(int x_offset) {
/* 27 */ this.x_offset = x_offset;
/* */ }
/* */
/* */ public int getY_offset() {
/* 31 */ return this.y_offset;
/* */ }
/* */
/* */ public void setY_offset(int y_offset) {
/* 35 */ this.y_offset = y_offset;
/* */ }
/* */
/* */ public int getWidth() {
/* 39 */ return this.width;
/* */ }
/* */
/* */ public void setWidth(int width) {
/* 43 */ this.width = width;
/* */ }
/* */
/* */ public int getHeight() {
/* 47 */ return this.height;
/* */ }
/* */
/* */ public void setHeight(int height) {
/* 51 */ this.height = height;
/* */ }
/* */ }
/* Location: C:\Users\JingJing\Desktop\i1aar\dsdevicesdk1.3\classes.jar
* Qualified Name: com.dowse.devicesdk.rv1126.ImageZoom
* JD-Core Version: 0.6.0
*/