public class PrImage extends Object implements Filterable
Modifier and Type | Method and Description |
---|---|
static PrImage |
create(Image image) |
void |
flush() |
int |
getContentHeight() |
int |
getContentWidth() |
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() |
public Image getImage()
public Object getData()
getData
in interface Filterable
public int getContentWidth()
getContentWidth
in interface Filterable
public int getContentHeight()
getContentHeight
in interface Filterable
public int getPhysicalWidth()
getPhysicalWidth
in interface Filterable
public int getPhysicalHeight()
getPhysicalHeight
in interface Filterable
public float getPixelScale()
getPixelScale
in interface Filterable
public int getMaxContentWidth()
getMaxContentWidth
in interface Filterable
public int getMaxContentHeight()
getMaxContentHeight
in interface Filterable
public void setContentWidth(int contentW)
setContentWidth
in interface Filterable
public void setContentHeight(int contentH)
setContentHeight
in interface Filterable
public void lock()
lock
in interface LockableResource
public void unlock()
unlock
in interface LockableResource
public boolean isLost()
isLost
in interface LockableResource
public void flush()
flush
in interface Filterable
Copyright © 2020. All rights reserved.