|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KernelFactory.ValueType | |
|---|---|
| jaitools.media.jai.kernel | Classes to create and manipulate JAI Kernel objects |
| Uses of KernelFactory.ValueType in jaitools.media.jai.kernel |
|---|
| Methods in jaitools.media.jai.kernel that return KernelFactory.ValueType | |
|---|---|
static KernelFactory.ValueType |
KernelFactory.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KernelFactory.ValueType[] |
KernelFactory.ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in jaitools.media.jai.kernel with parameters of type KernelFactory.ValueType | |
|---|---|
static javax.media.jai.KernelJAI |
KernelFactory.createAnnulus(int outerRadius,
int innerRadius,
KernelFactory.ValueType type,
float centreValue)
Creates a new KernelJAI object with an annular configuration (like a doughnut). |
static javax.media.jai.KernelJAI |
KernelFactory.createCircle(int radius,
KernelFactory.ValueType type,
float centreValue)
Creates a new KernelJAI object with a circular configuration. |
static javax.media.jai.KernelJAI |
KernelFactory.createFromShape(Shape shape,
AffineTransform transform,
KernelFactory.ValueType type,
int keyX,
int keyY,
float keyValue)
Create a new KernelJAI object by rasterizing a shape. |
static javax.media.jai.KernelJAI |
KernelFactory.createRectangle(int width,
int height,
KernelFactory.ValueType type,
int keyX,
int keyY,
float keyValue)
Creates a new KernelJAI object with a rectangular configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||