com.esri.arcgis.display
Interface IDisplayFilter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDimDisplayFilter, ITransparencyDisplayFilter
All Known Implementing Classes:
DimDisplayFilter, IDimDisplayFilterProxy, IDisplayFilterProxy, ITransparencyDisplayFilterProxy, TransparencyDisplayFilter

public interface IDisplayFilter
extends java.io.Serializable

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

Description: 'Provides access to members that control the display filter.' 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 IID19f85377_1387_11d3_b89c_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void apply(int backgroundHDC, int foregroundHDC, int destinationHDC, int clipLeft, int clipTop, int clipRight, int clipBottom, int destinationLeft, int destinationTop)
          Takes the latest drawing found in the foreground bitmap and applies it to the background bitmap, sending the results to the destination bitmap.
 int getBackgroundRGB()
          RGB value of the filter background color.
 int getFlags()
          Filter flags.
 void setBackgroundRGB(int rGB)
          RGB value of the filter background color.
 void setFlags(int flags)
          Filter flags.
 

Field Detail

IID19f85377_1387_11d3_b89c_00600802e603

static final int IID19f85377_1387_11d3_b89c_00600802e603
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

setBackgroundRGB

void setBackgroundRGB(int rGB)
                      throws java.io.IOException,
                             AutomationException
RGB value of the filter background color.

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

getBackgroundRGB

int getBackgroundRGB()
                     throws java.io.IOException,
                            AutomationException
RGB value of the filter background color.

Returns:
The rGB (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFlags

void setFlags(int flags)
              throws java.io.IOException,
                     AutomationException
Filter flags. Multiple flags may be applied at the same time.

Parameters:
flags - A com.esri.arcgis.display.esriDisplayFilterFlags constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFlags

int getFlags()
             throws java.io.IOException,
                    AutomationException
Filter flags. Multiple flags may be applied at the same time.

Returns:
A com.esri.arcgis.display.esriDisplayFilterFlags constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

apply

void apply(int backgroundHDC,
           int foregroundHDC,
           int destinationHDC,
           int clipLeft,
           int clipTop,
           int clipRight,
           int clipBottom,
           int destinationLeft,
           int destinationTop)
           throws java.io.IOException,
                  AutomationException
Takes the latest drawing found in the foreground bitmap and applies it to the background bitmap, sending the results to the destination bitmap.

Parameters:
backgroundHDC - The backgroundHDC (A COM typedef) (in)
foregroundHDC - The foregroundHDC (A COM typedef) (in)
destinationHDC - The destinationHDC (A COM typedef) (in)
clipLeft - The clipLeft (in)
clipTop - The clipTop (in)
clipRight - The clipRight (in)
clipBottom - The clipBottom (in)
destinationLeft - The destinationLeft (in)
destinationTop - The destinationTop (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.