public abstract class PixelIndexer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PixelIndexer.DefaultValueIndexer |
static class |
PixelIndexer.ExceptionIndexer |
static class |
PixelIndexer.MirrorImageIndexer |
static class |
PixelIndexer.NearestBorderIndexer |
Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected int |
width |
Modifier and Type | Method and Description |
---|---|
static PixelIndexer |
create(int width,
int height,
OutOfBoundsStrategy mode) |
abstract int |
getIndex(int u,
int v) |
public static PixelIndexer create(int width, int height, OutOfBoundsStrategy mode)
public abstract int getIndex(int u, int v)
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)