Java java.awt.image Kernel fields, constructors, methods, implement or subclass

Example usage for Java java.awt.image Kernel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.image Kernel.

The text is from its open source code.

Constructor

Kernel(int width, int height, float[] data)
Constructs a Kernel object from an array of floats.

Method

intgetHeight()
Returns the height of this Kernel .
intgetWidth()
Returns the width of this Kernel .