|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ScaleBar
public abstract class ScaleBar
A map surround for displaying a scale bar.
Java class for ScaleBar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScaleBar">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BarHeight" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Division" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Divisions" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
<element name="DivisionsBeforeZero" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
<element name="Subdivisions" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
<element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriUnits" minOccurs="0"/>
<element name="UnitLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UnitLabelPosition" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriScaleBarPos" minOccurs="0"/>
<element name="UnitLabelGap" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="UnitLabelSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}TextSymbol" minOccurs="0"/>
<element name="LabelFrequency" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriScaleBarFrequency" minOccurs="0"/>
<element name="LabelPosition" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriVertPosEnum" minOccurs="0"/>
<element name="LabelGap" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="LabelSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}TextSymbol" minOccurs="0"/>
<element name="NumberFormat" type="{http://www.esri.com/schemas/ArcGIS/10.0}NumericFormat" minOccurs="0"/>
<element name="ResizeHint" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriScaleBarResizeHint" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
A map surround for displaying a scale bar.
| Constructor Summary | |
|---|---|
ScaleBar()
ScaleBar default constructor. |
|
ScaleBar(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)
Deprecated. |
|
| Method Summary | |
|---|---|
Double |
getBarHeight()
Gets the value of the barHeight property. |
Double |
getDivision()
Gets the value of the division property. |
Short |
getDivisions()
Gets the value of the divisions property. |
Short |
getDivisionsBeforeZero()
Gets the value of the divisionsBeforeZero property. |
EsriScaleBarFrequency |
getLabelFrequency()
Gets the value of the labelFrequency property. |
Double |
getLabelGap()
Gets the value of the labelGap property. |
EsriVertPosEnum |
getLabelPosition()
Gets the value of the labelPosition property. |
TextSymbol |
getLabelSymbol()
Gets the value of the labelSymbol property. |
NumericFormat |
getNumberFormat()
Gets the value of the numberFormat property. |
EsriScaleBarResizeHint |
getResizeHint()
Gets the value of the resizeHint property. |
Short |
getSubdivisions()
Gets the value of the subdivisions property. |
String |
getUnitLabel()
Gets the value of the unitLabel property. |
Double |
getUnitLabelGap()
Gets the value of the unitLabelGap property. |
EsriScaleBarPos |
getUnitLabelPosition()
Gets the value of the unitLabelPosition property. |
TextSymbol |
getUnitLabelSymbol()
Gets the value of the unitLabelSymbol property. |
EsriUnits |
getUnits()
Gets the value of the units property. |
void |
setBarHeight(Double value)
Sets the value of the barHeight property. |
void |
setDivision(Double value)
Sets the value of the division property. |
void |
setDivisions(Short value)
Sets the value of the divisions property. |
void |
setDivisionsBeforeZero(Short value)
Sets the value of the divisionsBeforeZero property. |
void |
setLabelFrequency(EsriScaleBarFrequency value)
Sets the value of the labelFrequency property. |
void |
setLabelGap(Double value)
Sets the value of the labelGap property. |
void |
setLabelPosition(EsriVertPosEnum value)
Sets the value of the labelPosition property. |
void |
setLabelSymbol(TextSymbol value)
Sets the value of the labelSymbol property. |
void |
setNumberFormat(NumericFormat value)
Sets the value of the numberFormat property. |
void |
setResizeHint(EsriScaleBarResizeHint value)
Sets the value of the resizeHint property. |
void |
setSubdivisions(Short value)
Sets the value of the subdivisions property. |
void |
setUnitLabel(String value)
Sets the value of the unitLabel property. |
void |
setUnitLabelGap(Double value)
Sets the value of the unitLabelGap property. |
void |
setUnitLabelPosition(EsriScaleBarPos value)
Sets the value of the unitLabelPosition property. |
void |
setUnitLabelSymbol(TextSymbol value)
Sets the value of the unitLabelSymbol property. |
void |
setUnits(EsriUnits value)
Sets the value of the units property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ScaleBar(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)
public ScaleBar()
| Method Detail |
|---|
public Double getBarHeight()
Doublepublic void setBarHeight(Double value)
value - allowed object is
Doublepublic Double getDivision()
Doublepublic void setDivision(Double value)
value - allowed object is
Doublepublic Short getDivisions()
Shortpublic void setDivisions(Short value)
value - allowed object is
Shortpublic Short getDivisionsBeforeZero()
Shortpublic void setDivisionsBeforeZero(Short value)
value - allowed object is
Shortpublic Short getSubdivisions()
Shortpublic void setSubdivisions(Short value)
value - allowed object is
Shortpublic EsriUnits getUnits()
EsriUnitspublic void setUnits(EsriUnits value)
value - allowed object is
EsriUnitspublic String getUnitLabel()
Stringpublic void setUnitLabel(String value)
value - allowed object is
Stringpublic EsriScaleBarPos getUnitLabelPosition()
EsriScaleBarPospublic void setUnitLabelPosition(EsriScaleBarPos value)
value - allowed object is
EsriScaleBarPospublic Double getUnitLabelGap()
Doublepublic void setUnitLabelGap(Double value)
value - allowed object is
Doublepublic TextSymbol getUnitLabelSymbol()
TextSymbolpublic void setUnitLabelSymbol(TextSymbol value)
value - allowed object is
TextSymbolpublic EsriScaleBarFrequency getLabelFrequency()
EsriScaleBarFrequencypublic void setLabelFrequency(EsriScaleBarFrequency value)
value - allowed object is
EsriScaleBarFrequencypublic EsriVertPosEnum getLabelPosition()
EsriVertPosEnumpublic void setLabelPosition(EsriVertPosEnum value)
value - allowed object is
EsriVertPosEnumpublic Double getLabelGap()
Doublepublic void setLabelGap(Double value)
value - allowed object is
Doublepublic TextSymbol getLabelSymbol()
TextSymbolpublic void setLabelSymbol(TextSymbol value)
value - allowed object is
TextSymbolpublic NumericFormat getNumberFormat()
NumericFormatpublic void setNumberFormat(NumericFormat value)
value - allowed object is
NumericFormatpublic EsriScaleBarResizeHint getResizeHint()
EsriScaleBarResizeHintpublic void setResizeHint(EsriScaleBarResizeHint value)
value - allowed object is
EsriScaleBarResizeHint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||