Class ConvolveOp
public class ConvolveOp : JVMBridgeBase<ConvolveOp>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
ConvolveOp
- Implements
- Inherited Members
-
JVMBridgeBase<ConvolveOp>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<ConvolveOp>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<ConvolveOp>.NewWithSignatureAndWrapsDirect<TNewClass>(string, string, params object[])JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)JVMBridgeBase.Equals(IJVMBridgeBase)
- Extension Methods
Constructors
ConvolveOp()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ConvolveOp()
ConvolveOp(Kernel)
public ConvolveOp(Kernel arg0)
Parameters
ConvolveOp(Kernel, int, RenderingHints)
public ConvolveOp(Kernel arg0, int arg1, RenderingHints arg2)
Parameters
arg0Kernelarg1intarg2RenderingHints
ConvolveOp(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public ConvolveOp(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EDGE_NO_OP
public static int EDGE_NO_OP { get; }
Property Value
EDGE_ZERO_FILL
public static int EDGE_ZERO_FILL { get; }
Property Value
EdgeCondition
public int EdgeCondition { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Kernel
public Kernel Kernel { get; }
Property Value
RenderingHints
public RenderingHints RenderingHints { get; }
Property Value
Methods
CreateCompatibleDestImage(BufferedImage, ColorModel)
public BufferedImage CreateCompatibleDestImage(BufferedImage arg0, ColorModel arg1)
Parameters
arg0BufferedImagearg1ColorModel
Returns
CreateCompatibleDestRaster(Raster)
public WritableRaster CreateCompatibleDestRaster(Raster arg0)
Parameters
Returns
Filter(BufferedImage, BufferedImage)
public BufferedImage Filter(BufferedImage arg0, BufferedImage arg1)
Parameters
arg0BufferedImagearg1BufferedImage
Returns
Filter(Raster, WritableRaster)
public WritableRaster Filter(Raster arg0, WritableRaster arg1)
Parameters
arg0Rasterarg1WritableRaster
Returns
GetBounds2D(BufferedImage)
public Rectangle2D GetBounds2D(BufferedImage arg0)
Parameters
Returns
GetBounds2D(Raster)
public Rectangle2D GetBounds2D(Raster arg0)
Parameters
Returns
GetPoint2D(Point2D, Point2D)
public Point2D GetPoint2D(Point2D arg0, Point2D arg1)
Parameters
Returns
Operators
implicit operator BufferedImageOp(ConvolveOp)
Converter from ConvolveOp to BufferedImageOp
public static implicit operator BufferedImageOp(ConvolveOp t)
Parameters
Returns
implicit operator RasterOp(ConvolveOp)
Converter from ConvolveOp to RasterOp
public static implicit operator RasterOp(ConvolveOp t)