| java.lang.Object org.vfny.geoserver.global.GlobalLayerSupertype org.vfny.geoserver.global.LegendURL
LegendURL | public class LegendURL extends GlobalLayerSupertype (Code) | | This class represents legend icon parameters.
author: Charles Kolbowicz version: $Id: LegendURL.java 6177 2007-02-19 10:11:27Z aaime $ |
LegendURL | public LegendURL(LegendURLDTO dto)(Code) | | Legend constructor.
Stores the new LegendURLDTO data for this LegendURL.
Parameters: dto - throws: NullPointerException - when the param is null |
getFormat | public String getFormat()(Code) | | Getter for legend icon format.
Value of legend icon format. |
getHeight | public int getHeight()(Code) | | Getter for legend icon height.
Value of legend icon height. |
getOnlineResource | public String getOnlineResource()(Code) | | Getter for legend icon onlineResource.
Value of legend icon onlineResource. |
getWidth | public int getWidth()(Code) | | Getter for legend icon width.
Value of property width. |
Fields inherited from org.vfny.geoserver.global.GlobalLayerSupertype | final protected static Logger LOGGER(Code)(Java Doc)
|
Methods inherited from org.vfny.geoserver.global.GlobalLayerSupertype | public static String get(Map map, String key)(Code)(Java Doc) public static File get(Map map, String key, File defaultFile)(Code)(Java Doc) public static String get(Map map, String key, String defaultValue)(Code)(Java Doc) public static List get(Map map, String key, List defaultList)(Code)(Java Doc) public static Map get(Map map, String key, Map defaultMap)(Code)(Java Doc) public static int get(Map map, String key, int defaultValue)(Code)(Java Doc) public static boolean get(Map map, String key, boolean defaultValue)(Code)(Java Doc) public static Charset get(Map map, String key, Charset defaultCharSet)(Code)(Java Doc) public static Level get(Map map, String key, Level defaultLevel)(Code)(Java Doc) public static URL get(Map map, String key, URL defaultUrl)(Code)(Java Doc) public static Class get(Map map, String key, Class defaultType)(Code)(Java Doc) protected String notNull(String s)(Code)(Java Doc) abstract Object toDTO()(Code)(Java Doc)
|
|
|