public abstract class ImageBorder_I64 extends ImageBorder<ImageSInt64>
ImageBorder for ImageInteger.| Modifier | Constructor and Description |
|---|---|
protected |
ImageBorder_I64() |
|
ImageBorder_I64(ImageSInt64 image) |
| Modifier and Type | Method and Description |
|---|---|
long |
get(int x,
int y) |
double |
getGeneral(int x,
int y)
Generalized non image type specific set.
|
abstract long |
getOutside(int x,
int y) |
void |
set(int x,
int y,
long value) |
abstract void |
setOutside(int x,
int y,
long value) |
getImage, setImagepublic ImageBorder_I64(ImageSInt64 image)
protected ImageBorder_I64()
public long get(int x,
int y)
public abstract long getOutside(int x,
int y)
public void set(int x,
int y,
long value)
public double getGeneral(int x,
int y)
ImageBordergetGeneral in class ImageBorder<ImageSInt64>public abstract void setOutside(int x,
int y,
long value)
Copyright © 2013. All Rights Reserved.