org.deegree_impl.ogcbasic
Class ImageURL

java.lang.Object
  extended byorg.deegree_impl.ogcbasic.BaseURL_Impl
      extended byorg.deegree_impl.ogcbasic.ImageURL
All Implemented Interfaces:
BaseURL
Direct Known Subclasses:
LegendURL_Impl, LogoURL_Impl

public class ImageURL
extends BaseURL_Impl

----------------------------------------------------------------------

Version:
$Revision: 1.3 $
Author:
Katharina Lupp, Markus Schneider

Field Summary
private  int height
           
private  int width
           
 
Fields inherited from class org.deegree_impl.ogcbasic.BaseURL_Impl
 
Constructor Summary
ImageURL(int width, int height, java.lang.String format, java.net.URL onlineResource)
          constructor initializing the class with the
 
Method Summary
 int getHeight()
          returns the height of the logo image
 int getWidth()
          returns the width of the logo image
 void setHeight(int height)
          sets the height of the logo image
 void setWidth(int width)
          sets the width of the logo image
 java.lang.String toString()
           
 
Methods inherited from class org.deegree_impl.ogcbasic.BaseURL_Impl
getFormat, getOnlineResource, setFormat, setOnlineResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

height

private int height

width

private int width
Constructor Detail

ImageURL

public ImageURL(int width,
                int height,
                java.lang.String format,
                java.net.URL onlineResource)
constructor initializing the class with the

Method Detail

getWidth

public int getWidth()
returns the width of the logo image


setWidth

public void setWidth(int width)
sets the width of the logo image


getHeight

public int getHeight()
returns the height of the logo image


setHeight

public void setHeight(int height)
sets the height of the logo image


toString

public java.lang.String toString()
Overrides:
toString in class BaseURL_Impl
Returns: