com.esri.arcgisws
Class AlternatingScaleBar

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

public class AlternatingScaleBar
extends ScaleBar
implements Serializable

Java class for AlternatingScaleBar complex type.

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

 <complexType name="AlternatingScaleBar">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}ScaleBar">
       <sequence>
         <element name="FillSymbol1" type="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol" minOccurs="0"/>
         <element name="FillSymbol2" 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
AlternatingScaleBar()
          AlternatingScaleBar default constructor.
AlternatingScaleBar(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 fillSymbol1, FillSymbol fillSymbol2, 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 getFillSymbol1()
          Gets the value of the fillSymbol1 property.
 FillSymbol getFillSymbol2()
          Gets the value of the fillSymbol2 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 setFillSymbol1(FillSymbol value)
          Sets the value of the fillSymbol1 property.
 void setFillSymbol2(FillSymbol value)
          Sets the value of the fillSymbol2 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

AlternatingScaleBar

@Deprecated
public AlternatingScaleBar(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 fillSymbol1,
                                      FillSymbol fillSymbol2,
                                      LineSymbol divisionMarkSymbol,
                                      LineSymbol subdivisionMarkSymbol,
                                      Double divisionMarkHeight,
                                      Double subdivisionMarkHeight,
                                      EsriVertPosEnum markPosition,
                                      EsriScaleBarFrequency markFrequency)
Deprecated. 

AlternatingScaleBar constructor.


AlternatingScaleBar

public AlternatingScaleBar()
AlternatingScaleBar default constructor.

Method Detail

getFillSymbol1

public FillSymbol getFillSymbol1()
Gets the value of the fillSymbol1 property.

Returns:
possible object is FillSymbol

setFillSymbol1

public void setFillSymbol1(FillSymbol value)
Sets the value of the fillSymbol1 property.

Parameters:
value - allowed object is FillSymbol

getFillSymbol2

public FillSymbol getFillSymbol2()
Gets the value of the fillSymbol2 property.

Returns:
possible object is FillSymbol

setFillSymbol2

public void setFillSymbol2(FillSymbol value)
Sets the value of the fillSymbol2 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