|
|||||||||
| 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.FillSymbol
com.esri.arcgisws.PictureFillSymbol
public class PictureFillSymbol
Java class for PictureFillSymbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PictureFillSymbol">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol">
<sequence>
<element name="Picture" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="PictureUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Width" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Height" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BgColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
<element name="FgColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
<element name="BitmapTransColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
<element name="XSeparation" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="YSeparation" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Swap1BitColor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Angle" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="XOffset" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="YOffset" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="XScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="YScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PictureFillSymbol()
PictureFillSymbol default constructor. |
|
PictureFillSymbol(Color color,
LineSymbol outline,
byte[] picture,
String pictureUri,
Double width,
Double height,
Color bgColor,
Color fgColor,
Color bitmapTransColor,
Double xSeparation,
Double ySeparation,
Boolean swap1BitColor,
Double angle,
Double xOffset,
Double yOffset,
Double xScale,
Double yScale)
Deprecated. |
|
| Method Summary | |
|---|---|
Double |
getAngle()
Gets the value of the angle property. |
Color |
getBgColor()
Fill background color. |
Color |
getBitmapTransColor()
Color within bitmap indicating transparency. |
Color |
getFgColor()
Fill foreground color. |
Double |
getHeight()
Gets the value of the height property. |
byte[] |
getPicture()
Gets the value of the picture property. |
String |
getPictureUri()
Gets the value of the pictureUri property. |
Boolean |
getSwap1BitColor()
Indicates if the foreground and background colors are swapped on 1 Bit Images Only. |
Double |
getWidth()
Gets the value of the width property. |
Double |
getXOffset()
Gets the value of the xOffset property. |
Double |
getXScale()
Gets the value of the xScale property. |
Double |
getXSeparation()
Gets the value of the xSeparation property. |
Double |
getYOffset()
Gets the value of the yOffset property. |
Double |
getYScale()
Gets the value of the yScale property. |
Double |
getYSeparation()
Gets the value of the ySeparation property. |
Boolean |
isSwap1BitColor()
Indicates if the foreground and background colors are swapped on 1 Bit Images Only. |
void |
setAngle(Double value)
Sets the value of the angle property. |
void |
setBgColor(Color value)
Fill background color. |
void |
setBitmapTransColor(Color value)
Color within bitmap indicating transparency. |
void |
setFgColor(Color value)
Fill foreground color. |
void |
setHeight(Double value)
Sets the value of the height property. |
void |
setPicture(byte[] value)
Sets the value of the picture property. |
void |
setPictureUri(String value)
Sets the value of the pictureUri property. |
void |
setSwap1BitColor(Boolean value)
Indicates if the foreground and background colors are swapped on 1 Bit Images Only. |
void |
setWidth(Double value)
Sets the value of the width property. |
void |
setXOffset(Double value)
Sets the value of the xOffset property. |
void |
setXScale(Double value)
Sets the value of the xScale property. |
void |
setXSeparation(Double value)
Sets the value of the xSeparation property. |
void |
setYOffset(Double value)
Sets the value of the yOffset property. |
void |
setYScale(Double value)
Sets the value of the yScale property. |
void |
setYSeparation(Double value)
Sets the value of the ySeparation property. |
| Methods inherited from class com.esri.arcgisws.FillSymbol |
|---|
getColor, getOutline, setColor, setOutline |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public PictureFillSymbol(Color color,
LineSymbol outline,
byte[] picture,
String pictureUri,
Double width,
Double height,
Color bgColor,
Color fgColor,
Color bitmapTransColor,
Double xSeparation,
Double ySeparation,
Boolean swap1BitColor,
Double angle,
Double xOffset,
Double yOffset,
Double xScale,
Double yScale)
public PictureFillSymbol()
| Method Detail |
|---|
public byte[] getPicture()
public void setPicture(byte[] value)
value - allowed object is
byte[]public String getPictureUri()
Stringpublic void setPictureUri(String value)
value - allowed object is
Stringpublic Double getWidth()
Doublepublic void setWidth(Double value)
value - allowed object is
Doublepublic Double getHeight()
Doublepublic void setHeight(Double value)
value - allowed object is
Doublepublic Color getBgColor()
Colorpublic void setBgColor(Color value)
value - allowed object is
Colorpublic Color getFgColor()
Colorpublic void setFgColor(Color value)
value - allowed object is
Colorpublic Color getBitmapTransColor()
Colorpublic void setBitmapTransColor(Color value)
value - allowed object is
Colorpublic Double getXSeparation()
Doublepublic void setXSeparation(Double value)
value - allowed object is
Doublepublic Double getYSeparation()
Doublepublic void setYSeparation(Double value)
value - allowed object is
Doublepublic Boolean getSwap1BitColor()
Booleanpublic Boolean isSwap1BitColor()
public void setSwap1BitColor(Boolean value)
value - allowed object is
Booleanpublic Double getAngle()
Doublepublic void setAngle(Double value)
value - allowed object is
Doublepublic Double getXOffset()
Doublepublic void setXOffset(Double value)
value - allowed object is
Doublepublic Double getYOffset()
Doublepublic void setYOffset(Double value)
value - allowed object is
Doublepublic Double getXScale()
Doublepublic void setXScale(Double value)
value - allowed object is
Doublepublic Double getYScale()
Doublepublic void setYScale(Double value)
value - allowed object is
Double
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||