|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsLayerListLegend
Stores the properties of a layer's layer list legend.
| Constructor Summary | |
AimsLayerListLegend()
Creates a new instance of AimsLayerListLegend |
|
| Method Summary | |
java.lang.Object |
clone()
Gets a clone of this object. |
AimsLayerListLegend |
getCopy()
Gets a copy of this object. |
int |
getHeight()
Gets the height for the legend. |
double |
getMaxScale()
Gets the maximum displayable scale for the legend. |
double |
getMinScale()
Gets the minimum displayable scale for the legend. |
java.lang.String |
getUrl()
Gets the url for the legend. |
int |
getWidth()
Gets the widthfor the legend. |
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value,
java.lang.String layerPath,
java.lang.String imfPath)
Sets one of the attributes of this object using a string value. |
void |
setHeight(int height)
Sets the height for the legend. |
void |
setMaxScale(double scale)
Sets the maximum displayable scale for the legend. |
void |
setMinScale(double scale)
Sets the minimum displayable scale for the legend. |
void |
setUrl(java.lang.String url)
Sets the url for the legend. |
void |
setWidth(int width)
Sets the width for the legend. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsLayerListLegend()
| Method Detail |
public java.lang.Object clone()
public AimsLayerListLegend getCopy()
public int getHeight()
public void setHeight(int height)
height - The width.public double getMaxScale()
public void setMaxScale(double scale)
scale - The maximum scale. Note that the value is exclusive.public double getMinScale()
public void setMinScale(double scale)
scale - The minimum scale.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - The URL.public int getWidth()
public void setWidth(int width)
width - The width.
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value,
java.lang.String layerPath,
java.lang.String imfPath)
tag - The AXL element tag containing this attribute (not used).name - The AXL attribute name.value - The AXL attribute value.layerPath - The path to the layer configuration file.imfPath - The path to IMF.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||