|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.BasicSymbol
com.esri.arcgisws.BasicFillSymbol
public class BasicFillSymbol
Java class for BasicFillSymbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicFillSymbol">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}BasicSymbol">
<sequence>
<element name="Pattern" type="{http://www.esri.com/schemas/ArcGIS/10.0}RepresentationComponent"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
BasicFillSymbol()
BasicFillSymbol default constructor. |
|
BasicFillSymbol(RepresentationComponent[] geometricEffects,
RepresentationComponent pattern)
Deprecated. |
|
| Method Summary | |
|---|---|
RepresentationComponent |
getPattern()
Gets the value of the pattern property. |
void |
setPattern(RepresentationComponent value)
Sets the value of the pattern property. |
| Methods inherited from class com.esri.arcgisws.BasicSymbol |
|---|
getGeometricEffects, setGeometricEffects |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public BasicFillSymbol(RepresentationComponent[] geometricEffects,
RepresentationComponent pattern)
public BasicFillSymbol()
| Method Detail |
|---|
public RepresentationComponent getPattern()
RepresentationComponentpublic void setPattern(RepresentationComponent value)
value - allowed object is
RepresentationComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||