|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMarkerBackground
Provides access to members that control the marker background.
Method Summary | |
---|---|
IMarkerSymbol |
getMarkerSymbol()
The marker symbol. |
void |
markerBackgroundDraw(int hDC,
ITransformation transform)
Draws the marker background. |
void |
markerBackgroundQueryBoundary(int hDC,
ITransformation transform,
IPolygon boundary)
Queries the boundary of the marker background. |
void |
setMarkerBoxByRef(IEnvelope rhs1)
The marker box. |
void |
setMarkerSymbolByRef(IMarkerSymbol markerSym)
The marker symbol. |
Method Detail |
---|
IMarkerSymbol getMarkerSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarkerSymbolByRef(IMarkerSymbol markerSym) throws IOException, AutomationException
markerSym
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarkerBoxByRef(IEnvelope rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void markerBackgroundQueryBoundary(int hDC, ITransformation transform, IPolygon boundary) throws IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)transform
- A reference to a com.esri.arcgis.geometry.ITransformation (in)boundary
- A reference to a com.esri.arcgis.geometry.IPolygon (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void markerBackgroundDraw(int hDC, ITransformation transform) throws IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)transform
- A reference to a com.esri.arcgis.geometry.ITransformation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |