public abstract static class FactoryGImageGray.GSingleBase<T extends ImageGray> extends java.lang.Object implements GImageGray
| Constructor and Description |
|---|
GSingleBase(T image) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
ImageGray |
getImage() |
int |
getWidth() |
void |
wrap(ImageGray image) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getF, getImageType, isFloatingPoint, set, set, unsafe_getD, unsafe_getFpublic GSingleBase(T image)
public void wrap(ImageGray image)
wrap in interface GImageGraypublic int getWidth()
getWidth in interface GImageGraypublic int getHeight()
getHeight in interface GImageGraypublic ImageGray getImage()
getImage in interface GImageGray