|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Element
com.esri.arcgisws.GraphicElement
com.esri.arcgisws.TextElement
public class TextElement
Java class for TextElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextElement">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}GraphicElement">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AutoTransform" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ReferenceScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Scale" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}Symbol" minOccurs="0"/>
<element name="TextGeometry" type="{http://www.esri.com/schemas/ArcGIS/10.3}Geometry"/>
<element name="Locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TextElement()
TextElement default constructor. |
|
TextElement(java.lang.String name,
java.lang.String type,
java.lang.Boolean autoTransform,
java.lang.Double referenceScale,
java.lang.String text,
java.lang.Boolean scale,
Symbol symbol,
Geometry textGeometry,
java.lang.Boolean locked)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getAutoTransform()
Gets the value of the autoTransform property. |
java.lang.Boolean |
getLocked()
Gets the value of the locked property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Double |
getReferenceScale()
Gets the value of the referenceScale property. |
java.lang.Boolean |
getScale()
Indicates if the text scales with the map. |
Symbol |
getSymbol()
Gets the value of the symbol property. |
java.lang.String |
getText()
Gets the value of the text property. |
Geometry |
getTextGeometry()
Gets the value of the textGeometry property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.Boolean |
isAutoTransform()
|
java.lang.Boolean |
isLocked()
|
java.lang.Boolean |
isScale()
Indicates if the text scales with the map. |
void |
setAutoTransform(java.lang.Boolean value)
Sets the value of the autoTransform property. |
void |
setLocked(java.lang.Boolean value)
Sets the value of the locked property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setReferenceScale(java.lang.Double value)
Sets the value of the referenceScale property. |
void |
setScale(java.lang.Boolean value)
Indicates if the text scales with the map. |
void |
setSymbol(Symbol value)
Sets the value of the symbol property. |
void |
setText(java.lang.String value)
Sets the value of the text property. |
void |
setTextGeometry(Geometry value)
Sets the value of the textGeometry property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public TextElement(java.lang.String name,
java.lang.String type,
java.lang.Boolean autoTransform,
java.lang.Double referenceScale,
java.lang.String text,
java.lang.Boolean scale,
Symbol symbol,
Geometry textGeometry,
java.lang.Boolean locked)
public TextElement()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getAutoTransform()
Booleanpublic java.lang.Boolean isAutoTransform()
public void setAutoTransform(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getReferenceScale()
Doublepublic void setReferenceScale(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getScale()
Booleanpublic java.lang.Boolean isScale()
public void setScale(java.lang.Boolean value)
value - allowed object is
Booleanpublic Symbol getSymbol()
Symbolpublic void setSymbol(Symbol value)
value - allowed object is
Symbolpublic Geometry getTextGeometry()
Geometrypublic void setTextGeometry(Geometry value)
value - allowed object is
Geometrypublic java.lang.Boolean getLocked()
Booleanpublic java.lang.Boolean isLocked()
public void setLocked(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||