|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Patch
public class Patch
legend patch.
Java class for Patch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Patch">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PreserveAspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Geometry" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
legend patch.
| Constructor Summary | |
|---|---|
Patch()
Patch default constructor. |
|
Patch(String name,
Boolean preserveAspectRatio,
Geometry geometry)
Deprecated. |
|
| Method Summary | |
|---|---|
Geometry |
getGeometry()
Patch geometry sized to fit the specified bounds. |
String |
getName()
Gets the value of the name property. |
Boolean |
getPreserveAspectRatio()
Gets the value of the preserveAspectRatio property. |
Boolean |
isPreserveAspectRatio()
|
void |
setGeometry(Geometry value)
Patch geometry sized to fit the specified bounds. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPreserveAspectRatio(Boolean value)
Sets the value of the preserveAspectRatio property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Patch(String name,
Boolean preserveAspectRatio,
Geometry geometry)
public Patch()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean getPreserveAspectRatio()
Booleanpublic Boolean isPreserveAspectRatio()
public void setPreserveAspectRatio(Boolean value)
value - allowed object is
Booleanpublic Geometry getGeometry()
Geometrypublic void setGeometry(Geometry value)
value - allowed object is
Geometry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||