|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACSimplePolygonSymbol
COM Interface 'IACSimplePolygonSymbol'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control ArcIMS simple polygon symbol.' 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 |
IID32f03709_f43d_4655_ad8e_be49bb8c7f79
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getBoundaryCapType()
The outline cap type. |
IColor |
getBoundaryColor()
The outline color. |
int |
getBoundaryJoinType()
The outline join type. |
int |
getBoundaryLineType()
The outline type. |
double |
getBoundaryTransparency()
The transparency transparency coeficient (0.0-1.0). |
int |
getBoundaryWidth()
The outline width in pixels. |
IColor |
getFillColor()
The fill color. |
int |
getFillInterval()
The interval of the hatch fill type. |
double |
getFillTransparency()
The fill transparency coeficient (0.0-1.0). |
int |
getFillType()
The fill type. |
boolean |
isBoundary()
Indicates if the layer display the boundary or outline. |
boolean |
isOverlap()
Indicates if labels can overlap this symbol. |
void |
setBoundary(boolean flag)
Indicates if the layer display the boundary or outline. |
void |
setBoundaryCapType(int type)
The outline cap type. |
void |
setBoundaryColor(IColor color)
The outline color. |
void |
setBoundaryJoinType(int type)
The outline join type. |
void |
setBoundaryLineType(int type)
The outline type. |
void |
setBoundaryTransparency(double trans)
The transparency transparency coeficient (0.0-1.0). |
void |
setBoundaryWidth(int width)
The outline width in pixels. |
void |
setFillColor(IColor color)
The fill color. |
void |
setFillInterval(int interval)
The interval of the hatch fill type. |
void |
setFillTransparency(double trans)
The fill transparency coeficient (0.0-1.0). |
void |
setFillType(int type)
The fill type. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
Field Detail |
---|
static final int IID32f03709_f43d_4655_ad8e_be49bb8c7f79
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IColor getFillColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFillColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFillType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFillType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.acFillType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFillInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFillInterval(int interval) throws java.io.IOException, AutomationException
interval
- The interval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFillTransparency() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFillTransparency(double trans) throws java.io.IOException, AutomationException
trans
- The trans (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBoundaryWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundaryWidth(int width) throws java.io.IOException, AutomationException
width
- The width (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getBoundaryColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundaryColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBoundaryLineType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundaryLineType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.acLineType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBoundaryCapType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundaryCapType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.acCapType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBoundaryJoinType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundaryJoinType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.acJoinType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBoundaryTransparency() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundaryTransparency(double trans) throws java.io.IOException, AutomationException
trans
- The trans (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOverlap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlap(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBoundary() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundary(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.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 |