|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFillProperties
Provides access to members that control the general fill properties.
IFillProperties can be used to control the XOffset, YOffset, XSeparation, and YSeparation of IMarkerFillSymbols and IPictureFillSymbols. Use the IFillSymbol interface to set additional properties.
IFillProperties
,
IFillSymbol
,
IDotDensityFillSymbol
,
IMarkerFillSymbol
,
ILineFillSymbol
,
IMultiLayerFillSymbol
,
IGradientFillSymbol
,
IDotDensityFillSymbol2
,
IPictureFillSymbol
Method Summary | |
---|---|
double |
getXOffset()
Fill offset along X-axis. |
double |
getXSeparation()
Fill element separation along X-axis. |
double |
getYOffset()
Fill offset along Y-axis. |
double |
getYSeparation()
Fill element separation along Y-axis. |
void |
setXOffset(double xOffset)
Fill offset along X-axis. |
void |
setXSeparation(double xSeparation)
Fill element separation along X-axis. |
void |
setYOffset(double yOffset)
Fill offset along Y-axis. |
void |
setYSeparation(double ySeparation)
Fill element separation along Y-axis. |
Method Detail |
---|
double getXOffset() throws IOException, AutomationException
Offset of the Markers or Pictures in the X (horizontal) direction. Values are specified in points (approximately 1/72 of an inch). Positive values offset to the right and negative values offset to the left. The default value is 0 (zero).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXOffset(double xOffset) throws IOException, AutomationException
Offset of the Markers or Pictures in the X (horizontal) direction. Values are specified in points (approximately 1/72 of an inch). Positive values offset to the right and negative values offset to the left. The default value is 0 (zero).
xOffset
- The xOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYOffset() throws IOException, AutomationException
Offset of the Markers or Pictures in the Y (vertical) direction. Values are specified in points (approximately 1/72 of an inch). Positive values offset upwards and negative values offset downwards. The default value is 0 (zero).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYOffset(double yOffset) throws IOException, AutomationException
Offset of the Markers or Pictures in the Y (vertical) direction. Values are specified in points (approximately 1/72 of an inch). Positive values offset upwards and negative values offset downwards. The default value is 0 (zero).
yOffset
- The yOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXSeparation() throws IOException, AutomationException
Separation between repeating patterns of Markers or Pictures in the X (horizontal) direction. Values are specified in points (approximately 1/72 of an inch). Positive values increase the separation to the right and negative values decrease the spearation to the left. The default value is 0 (zero).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXSeparation(double xSeparation) throws IOException, AutomationException
Separation between repeating patterns of Markers or Pictures in the X (horizontal) direction. Values are specified in points (approximately 1/72 of an inch). Positive values increase the separation to the right and negative values decrease the spearation to the left. The default value is 0 (zero).
xSeparation
- The xSeparation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYSeparation() throws IOException, AutomationException
Separation between repeating patterns of Markers or Pictures in the Y (vertical) direction. Values are specified in points (approximately 1/72 of an inch). Positive values increase the separation upwards and negative values decrease the spearation downwards. The default value is 0 (zero).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYSeparation(double ySeparation) throws IOException, AutomationException
Separation between repeating patterns of Markers or Pictures in the Y (vertical) direction. Values are specified in points (approximately 1/72 of an inch). Positive values increase the separation upwards and negative values decrease the spearation downwards. The default value is 0 (zero).
ySeparation
- The ySeparation (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 |