com.esri.adf.web.data.export
Class ExportProperties
java.lang.Object
com.esri.adf.web.data.export.ExportProperties
- All Implemented Interfaces:
- java.io.Serializable
public class ExportProperties
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ExportProperties
public ExportProperties()
ExportProperties
public ExportProperties(ExportProperties copy)
getDpi
public int getDpi()
setDpi
public void setDpi(int dpi)
setWidth
public void setWidth(int width)
setHeight
public void setHeight(int height)
setExtent
public void setExtent(WebExtent extent)
setImageFormat
public void setImageFormat(java.lang.String imageFormat)
getExtent
public WebExtent getExtent()
getHeight
public int getHeight()
getWidth
public int getWidth()
getImageFormat
public java.lang.String getImageFormat()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object