Revision 4109 branches/v05/libraries/libRemoteServices/src/org/gvsig/remoteClient/RemoteClientStatus.java

View differences:

RemoteClientStatus.java
13 13
    private int width;
14 14
    private int height;
15 15
    
16
    private int imageWidth;
17
    private int imageHeight;
16
//    private int imageWidth;
17
//    private int imageHeight;
18 18
    
19 19
    //format of the image to be retrieved
20 20
    private String format;
......
58 58
    public String getExceptionFormat() {        
59 59
        return exceptionFormat;
60 60
    }
61
	public int getImageHeight() {
62
		return imageHeight;
63
	}
64
	public void setImageHeight(int imageHeight) {
65
		this.imageHeight = imageHeight;
66
	}
67
	public int getImageWidth() {
68
		return imageWidth;
69
	}
70
	public void setImageWidth(int imageWidth) {
71
		this.imageWidth = imageWidth;
72
	}
61
    
62
//	public int getImageHeight() {
63
//		return imageHeight;
64
//	}
65
//	public void setImageHeight(int imageHeight) {
66
//		this.imageHeight = imageHeight;
67
//	}
68
//	public int getImageWidth() {
69
//		return imageWidth;
70
//	}
71
//	public void setImageWidth(int imageWidth) {
72
//		this.imageWidth = imageWidth;
73
//	}
73 74
 
74 75
 }

Also available in: Unified diff