com.esri.arcgisws
Class SingleDivisionScaleBar

java.lang.Object
  extended by com.esri.arcgisws.ScaleBar
      extended by com.esri.arcgisws.SingleDivisionScaleBar
All Implemented Interfaces:
Serializable

public class SingleDivisionScaleBar
extends ScaleBar
implements Serializable

Java class for SingleDivisionScaleBar complex type.

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

 <complexType name="SingleDivisionScaleBar">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}ScaleBar">
       <sequence>
         <element name="FillSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol" minOccurs="0"/>
         <element name="DivisionMarkSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}LineSymbol" minOccurs="0"/>
         <element name="SubdivisionMarkSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}LineSymbol" minOccurs="0"/>
         <element name="DivisionMarkHeight" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="SubdivisionMarkHeight" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="MarkPosition" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriVertPosEnum" minOccurs="0"/>
         <element name="MarkFrequency" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriScaleBarFrequency" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SingleDivisionScaleBar()
          SingleDivisionScaleBar default constructor.
SingleDivisionScaleBar(Double barHeight, Double division, Short divisions, Short divisionsBeforeZero, Short subdivisions, EsriUnits units, String unitLabel, EsriScaleBarPos unitLabelPosition, Double unitLabelGap, TextSymbol unitLabelSymbol, EsriScaleBarFrequency labelFrequency, EsriVertPosEnum labelPosition, Double labelGap, TextSymbol labelSymbol, NumericFormat numberFormat, EsriScaleBarResizeHint resizeHint, FillSymbol fillSymbol, LineSymbol divisionMarkSymbol, LineSymbol subdivisionMarkSymbol, Double divisionMarkHeight, Double subdivisionMarkHeight, EsriVertPosEnum markPosition, EsriScaleBarFrequency markFrequency)
          Deprecated. 
 
Method Summary
 Double getDivisionMarkHeight()
          Gets the value of the divisionMarkHeight property.
 LineSymbol getDivisionMarkSymbol()
          Gets the value of the divisionMarkSymbol property.
 FillSymbol getFillSymbol()
          Gets the value of the fillSymbol property.
 EsriScaleBarFrequency getMarkFrequency()
          Gets the value of the markFrequency property.
 EsriVertPosEnum getMarkPosition()
          Gets the value of the markPosition property.
 Double getSubdivisionMarkHeight()
          Gets the value of the subdivisionMarkHeight property.
 LineSymbol getSubdivisionMarkSymbol()
          Gets the value of the subdivisionMarkSymbol property.
 void setDivisionMarkHeight(Double value)
          Sets the value of the divisionMarkHeight property.
 void setDivisionMarkSymbol(LineSymbol value)
          Sets the value of the divisionMarkSymbol property.
 void setFillSymbol(FillSymbol value)
          Sets the value of the fillSymbol property.
 void setMarkFrequency(EsriScaleBarFrequency value)
          Sets the value of the markFrequency property.
 void setMarkPosition(EsriVertPosEnum value)
          Sets the value of the markPosition property.
 void setSubdivisionMarkHeight(Double value)
          Sets the value of the subdivisionMarkHeight property.
 void setSubdivisionMarkSymbol(LineSymbol value)
          Sets the value of the subdivisionMarkSymbol property.
 
Methods inherited from class com.esri.arcgisws.ScaleBar
getBarHeight, getDivision, getDivisions, getDivisionsBeforeZero, getLabelFrequency, getLabelGap, getLabelPosition, getLabelSymbol, getNumberFormat, getResizeHint, getSubdivisions, getUnitLabel, getUnitLabelGap, getUnitLabelPosition, getUnitLabelSymbol, getUnits, setBarHeight, setDivision, setDivisions, setDivisionsBeforeZero, setLabelFrequency, setLabelGap, setLabelPosition, setLabelSymbol, setNumberFormat, setResizeHint, setSubdivisions, setUnitLabel, setUnitLabelGap, setUnitLabelPosition, setUnitLabelSymbol, setUnits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleDivisionScaleBar

@Deprecated
public SingleDivisionScaleBar(Double barHeight,
                                         Double division,
                                         Short divisions,
                                         Short divisionsBeforeZero,
                                         Short subdivisions,
                                         EsriUnits units,
                                         String unitLabel,
                                         EsriScaleBarPos unitLabelPosition,
                                         Double unitLabelGap,
                                         TextSymbol unitLabelSymbol,
                                         EsriScaleBarFrequency labelFrequency,
                                         EsriVertPosEnum labelPosition,
                                         Double labelGap,
                                         TextSymbol labelSymbol,
                                         NumericFormat numberFormat,
                                         EsriScaleBarResizeHint resizeHint,
                                         FillSymbol fillSymbol,
                                         LineSymbol divisionMarkSymbol,
                                         LineSymbol subdivisionMarkSymbol,
                                         Double divisionMarkHeight,
                                         Double subdivisionMarkHeight,
                                         EsriVertPosEnum markPosition,
                                         EsriScaleBarFrequency markFrequency)
Deprecated. 

SingleDivisionScaleBar constructor.


SingleDivisionScaleBar

public SingleDivisionScaleBar()
SingleDivisionScaleBar default constructor.

Method Detail

getFillSymbol

public FillSymbol getFillSymbol()
Gets the value of the fillSymbol property.

Returns:
possible object is FillSymbol

setFillSymbol

public void setFillSymbol(FillSymbol value)
Sets the value of the fillSymbol property.

Parameters:
value - allowed object is FillSymbol

getDivisionMarkSymbol

public LineSymbol getDivisionMarkSymbol()
Gets the value of the divisionMarkSymbol property.

Returns:
possible object is LineSymbol

setDivisionMarkSymbol

public void setDivisionMarkSymbol(LineSymbol value)
Sets the value of the divisionMarkSymbol property.

Parameters:
value - allowed object is LineSymbol

getSubdivisionMarkSymbol

public LineSymbol getSubdivisionMarkSymbol()
Gets the value of the subdivisionMarkSymbol property.

Returns:
possible object is LineSymbol

setSubdivisionMarkSymbol

public void setSubdivisionMarkSymbol(LineSymbol value)
Sets the value of the subdivisionMarkSymbol property.

Parameters:
value - allowed object is LineSymbol

getDivisionMarkHeight

public Double getDivisionMarkHeight()
Gets the value of the divisionMarkHeight property.

Returns:
possible object is Double

setDivisionMarkHeight

public void setDivisionMarkHeight(Double value)
Sets the value of the divisionMarkHeight property.

Parameters:
value - allowed object is Double

getSubdivisionMarkHeight

public Double getSubdivisionMarkHeight()
Gets the value of the subdivisionMarkHeight property.

Returns:
possible object is Double

setSubdivisionMarkHeight

public void setSubdivisionMarkHeight(Double value)
Sets the value of the subdivisionMarkHeight property.

Parameters:
value - allowed object is Double

getMarkPosition

public EsriVertPosEnum getMarkPosition()
Gets the value of the markPosition property.

Returns:
possible object is EsriVertPosEnum

setMarkPosition

public void setMarkPosition(EsriVertPosEnum value)
Sets the value of the markPosition property.

Parameters:
value - allowed object is EsriVertPosEnum

getMarkFrequency

public EsriScaleBarFrequency getMarkFrequency()
Gets the value of the markFrequency property.

Returns:
possible object is EsriScaleBarFrequency

setMarkFrequency

public void setMarkFrequency(EsriScaleBarFrequency value)
Sets the value of the markFrequency property.

Parameters:
value - allowed object is EsriScaleBarFrequency