|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.ogcbasic.BaseURL_Impl
org.deegree_impl.ogcbasic.ImageURL
----------------------------------------------------------------------
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 |
private int height
private int width
Constructor Detail |
public ImageURL(int width, int height, java.lang.String format, java.net.URL onlineResource)
Method Detail |
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public java.lang.String toString()
toString
in class BaseURL_Impl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |