public static class FactoryGImageGray.Border_F64 extends FactoryGImageGray.GSingleBorder<ImageBorder_F64>
image| Constructor and Description |
|---|
Border_F64(ImageBorder_F64 image) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
get(int x,
int y) |
float |
getF(int index) |
java.lang.Class |
getImageType() |
boolean |
isFloatingPoint() |
void |
set(int index,
float value)
Sets pixel based on pixel value in data array
|
void |
set(int x,
int y,
java.lang.Number num)
Set's pixel value using number.
|
double |
unsafe_getD(int x,
int y)
get which returns a double, has no bounds checking.
|
float |
unsafe_getF(int x,
int y) |
getHeight, getImage, getWidth, wrappublic Border_F64(ImageBorder_F64 image)
public boolean isFloatingPoint()
public java.lang.Number get(int x,
int y)
public double unsafe_getD(int x,
int y)
GImageGraypublic float unsafe_getF(int x,
int y)
public void set(int x,
int y,
java.lang.Number num)
GImageGrayx - pixel coordinate x-valuey - pixel coordinate y-valuenum - Value of the pixelpublic void set(int index,
float value)
GImageGraypublic float getF(int index)
public java.lang.Class getImageType()