com.esri.arcgis.display
Interface ISymbologyEnvironment

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISymbologyEnvironment2
All Known Implementing Classes:
ISymbologyEnvironment2Proxy, ISymbologyEnvironmentProxy, SymbologyEnvironment

public interface ISymbologyEnvironment
extends java.io.Serializable

COM Interface 'ISymbologyEnvironment'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the environment for certain Symbol operations.' 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 IID65856cd7_ad04_11d3_9fc2_00c04f6bc8dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isGeometryClipping()
          Indicates if all geometry is clipped on output.
 boolean isOutputGDICommentForCMYKColor()
          Indicates if a GDI comment is output for CMYK colors.
 boolean isOutputGDICommentForGroupings()
          Indicates if a GDI comment is output for groupings.
 boolean isOutputGDICommentForLayers()
          Indicates if a GDI comment is output for layers.
 boolean isOutputGDICommentForText()
          Indicates if a GDI comment is output for text.
 boolean isStrokeTrueTypeMarkers()
          Indicates if TrueType markers are stroked.
 void setGeometryClipping(boolean geometryClipping)
          Indicates if all geometry is clipped on output.
 void setOutputGDICommentForCMYKColor(boolean pCmykColor)
          Indicates if a GDI comment is output for CMYK colors.
 void setOutputGDICommentForGroupings(boolean grouping)
          Indicates if a GDI comment is output for groupings.
 void setOutputGDICommentForLayers(boolean layers)
          Indicates if a GDI comment is output for layers.
 void setOutputGDICommentForText(boolean text)
          Indicates if a GDI comment is output for text.
 void setStrokeTrueTypeMarkers(boolean strokeTrueTypeMarkers)
          Indicates if TrueType markers are stroked.
 

Field Detail

IID65856cd7_ad04_11d3_9fc2_00c04f6bc8dd

static final int IID65856cd7_ad04_11d3_9fc2_00c04f6bc8dd
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isOutputGDICommentForCMYKColor

boolean isOutputGDICommentForCMYKColor()
                                       throws java.io.IOException,
                                              AutomationException
Indicates if a GDI comment is output for CMYK colors.

Returns:
The pCmykColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputGDICommentForCMYKColor

void setOutputGDICommentForCMYKColor(boolean pCmykColor)
                                     throws java.io.IOException,
                                            AutomationException
Indicates if a GDI comment is output for CMYK colors.

Parameters:
pCmykColor - The pCmykColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOutputGDICommentForLayers

boolean isOutputGDICommentForLayers()
                                    throws java.io.IOException,
                                           AutomationException
Indicates if a GDI comment is output for layers.

Returns:
The layers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputGDICommentForLayers

void setOutputGDICommentForLayers(boolean layers)
                                  throws java.io.IOException,
                                         AutomationException
Indicates if a GDI comment is output for layers.

Parameters:
layers - The layers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOutputGDICommentForGroupings

boolean isOutputGDICommentForGroupings()
                                       throws java.io.IOException,
                                              AutomationException
Indicates if a GDI comment is output for groupings.

Returns:
The grouping
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputGDICommentForGroupings

void setOutputGDICommentForGroupings(boolean grouping)
                                     throws java.io.IOException,
                                            AutomationException
Indicates if a GDI comment is output for groupings.

Parameters:
grouping - The grouping (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOutputGDICommentForText

boolean isOutputGDICommentForText()
                                  throws java.io.IOException,
                                         AutomationException
Indicates if a GDI comment is output for text.

Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputGDICommentForText

void setOutputGDICommentForText(boolean text)
                                throws java.io.IOException,
                                       AutomationException
Indicates if a GDI comment is output for text.

Parameters:
text - The text (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isGeometryClipping

boolean isGeometryClipping()
                           throws java.io.IOException,
                                  AutomationException
Indicates if all geometry is clipped on output.

Returns:
The geometryClipping
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometryClipping

void setGeometryClipping(boolean geometryClipping)
                         throws java.io.IOException,
                                AutomationException
Indicates if all geometry is clipped on output.

Parameters:
geometryClipping - The geometryClipping (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStrokeTrueTypeMarkers

boolean isStrokeTrueTypeMarkers()
                                throws java.io.IOException,
                                       AutomationException
Indicates if TrueType markers are stroked.

Returns:
The strokeTrueTypeMarkers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStrokeTrueTypeMarkers

void setStrokeTrueTypeMarkers(boolean strokeTrueTypeMarkers)
                              throws java.io.IOException,
                                     AutomationException
Indicates if TrueType markers are stroked.

Parameters:
strokeTrueTypeMarkers - The strokeTrueTypeMarkers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.