public class PSWDrawable extends PrDrawable implements HeapImage
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
static PSWDrawable |
create(RTTexture rtt) |
Graphics |
createGraphics() |
void |
flush() |
int |
getContentHeight() |
int |
getContentWidth() |
Object |
getData() |
int |
getMaxContentHeight() |
int |
getMaxContentWidth() |
int |
getPhysicalHeight() |
int |
getPhysicalWidth() |
int[] |
getPixelArray() |
int |
getScanlineStride() |
RTTexture |
getTextureObject() |
boolean |
isLost() |
void |
setContentHeight(int contentH) |
void |
setContentWidth(int contentW) |
create, getImagePool, getPixelScale, setImagePoolgetNativeBounds, lock, unlockclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPixelScalelock, unlockpublic static PSWDrawable create(RTTexture rtt)
public boolean isLost()
isLost in interface LockableResourceisLost in class PrTexture<RTTexture>public void flush()
flush in interface Filterablepublic Object getData()
getData in interface Filterablepublic int getContentWidth()
getContentWidth in interface Filterablepublic int getContentHeight()
getContentHeight in interface Filterablepublic int getMaxContentWidth()
getMaxContentWidth in interface FilterablegetMaxContentWidth in class PrDrawablepublic int getMaxContentHeight()
getMaxContentHeight in interface FilterablegetMaxContentHeight in class PrDrawablepublic void setContentWidth(int contentW)
setContentWidth in interface FilterablesetContentWidth in class PrDrawablepublic void setContentHeight(int contentH)
setContentHeight in interface FilterablesetContentHeight in class PrDrawablepublic int getPhysicalWidth()
getPhysicalWidth in interface Filterablepublic int getPhysicalHeight()
getPhysicalHeight in interface Filterablepublic int getScanlineStride()
getScanlineStride in interface HeapImagepublic int[] getPixelArray()
getPixelArray in interface HeapImagepublic RTTexture getTextureObject()
getTextureObject in class PrTexture<RTTexture>public Graphics createGraphics()
createGraphics in class PrDrawablepublic void clear()
clear in class PrDrawableCopyright © 2025. All rights reserved.