|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAdvancedShader
Access to members that allow a shader to process tiled bitmap information.
Method Summary | |
---|---|
void |
beginUpdate()
Begin updating the shader. |
void |
endUpdate()
End updating the shader. |
void |
update(int bitmapSize,
byte[] pBitmapBits,
int width,
int height,
int scanLineWidthInBytes)
Pass an image tile to the shader. |
Methods inherited from interface com.esri.arcgis.carto.IShader |
---|
processB, processG, processR |
Method Detail |
---|
void beginUpdate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void update(int bitmapSize, byte[] pBitmapBits, int width, int height, int scanLineWidthInBytes) throws IOException, AutomationException
bitmapSize
- The bitmapSize (in)pBitmapBits
- An unsigned byte (in)width
- The width (in)height
- The height (in)scanLineWidthInBytes
- The scanLineWidthInBytes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void endUpdate() 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 |