public static class ImageBorderValue.Value_I64 extends ImageBorder_S64
| Constructor and Description |
|---|
Value_I64(ImageSInt64 image,
long value) |
Value_I64(long value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getOutside(int x,
int y) |
void |
setOutside(int x,
int y,
long val) |
get, getGeneral, set, setGeneralgetImage, setImagepublic Value_I64(ImageSInt64 image, long value)
public Value_I64(long value)
public long getOutside(int x,
int y)
getOutside in class ImageBorder_S64public void setOutside(int x,
int y,
long val)
setOutside in class ImageBorder_S64