Package | Description |
---|---|
com.sun.javafx.sg.prism |
Modifier and Type | Method and Description |
---|---|
static GrowableDataBuffer |
GrowableDataBuffer.getBuffer(int minsize)
Retrieve a buffer with an initial byte-encoding capacity of at least
minsize bytes. |
static GrowableDataBuffer |
GrowableDataBuffer.getBuffer(int minvals,
int minobjs)
Retrieve a buffer with an initial byte-encoding capacity of at least
minvals bytes and an initial object buffer capacity of at
least minobjs Objects. |
Modifier and Type | Method and Description |
---|---|
void |
GrowableDataBuffer.append(GrowableDataBuffer gdb)
Appends the contents of both the byte and
Object buffers in
the indicated GrowableDataBuffer to this object. |
void |
NGCanvas.handleRenderOp(int token,
GrowableDataBuffer buf,
Graphics gr,
RectBounds bounds)
Calculate bounds and/or render one single rendering operation.
|
static void |
GrowableDataBuffer.returnBuffer(GrowableDataBuffer retgdb)
Return the indicated
GrowableDataBuffer object to the pool
for reuse. |
boolean |
NGCanvas.updateRendering(GrowableDataBuffer buf) |
Copyright © 2020. All rights reserved.