com.esri.arcgis.display
Interface IMarkerSymbol

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IArrowMarkerSymbol, ICharacterMarker3DSymbol, ICharacterMarkerSymbol, IMarker3DPlacement, IMultiLayerMarkerSymbol, IPictureMarkerSymbol, IReferenceMarkerSymbol, ISimpleMarkerSymbol
All Known Implementing Classes:
ArrowMarkerSymbol, BarChartSymbol, CharacterMarker3DSymbol, CharacterMarkerSymbol, IArrowMarkerSymbolProxy, ICharacterMarker3DSymbolProxy, ICharacterMarkerSymbolProxy, IMarker3DPlacementProxy, IMarkerSymbolProxy, IMultiLayerMarkerSymbolProxy, IPictureMarkerSymbolProxy, IReferenceMarkerSymbolProxy, ISimpleMarkerSymbolProxy, Marker3DSymbol, MultiLayerMarkerSymbol, PictureMarkerSymbol, PieChartSymbol, SimpleMarker3DSymbol, SimpleMarkerSymbol, StackedChartSymbol, TextMarkerSymbol

public interface IMarkerSymbol
extends java.io.Serializable

COM Interface 'IMarkerSymbol'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control marker symbols.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe6bdaa7c_4d35_11d0_98be_00805f7ced21
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAngle()
          Marker symbol angle.
 IColor getColor()
          Marker symbol color.
 double getSize()
          Marker symbol size.
 double getXOffset()
          Symbol X-axis offset from point location.
 double getYOffset()
          Symbol Y-axis offset from point location.
 void setAngle(double angle)
          Marker symbol angle.
 void setColor(IColor color)
          Marker symbol color.
 void setSize(double size)
          Marker symbol size.
 void setXOffset(double xOffset)
          Symbol X-axis offset from point location.
 void setYOffset(double yOffset)
          Symbol Y-axis offset from point location.
 

Field Detail

IIDe6bdaa7c_4d35_11d0_98be_00805f7ced21

static final int IIDe6bdaa7c_4d35_11d0_98be_00805f7ced21
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSize

double getSize()
               throws java.io.IOException,
                      AutomationException
Marker symbol size.

Returns:
The size
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSize

void setSize(double size)
             throws java.io.IOException,
                    AutomationException
Marker symbol size.

Parameters:
size - The size (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColor

IColor getColor()
                throws java.io.IOException,
                       AutomationException
Marker symbol color.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColor

void setColor(IColor color)
              throws java.io.IOException,
                     AutomationException
Marker symbol color.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngle

double getAngle()
                throws java.io.IOException,
                       AutomationException
Marker symbol angle.

Returns:
The angle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngle

void setAngle(double angle)
              throws java.io.IOException,
                     AutomationException
Marker symbol angle.

Parameters:
angle - The angle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXOffset

double getXOffset()
                  throws java.io.IOException,
                         AutomationException
Symbol X-axis offset from point location.

Returns:
The xOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXOffset

void setXOffset(double xOffset)
                throws java.io.IOException,
                       AutomationException
Symbol X-axis offset from point location.

Parameters:
xOffset - The xOffset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYOffset

double getYOffset()
                  throws java.io.IOException,
                         AutomationException
Symbol Y-axis offset from point location.

Returns:
The yOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYOffset

void setYOffset(double yOffset)
                throws java.io.IOException,
                       AutomationException
Symbol Y-axis offset from point location.

Parameters:
yOffset - The yOffset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.