|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScreenInvalidate
Provides access to a ScreenDisplay's refresh methods.
Method Summary | |
---|---|
IArea |
getInvalidArea()
The bounds of the invalid region. |
IEnvelope |
getInvalidEnvelope()
The bounds of the invalid region. |
void |
invalidate(IEnvelope rect,
boolean erase,
short cacheIndex)
Cause the specified area of the specified cache to redraw. |
void |
invalidateShape(IGeometry pGeometry,
double symbolSizePoints,
boolean erase,
short cacheIndex)
Cause the specified area of the specified cache to redraw. |
void |
validate(short cacheIndex)
Clear dirty flag for specified cache. |
Method Detail |
---|
IEnvelope getInvalidEnvelope() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArea getInvalidArea() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void invalidate(IEnvelope rect, boolean erase, short cacheIndex) throws IOException, AutomationException
rect
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)erase
- The erase (in)cacheIndex
- The cacheIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void invalidateShape(IGeometry pGeometry, double symbolSizePoints, boolean erase, short cacheIndex) throws IOException, AutomationException
pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)symbolSizePoints
- The symbolSizePoints (in)erase
- The erase (in)cacheIndex
- The cacheIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void validate(short cacheIndex) throws IOException, AutomationException
cacheIndex
- The cacheIndex (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 |