|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDisplayAdmin2
Provides access to members that control display administration.
This interface provides access to layer properties which are used by the framework when printing or exporting a view that contains the layer. For example, if UsesFilter = True then the layer has transparency and this triggers special actions in the export logic.
Method Summary | |
---|---|
boolean |
isDoesBlending()
Indicates whether the drawing object blends its output with the background. |
boolean |
isRequiresBanding()
Indicates whether the output from the drawing object requires banding. |
boolean |
isUsesFilter()
Indicates if the current object draws using a display filter. |
Method Detail |
---|
boolean isUsesFilter() throws IOException, AutomationException
The UsesFilter property returns true when the object in question will draw with a filter. Drawing with a filter means means that an object that would normally draw as vector graphics will instead draw as raster. The UsesFilter property is particularly useful for detecting vector map layers that will be rasterized at time of print or export.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRequiresBanding() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDoesBlending() throws IOException, AutomationException
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 |