|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicContainerManager
Provides access to members that manage the drawing of the containers.
Thats is, manage the size of the margin between the container boundary and its content.
Method Summary | |
---|---|
double |
getBottomMargin(ISchematicInMemoryFeature container)
Bottom margin of the specified container. |
double |
getLeftMargin(ISchematicInMemoryFeature container)
Left margin of the specified container. |
double |
getRightMargin(ISchematicInMemoryFeature container)
Right margin of the specified container. |
double |
getTopMargin(ISchematicInMemoryFeature container)
Top margin of the specified container. |
void |
setBottomMargin(ISchematicInMemoryFeature container,
double margin)
Changes the bottom margin of the specified container. |
void |
setLeftMargin(ISchematicInMemoryFeature container,
double margin)
Changes the left margin of the specified container. |
void |
setRightMargin(ISchematicInMemoryFeature container,
double margin)
Changes the right margin of the specified container. |
void |
setTopMargin(ISchematicInMemoryFeature container,
double margin)
Changes the top margin of the specified container. |
Method Detail |
---|
double getLeftMargin(ISchematicInMemoryFeature container) throws IOException, AutomationException
container
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeftMargin(ISchematicInMemoryFeature container, double margin) throws IOException, AutomationException
container
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)margin
- The margin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRightMargin(ISchematicInMemoryFeature container) throws IOException, AutomationException
container
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRightMargin(ISchematicInMemoryFeature container, double margin) throws IOException, AutomationException
container
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)margin
- The margin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTopMargin(ISchematicInMemoryFeature container) throws IOException, AutomationException
container
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTopMargin(ISchematicInMemoryFeature container, double margin) throws IOException, AutomationException
container
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)margin
- The margin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBottomMargin(ISchematicInMemoryFeature container) throws IOException, AutomationException
container
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBottomMargin(ISchematicInMemoryFeature container, double margin) throws IOException, AutomationException
container
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)margin
- The margin (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 |