public class PrImage extends java.lang.Object implements Filterable
| Modifier and Type | Method and Description |
|---|---|
static PrImage |
create(Image image) |
void |
flush() |
int |
getContentHeight() |
int |
getContentWidth() |
java.lang.Object |
getData() |
Image |
getImage() |
int |
getMaxContentHeight() |
int |
getMaxContentWidth() |
int |
getPhysicalHeight() |
int |
getPhysicalWidth() |
float |
getPixelScale() |
boolean |
isLost() |
void |
lock() |
void |
setContentHeight(int contentH) |
void |
setContentWidth(int contentW) |
void |
unlock() |
private final Image image
private PrImage(Image image)
public Image getImage()
public java.lang.Object getData()
getData in interface Filterablepublic int getContentWidth()
getContentWidth in interface Filterablepublic int getContentHeight()
getContentHeight in interface Filterablepublic int getPhysicalWidth()
getPhysicalWidth in interface Filterablepublic int getPhysicalHeight()
getPhysicalHeight in interface Filterablepublic float getPixelScale()
getPixelScale in interface Filterablepublic int getMaxContentWidth()
getMaxContentWidth in interface Filterablepublic int getMaxContentHeight()
getMaxContentHeight in interface Filterablepublic void setContentWidth(int contentW)
setContentWidth in interface Filterablepublic void setContentHeight(int contentH)
setContentHeight in interface Filterablepublic void lock()
lock in interface LockableResourcepublic void unlock()
unlock in interface LockableResourcepublic boolean isLost()
isLost in interface LockableResourcepublic void flush()
flush in interface Filterable