public class LogoURL extends Object
Constructor and Description |
---|
LogoURL(String format,
URL onlineResource,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
String |
getFormat() |
int |
getHeight() |
URL |
getOnlineResource() |
int |
getWidth() |
void |
setFormat(String format) |
void |
setHeight(int height) |
void |
setOnlineResource(URL onlineResource) |
void |
setWidth(int width) |
String |
toString() |
public String getFormat()
public void setFormat(String format)
public URL getOnlineResource()
public void setOnlineResource(URL onlineResource)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
Copyright © 1996–2019 Geotools. All rights reserved.