|
|||||||||
| 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.CartographicMarkerSymbol
com.esri.arcgisws.PictureMarkerSymbol
public class PictureMarkerSymbol
Java class for PictureMarkerSymbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PictureMarkerSymbol">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}CartographicMarkerSymbol">
<sequence>
<element name="BgColor" 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="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="FgColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
<element name="Swap1BitColor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PictureMarkerSymbol()
PictureMarkerSymbol default constructor. |
|
PictureMarkerSymbol(double angle,
Color color,
double size,
double xOffset,
double yOffset,
double xScale,
double yScale,
Color bgColor,
Color bitmapTransColor,
byte[] picture,
String pictureUri,
Double width,
Color fgColor,
Boolean swap1BitColor)
Deprecated. |
|
| Method Summary | |
|---|---|
Color |
getBgColor()
Background color of the picture for 1 bit images. |
Color |
getBitmapTransColor()
Color within bitmap indicating transparency. |
Color |
getFgColor()
Foreground color of the picture for 1 bit images. |
byte[] |
getPicture()
Gets the value of the picture property. |
String |
getPictureUri()
Gets the value of the pictureUri property. |
Boolean |
getSwap1BitColor()
Indicates if foreground and background colors are swapped on 1 Bit Images Only. |
Double |
getWidth()
Gets the value of the width property. |
Boolean |
isSwap1BitColor()
Indicates if foreground and background colors are swapped on 1 Bit Images Only. |
void |
setBgColor(Color value)
Background color of the picture for 1 bit images. |
void |
setBitmapTransColor(Color value)
Color within bitmap indicating transparency. |
void |
setFgColor(Color value)
Foreground color of the picture for 1 bit images. |
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 foreground and background colors are swapped on 1 Bit Images Only. |
void |
setWidth(Double value)
Sets the value of the width property. |
| Methods inherited from class com.esri.arcgisws.CartographicMarkerSymbol |
|---|
getXScale, getYScale, setXScale, setYScale |
| 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 PictureMarkerSymbol(double angle,
Color color,
double size,
double xOffset,
double yOffset,
double xScale,
double yScale,
Color bgColor,
Color bitmapTransColor,
byte[] picture,
String pictureUri,
Double width,
Color fgColor,
Boolean swap1BitColor)
public PictureMarkerSymbol()
| Method Detail |
|---|
public Color getBgColor()
Colorpublic void setBgColor(Color value)
value - allowed object is
Colorpublic Color getBitmapTransColor()
Colorpublic void setBitmapTransColor(Color value)
value - allowed object is
Colorpublic 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 Color getFgColor()
Colorpublic void setFgColor(Color value)
value - allowed object is
Colorpublic Boolean getSwap1BitColor()
Booleanpublic Boolean isSwap1BitColor()
public void setSwap1BitColor(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||