Package | Description |
---|---|
com.sun.scenario.effect.impl | |
com.sun.scenario.effect.impl.prism | |
com.sun.scenario.effect.impl.prism.ps | |
com.sun.scenario.effect.impl.prism.sw |
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.ref.SoftReference<PoolFilterable>> |
ImagePool.locked |
private java.util.List<java.lang.ref.SoftReference<PoolFilterable>> |
ImagePool.softPurgatory |
private java.util.List<java.lang.ref.SoftReference<PoolFilterable>> |
ImagePool.unlocked |
Modifier and Type | Method and Description |
---|---|
PoolFilterable |
ImagePool.checkOut(Renderer renderer,
int w,
int h) |
abstract PoolFilterable |
Renderer.createCompatibleImage(int w,
int h) |
PoolFilterable |
Renderer.getCompatibleImage(int w,
int h) |
Modifier and Type | Method and Description |
---|---|
void |
ImagePool.checkIn(PoolFilterable img) |
Modifier and Type | Class and Description |
---|---|
class |
PrDrawable |
Modifier and Type | Class and Description |
---|---|
class |
PPSDrawable |
Modifier and Type | Class and Description |
---|---|
class |
PSWDrawable |