|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISnapGuides
COM Interface 'ISnapGuides'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the Snapping guides.' 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 |
IID31e081ab_cb02_11d1_876c_0000f8751720
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addGuide(double pos)
Adds a guide at the specified position. |
void |
draw(IDisplay display,
boolean isHorizontal)
Draw a fine line showing exactly where objects will snap. |
void |
drawHighlight(IDisplay display,
boolean isHorizontal)
Draw a highlight around the snap line for a nice visual effect. |
int |
getDrawLevel()
Level where guides are drawn. |
double |
getGuide(int idx)
The nth guide. |
int |
getGuideCount()
The number of guides. |
boolean |
isAreVisible()
Indicates if snapping guides are visible. |
void |
removeAllGuides()
Removes all the guides. |
void |
removeGuide(int idx)
Removes the nth guide. |
void |
setAreVisible(boolean areVisible)
Indicates if snapping guides are visible. |
void |
setDrawLevel(int drawLevel)
Level where guides are drawn. |
void |
setGuide(int idx,
double pos)
The nth guide. |
Field Detail |
---|
static final int IID31e081ab_cb02_11d1_876c_0000f8751720
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isAreVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAreVisible(boolean areVisible) throws java.io.IOException, AutomationException
areVisible
- The areVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDrawLevel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawLevel(int drawLevel) throws java.io.IOException, AutomationException
drawLevel
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGuideCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGuide(int idx, double pos) throws java.io.IOException, AutomationException
idx
- The idx (in)pos
- The pos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGuide(int idx) throws java.io.IOException, AutomationException
idx
- The idx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addGuide(double pos) throws java.io.IOException, AutomationException
pos
- The pos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeGuide(int idx) throws java.io.IOException, AutomationException
idx
- The idx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllGuides() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(IDisplay display, boolean isHorizontal) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)isHorizontal
- The isHorizontal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void drawHighlight(IDisplay display, boolean isHorizontal) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)isHorizontal
- The isHorizontal (in)
java.io.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 |