default
tkminnie
tkminnietkminnie.MinnieDrawablealloc(int maxDrawBufSize) : boolean - Allocate drawable buffers
begin() - Begin drawable setup.
draw() - Render drawable.
end() - Finish drawable setup.
free() - Free vertex buffer object and client-side system memory buffers
freeGL() - Free vertex buffer object
getBackgroundColor() : int - Query background color in packed ARGB32 format
getDrawBuffer() : Buffer - Query draw-list write offset
getDrawOffset() : int - Query draw-list buffer write offset
getEnableDebug() : boolean - Query debug mode (draw-list execution)
getGLBuffer() : Buffer - Query vertex attribute buffer
getGLOffset() : int - Query vertex attribute buffer write offset
getRotation() : float - Query rotation angle
getScaleX() : float - Query vertical scaling factor
getScaleX() : float - Query horizontal scaling factor
getSizeX() : float - Query drawable width
getSizeY() : float - Query drawable height
getTranslationX() : float - Query horizontal translation
getTranslationY() : float - Query vertical translation
isComplete() : boolean - Check if vertex and draw-list buffers have been filled
lazyAllocGL() - Allocate vertex buffer object
onOpen() - Must be called after GL context was (re-)created (force VBO to be re-allocated)
queueGLBufUpdate() - Queue GL vertex buffer object update
reset() - Reset drawable buffer offsets
setBackgroundColor(int c32) - Set background color in packed ARGB32 format
setEnableDebug(boolean bEnable) - Enable / disable debug mode (draw-list execution)
setRotation(float a) - Set rotation angle (radian measure)
setScale2f(float sx, sy) - Set drawable scaling factors
setScaleX(float s) - Set horizontal scaling factor
setScaleY(float s) - Set vertical scaling factor
setSize2f(float w, h) - Set drawable size
setSizeX(float w) - Set drawable width
setSizeY(float h) - Set drawable height
setTranslation2f(float tx, ty) - Set drawable translation
setTranslationX(float tx) - Set horizontal translation
setTranslationY(float ty) - Set vertical translationMethod alloc | ||||||||||
Allocate drawable buffers | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method begin | |||
Begin drawable setup. | |||
Signature | |||
| |||
Description | |||
Free dynamic allocations, reset allocation stats, reset buffer write offsets, call minBegin(). |
Method draw | |||
Render drawable. | |||
Signature | |||
| |||
Description | |||
Lazy-alloc and update vertex buffer object, and execute draw-list. |
Method end | |||
Finish drawable setup. | |||
Signature | |||
| |||
Description | |||
Call minEnd(), update size and background color (first palette index), queue GL vertex buffer object update. |
Method free | |||
Free vertex buffer object and client-side system memory buffers | |||
Signature | |||
|
Method freeGL | |||
Free vertex buffer object | |||
Signature | |||
|
Method getBackgroundColor | |||||
Query background color in packed ARGB32 format | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getDrawOffset | |||||
Query draw-list buffer write offset | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getEnableDebug | |||||
Query debug mode (draw-list execution) | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getGLOffset | |||||
Query vertex attribute buffer write offset | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getRotation | |||||
Query rotation angle | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getScaleX | |||||
Query horizontal scaling factor | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getScaleX | |||||
Query vertical scaling factor | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getSizeX | |||||
Query drawable width | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getSizeY | |||||
Query drawable height | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getTranslationX | |||||
Query horizontal translation | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getTranslationY | |||||
Query vertical translation | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method isComplete | |||||
Check if vertex and draw-list buffers have been filled | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method lazyAllocGL | |||
Allocate vertex buffer object | |||
Signature | |||
|
Method onOpen | |||
Must be called after GL context was (re-)created (force VBO to be re-allocated) | |||
Signature | |||
|
Method queueGLBufUpdate | |||
Queue GL vertex buffer object update | |||
Signature | |||
| |||
Description | |||
Called by end() internally. |
Method reset | |||
Reset drawable buffer offsets | |||
Signature | |||
|
Method setBackgroundColor | |||||
Set background color in packed ARGB32 format | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setEnableDebug | |||||
Enable / disable debug mode (draw-list execution) | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setRotation | |||||
Set rotation angle (radian measure) | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setScale2f | |||||||||||||||
Set drawable scaling factors | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method setScaleX | |||||
Set horizontal scaling factor | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setScaleY | |||||
Set vertical scaling factor | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setSize2f | |||||||||||||||
Set drawable size | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method setSizeX | |||||
Set drawable width | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setSizeY | |||||
Set drawable height | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setTranslation2f | |||||||||||||||
Set drawable translation | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method setTranslationX | |||||
Set horizontal translation | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setTranslationY | |||||
Set vertical translation | |||||
Signature | |||||
| |||||
Arguments | |||||
|
auto-generated by "DOG", the TkScript document generator. Sun, 29/Mar/2026 15:30:33