|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Symbol
com.esri.arcgisws.MarkerSymbol
com.esri.arcgisws.SimpleMarkerSymbol
public class SimpleMarkerSymbol
Java class for SimpleMarkerSymbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleMarkerSymbol">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}MarkerSymbol">
<sequence>
<element name="Outline" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="OutlineSize" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="OutlineColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color"/>
<element name="Style" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriSimpleMarkerStyle"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SimpleMarkerSymbol()
SimpleMarkerSymbol default constructor. |
|
SimpleMarkerSymbol(double angle,
Color color,
double size,
double xOffset,
double yOffset,
boolean outline,
double outlineSize,
Color outlineColor,
EsriSimpleMarkerStyle style)
Deprecated. |
|
| Method Summary | |
|---|---|
Color |
getOutlineColor()
Gets the value of the outlineColor property. |
double |
getOutlineSize()
Gets the value of the outlineSize property. |
EsriSimpleMarkerStyle |
getStyle()
Gets the value of the style property. |
boolean |
isOutline()
Gets the value of the outline property. |
void |
setOutline(boolean value)
Sets the value of the outline property. |
void |
setOutlineColor(Color value)
Sets the value of the outlineColor property. |
void |
setOutlineSize(double value)
Sets the value of the outlineSize property. |
void |
setStyle(EsriSimpleMarkerStyle value)
Sets the value of the style property. |
| Methods inherited from class com.esri.arcgisws.MarkerSymbol |
|---|
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public SimpleMarkerSymbol(double angle,
Color color,
double size,
double xOffset,
double yOffset,
boolean outline,
double outlineSize,
Color outlineColor,
EsriSimpleMarkerStyle style)
public SimpleMarkerSymbol()
| Method Detail |
|---|
public boolean isOutline()
public void setOutline(boolean value)
public double getOutlineSize()
public void setOutlineSize(double value)
public Color getOutlineColor()
Colorpublic void setOutlineColor(Color value)
value - allowed object is
Colorpublic EsriSimpleMarkerStyle getStyle()
EsriSimpleMarkerStylepublic void setStyle(EsriSimpleMarkerStyle value)
value - allowed object is
EsriSimpleMarkerStyle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||