com.esri.arcgisws
Class ParagraphTextElement

java.lang.Object
  extended by com.esri.arcgisws.Element
      extended by com.esri.arcgisws.GraphicElement
          extended by com.esri.arcgisws.ParagraphTextElement
All Implemented Interfaces:
Serializable

public class ParagraphTextElement
extends GraphicElement
implements Serializable

Java class for ParagraphTextElement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ParagraphTextElement">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}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}double" minOccurs="0"/>
         <element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}Symbol" minOccurs="0"/>
         <element name="TextGeometry" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry"/>
         <element name="Locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="FrameBorder" type="{http://www.esri.com/schemas/ArcGIS/10.0}Border" minOccurs="0"/>
         <element name="FrameBackground" type="{http://www.esri.com/schemas/ArcGIS/10.0}Background" minOccurs="0"/>
         <element name="FrameShadow" type="{http://www.esri.com/schemas/ArcGIS/10.0}Shadow" minOccurs="0"/>
         <element name="ColumnGap" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ColumnCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Margin" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ParagraphTextElement()
          ParagraphTextElement default constructor.
ParagraphTextElement(String name, String type, Boolean autoTransform, Double referenceScale, String text, Double scale, Symbol symbol, Geometry textGeometry, Boolean locked, Border frameBorder, Background frameBackground, Shadow frameShadow, Double columnGap, Integer columnCount, Double margin)
          Deprecated. 
 
Method Summary
 Boolean getAutoTransform()
          Gets the value of the autoTransform property.
 Integer getColumnCount()
          Number of columns.
 Double getColumnGap()
          Gap between columns in points.
 Background getFrameBackground()
          Frame background used by this element.
 Border getFrameBorder()
          Frame border used by this element.
 Shadow getFrameShadow()
          "Frame shadow used by this element.
 Boolean getLocked()
          Gets the value of the locked property.
 Double getMargin()
          Value for the margin.
 String getName()
          Gets the value of the name property.
 Double getReferenceScale()
          Gets the value of the referenceScale property.
 Double getScale()
          Should have been boolean type.
 Symbol getSymbol()
          Gets the value of the symbol property.
 String getText()
          Gets the value of the text property.
 Geometry getTextGeometry()
          Shape of the element as a geometry, in this case it is a .
 String getType()
          Gets the value of the type property.
 Boolean isAutoTransform()
           
 Boolean isLocked()
           
 void setAutoTransform(Boolean value)
          Sets the value of the autoTransform property.
 void setColumnCount(Integer value)
          Number of columns.
 void setColumnGap(Double value)
          Gap between columns in points.
 void setFrameBackground(Background value)
          Frame background used by this element.
 void setFrameBorder(Border value)
          Frame border used by this element.
 void setFrameShadow(Shadow value)
          "Frame shadow used by this element.
 void setLocked(Boolean value)
          Sets the value of the locked property.
 void setMargin(Double value)
          Value for the margin.
 void setName(String value)
          Sets the value of the name property.
 void setReferenceScale(Double value)
          Sets the value of the referenceScale property.
 void setScale(Double value)
          Should have been boolean type.
 void setSymbol(Symbol value)
          Sets the value of the symbol property.
 void setText(String value)
          Sets the value of the text property.
 void setTextGeometry(Geometry value)
          Shape of the element as a geometry, in this case it is a .
 void setType(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

ParagraphTextElement

@Deprecated
public ParagraphTextElement(String name,
                                       String type,
                                       Boolean autoTransform,
                                       Double referenceScale,
                                       String text,
                                       Double scale,
                                       Symbol symbol,
                                       Geometry textGeometry,
                                       Boolean locked,
                                       Border frameBorder,
                                       Background frameBackground,
                                       Shadow frameShadow,
                                       Double columnGap,
                                       Integer columnCount,
                                       Double margin)
Deprecated. 

ParagraphTextElement constructor.


ParagraphTextElement

public ParagraphTextElement()
ParagraphTextElement default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getAutoTransform

public Boolean getAutoTransform()
Gets the value of the autoTransform property.

Returns:
possible object is Boolean

isAutoTransform

public Boolean isAutoTransform()

setAutoTransform

public void setAutoTransform(Boolean value)
Sets the value of the autoTransform property.

Parameters:
value - allowed object is Boolean

getReferenceScale

public Double getReferenceScale()
Gets the value of the referenceScale property.

Returns:
possible object is Double

setReferenceScale

public void setReferenceScale(Double value)
Sets the value of the referenceScale property.

Parameters:
value - allowed object is Double

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

getScale

public Double getScale()
Should have been boolean type. Indicates if the text scales with the map. Gets the value of the scale property.

Returns:
possible object is Double

setScale

public void setScale(Double value)
Should have been boolean type. Indicates if the text scales with the map. Sets the value of the scale property.

Parameters:
value - allowed object is Double

getSymbol

public Symbol getSymbol()
Gets the value of the symbol property.

Returns:
possible object is Symbol

setSymbol

public void setSymbol(Symbol value)
Sets the value of the symbol property.

Parameters:
value - allowed object is Symbol

getTextGeometry

public Geometry getTextGeometry()
Shape of the element as a geometry, in this case it is a . Gets the value of the textGeometry property.

Returns:
possible object is Geometry

setTextGeometry

public void setTextGeometry(Geometry value)
Shape of the element as a geometry, in this case it is a . Sets the value of the textGeometry property.

Parameters:
value - allowed object is Geometry

getLocked

public Boolean getLocked()
Gets the value of the locked property.

Returns:
possible object is Boolean

isLocked

public Boolean isLocked()

setLocked

public void setLocked(Boolean value)
Sets the value of the locked property.

Parameters:
value - allowed object is Boolean

getFrameBorder

public Border getFrameBorder()
Frame border used by this element. Gets the value of the frameBorder property.

Returns:
possible object is Border

setFrameBorder

public void setFrameBorder(Border value)
Frame border used by this element. Sets the value of the frameBorder property.

Parameters:
value - allowed object is Border

getFrameBackground

public Background getFrameBackground()
Frame background used by this element. Gets the value of the frameBackground property.

Returns:
possible object is Background

setFrameBackground

public void setFrameBackground(Background value)
Frame background used by this element. Sets the value of the frameBackground property.

Parameters:
value - allowed object is Background

getFrameShadow

public Shadow getFrameShadow()
"Frame shadow used by this element. Gets the value of the frameShadow property.

Returns:
possible object is Shadow

setFrameShadow

public void setFrameShadow(Shadow value)
"Frame shadow used by this element. Sets the value of the frameShadow property.

Parameters:
value - allowed object is Shadow

getColumnGap

public Double getColumnGap()
Gap between columns in points. Gets the value of the columnGap property.

Returns:
possible object is Double

setColumnGap

public void setColumnGap(Double value)
Gap between columns in points. Sets the value of the columnGap property.

Parameters:
value - allowed object is Double

getColumnCount

public Integer getColumnCount()
Number of columns. Gets the value of the columnCount property.

Returns:
possible object is Integer

setColumnCount

public void setColumnCount(Integer value)
Number of columns. Sets the value of the columnCount property.

Parameters:
value - allowed object is Integer

getMargin

public Double getMargin()
Value for the margin. Gets the value of the margin property.

Returns:
possible object is Double

setMargin

public void setMargin(Double value)
Value for the margin. Sets the value of the margin property.

Parameters:
value - allowed object is Double