|
|||||||||
| 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.3}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.3}Color" minOccurs="0"/>
<element name="FgColor" type="{http://www.esri.com/schemas/ArcGIS/10.3}Color" minOccurs="0"/>
<element name="BitmapTransColor" type="{http://www.esri.com/schemas/ArcGIS/10.3}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,
java.lang.String pictureUri,
java.lang.Double width,
java.lang.Double height,
Color bgColor,
Color fgColor,
Color bitmapTransColor,
java.lang.Double xSeparation,
java.lang.Double ySeparation,
java.lang.Boolean swap1BitColor,
java.lang.Double angle,
java.lang.Double xOffset,
java.lang.Double yOffset,
java.lang.Double xScale,
java.lang.Double yScale)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.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. |
java.lang.Double |
getHeight()
Gets the value of the height property. |
byte[] |
getPicture()
Gets the value of the picture property. |
java.lang.String |
getPictureUri()
Gets the value of the pictureUri property. |
java.lang.Boolean |
getSwap1BitColor()
Indicates if the foreground and background colors are swapped on 1 Bit Images Only. |
java.lang.Double |
getWidth()
Gets the value of the width property. |
java.lang.Double |
getXOffset()
Gets the value of the xOffset property. |
java.lang.Double |
getXScale()
Gets the value of the xScale property. |
java.lang.Double |
getXSeparation()
Gets the value of the xSeparation property. |
java.lang.Double |
getYOffset()
Gets the value of the yOffset property. |
java.lang.Double |
getYScale()
Gets the value of the yScale property. |
java.lang.Double |
getYSeparation()
Gets the value of the ySeparation property. |
java.lang.Boolean |
isSwap1BitColor()
Indicates if the foreground and background colors are swapped on 1 Bit Images Only. |
void |
setAngle(java.lang.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(java.lang.Double value)
Sets the value of the height property. |
void |
setPicture(byte[] value)
Sets the value of the picture property. |
void |
setPictureUri(java.lang.String value)
Sets the value of the pictureUri property. |
void |
setSwap1BitColor(java.lang.Boolean value)
Indicates if the foreground and background colors are swapped on 1 Bit Images Only. |
void |
setWidth(java.lang.Double value)
Sets the value of the width property. |
void |
setXOffset(java.lang.Double value)
Sets the value of the xOffset property. |
void |
setXScale(java.lang.Double value)
Sets the value of the xScale property. |
void |
setXSeparation(java.lang.Double value)
Sets the value of the xSeparation property. |
void |
setYOffset(java.lang.Double value)
Sets the value of the yOffset property. |
void |
setYScale(java.lang.Double value)
Sets the value of the yScale property. |
void |
setYSeparation(java.lang.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,
java.lang.String pictureUri,
java.lang.Double width,
java.lang.Double height,
Color bgColor,
Color fgColor,
Color bitmapTransColor,
java.lang.Double xSeparation,
java.lang.Double ySeparation,
java.lang.Boolean swap1BitColor,
java.lang.Double angle,
java.lang.Double xOffset,
java.lang.Double yOffset,
java.lang.Double xScale,
java.lang.Double yScale)
public PictureFillSymbol()
| Method Detail |
|---|
public byte[] getPicture()
public void setPicture(byte[] value)
value - allowed object is
byte[]public java.lang.String getPictureUri()
Stringpublic void setPictureUri(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getWidth()
Doublepublic void setWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getHeight()
Doublepublic void setHeight(java.lang.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 java.lang.Double getXSeparation()
Doublepublic void setXSeparation(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getYSeparation()
Doublepublic void setYSeparation(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getSwap1BitColor()
Booleanpublic java.lang.Boolean isSwap1BitColor()
public void setSwap1BitColor(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getAngle()
Doublepublic void setAngle(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getXOffset()
Doublepublic void setXOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getYOffset()
Doublepublic void setYOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getXScale()
Doublepublic void setXScale(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getYScale()
Doublepublic void setYScale(java.lang.Double value)
value - allowed object is
Double
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||