public class ImageResourceImpl extends ResourceImpl implements ImageResource
format, id, type| Constructor and Description |
|---|
ImageResourceImpl() |
ImageResourceImpl(String id) |
ImageResourceImpl(URI id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setWidth(int width) |
getFormat, getId, getService, getType, setFormat, setId, setId, setService, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormat, getId, getService, getType, setFormat, setId, setId, setService, setTypepublic ImageResourceImpl()
public ImageResourceImpl(URI id)
public ImageResourceImpl(String id) throws URISyntaxException
URISyntaxExceptionpublic int getHeight()
getHeight in interface ImageResourcepublic void setHeight(int height)
setHeight in interface ImageResourcepublic int getWidth()
getWidth in interface ImageResourcepublic void setWidth(int width)
setWidth in interface ImageResourceCopyright © 2016. All rights reserved.