|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.display.SymbologyEnvironment
public class SymbologyEnvironment
Controls how symbols are drawn as Graphical Device Interface (GDI) objects.
The SymbologyEnvironment coclass is a Singleton and controls certain details of how symbols are drawn as Graphical Device Interface (GDI) objects. Most developers will find it unnecessary to change the default SymbologyEnvironment properties, as the coclass is used primarily by ArcMap to set symbology options for exporting and printing.
Constructor Summary | |
---|---|
SymbologyEnvironment()
Constructs a SymbologyEnvironment using ArcGIS Engine. |
|
SymbologyEnvironment(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SymbologyEnvironment theSymbologyEnvironment = (SymbologyEnvironment) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getPictureSymbolOptions()
Output options for layers with picture symbols. |
int |
hashCode()
the hashcode for this object |
boolean |
isDisableFontAntialiasing()
Disabling fonts antialiasing in symbols. |
boolean |
isGeometryClipping()
Indicates if all geometry is clipped on output. |
boolean |
isOutputGDICommentForCMYKColor()
Indicates if a GDI comment is output for CMYK colors. |
boolean |
isOutputGDICommentForFeatureAttributes()
Indicates if a GDI comment is output for feature attributes. |
boolean |
isOutputGDICommentForGroupings()
Indicates if a GDI comment is output for groupings. |
boolean |
isOutputGDICommentForHyperlinks()
Indicates if a GDI comment is output for hyperlinks. |
boolean |
isOutputGDICommentForLayers()
Indicates if a GDI comment is output for layers. |
boolean |
isOutputGDICommentForMapsAndLayout()
Indicates if a GDI comment is output for Maps and Page Layout. |
boolean |
isOutputGDICommentForText()
Indicates if a GDI comment is output for text. |
boolean |
isStrokeTrueTypeMarkers()
Indicates if TrueType markers are stroked. |
void |
setDisableFontAntialiasing(boolean bDisable)
Disabling fonts antialiasing in symbols. |
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 |
setOutputGDICommentForFeatureAttributes(boolean featureAttributes)
Indicates if a GDI comment is output for feature attributes. |
void |
setOutputGDICommentForGroupings(boolean grouping)
Indicates if a GDI comment is output for groupings. |
void |
setOutputGDICommentForHyperlinks(boolean hyperlinks)
Indicates if a GDI comment is output for hyperlinks. |
void |
setOutputGDICommentForLayers(boolean layers)
Indicates if a GDI comment is output for layers. |
void |
setOutputGDICommentForMapsAndLayout(boolean maps)
Indicates if a GDI comment is output for Maps and Page Layout. |
void |
setOutputGDICommentForText(boolean text)
Indicates if a GDI comment is output for text. |
void |
setPictureSymbolOptions(int options)
Output options for layers with picture symbols. |
void |
setStrokeTrueTypeMarkers(boolean strokeTrueTypeMarkers)
Indicates if TrueType markers are stroked. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public SymbologyEnvironment() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic SymbologyEnvironment(Object obj) throws IOException
SymbologyEnvironment theSymbologyEnvironment = (SymbologyEnvironment) obj;
obj
to SymbologyEnvironment
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean isOutputGDICommentForCMYKColor() throws IOException, AutomationException
isOutputGDICommentForCMYKColor
in interface ISymbologyEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGDICommentForCMYKColor(boolean pCmykColor) throws IOException, AutomationException
setOutputGDICommentForCMYKColor
in interface ISymbologyEnvironment
pCmykColor
- The pCmykColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOutputGDICommentForLayers() throws IOException, AutomationException
isOutputGDICommentForLayers
in interface ISymbologyEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGDICommentForLayers(boolean layers) throws IOException, AutomationException
setOutputGDICommentForLayers
in interface ISymbologyEnvironment
layers
- The layers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOutputGDICommentForGroupings() throws IOException, AutomationException
isOutputGDICommentForGroupings
in interface ISymbologyEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGDICommentForGroupings(boolean grouping) throws IOException, AutomationException
setOutputGDICommentForGroupings
in interface ISymbologyEnvironment
grouping
- The grouping (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOutputGDICommentForText() throws IOException, AutomationException
isOutputGDICommentForText
in interface ISymbologyEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGDICommentForText(boolean text) throws IOException, AutomationException
setOutputGDICommentForText
in interface ISymbologyEnvironment
text
- The text (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isGeometryClipping() throws IOException, AutomationException
isGeometryClipping
in interface ISymbologyEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometryClipping(boolean geometryClipping) throws IOException, AutomationException
setGeometryClipping
in interface ISymbologyEnvironment
geometryClipping
- The geometryClipping (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isStrokeTrueTypeMarkers() throws IOException, AutomationException
isStrokeTrueTypeMarkers
in interface ISymbologyEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStrokeTrueTypeMarkers(boolean strokeTrueTypeMarkers) throws IOException, AutomationException
setStrokeTrueTypeMarkers
in interface ISymbologyEnvironment
strokeTrueTypeMarkers
- The strokeTrueTypeMarkers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOutputGDICommentForFeatureAttributes() throws IOException, AutomationException
isOutputGDICommentForFeatureAttributes
in interface ISymbologyEnvironment2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGDICommentForFeatureAttributes(boolean featureAttributes) throws IOException, AutomationException
setOutputGDICommentForFeatureAttributes
in interface ISymbologyEnvironment2
featureAttributes
- The featureAttributes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOutputGDICommentForHyperlinks() throws IOException, AutomationException
isOutputGDICommentForHyperlinks
in interface ISymbologyEnvironment2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGDICommentForHyperlinks(boolean hyperlinks) throws IOException, AutomationException
setOutputGDICommentForHyperlinks
in interface ISymbologyEnvironment2
hyperlinks
- The hyperlinks (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOutputGDICommentForMapsAndLayout() throws IOException, AutomationException
isOutputGDICommentForMapsAndLayout
in interface ISymbologyEnvironment2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGDICommentForMapsAndLayout(boolean maps) throws IOException, AutomationException
setOutputGDICommentForMapsAndLayout
in interface ISymbologyEnvironment2
maps
- The maps (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPictureSymbolOptions() throws IOException, AutomationException
getPictureSymbolOptions
in interface IPictureSymbolEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPictureSymbolOptions(int options) throws IOException, AutomationException
setPictureSymbolOptions
in interface IPictureSymbolEnvironment
options
- A com.esri.arcgis.display.esriPictureSymbolOptions constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisableFontAntialiasing() throws IOException, AutomationException
isDisableFontAntialiasing
in interface IFontsInSymbolsEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisableFontAntialiasing(boolean bDisable) throws IOException, AutomationException
setDisableFontAntialiasing
in interface IFontsInSymbolsEnvironment
bDisable
- The bDisable (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 |