public abstract class WCRenderQueue extends Ref
Modifier and Type | Field and Description |
---|---|
protected WCGraphicsContext |
gc |
static int |
MAX_QUEUE_SIZE |
Modifier | Constructor and Description |
---|---|
protected |
WCRenderQueue(WCGraphicsContext gc) |
protected |
WCRenderQueue(WCRectangle clip,
boolean opaque) |
Modifier and Type | Method and Description |
---|---|
void |
addBuffer(ByteBuffer buffer) |
void |
decode() |
void |
decode(int fontSmoothingType) |
void |
decode(WCGraphicsContext gc) |
void |
dispose() |
protected abstract void |
disposeGraphics() |
protected abstract void |
flush() |
WCRectangle |
getClip() |
int |
getSize() |
boolean |
isEmpty() |
boolean |
isOpaque() |
String |
toString() |
@Native public static final int MAX_QUEUE_SIZE
protected final WCGraphicsContext gc
protected WCRenderQueue(WCGraphicsContext gc)
protected WCRenderQueue(WCRectangle clip, boolean opaque)
public int getSize()
public void addBuffer(ByteBuffer buffer)
public boolean isEmpty()
public void decode(WCGraphicsContext gc)
public void decode()
public void decode(int fontSmoothingType)
protected abstract void flush()
public WCRectangle getClip()
public void dispose()
protected abstract void disposeGraphics()
public boolean isOpaque()
Copyright © 2020. All rights reserved.