@FunctionalInterface
public interface FrameListener
API.addFrameListener()
. Immediately after a full frame was rendered, that
object's frameRendered
method will be invoked.Modifier and Type | Method and Description |
---|---|
void |
frameRendered()
Invoked immediately after a full frame was rendered, just before the frame
is displayed to the user.
|
void frameRendered()
API
drawing methods are called prior
to this listener, the changes will actually be delayed and they will be
applied as if the drawing methods were called within this listener.clipRect
,
copyArea
,
createSprite
,
draw3DRect
,
drawArc
,
drawChar
,
drawChars
,
drawLine
,
drawOval
,
drawPolygon
,
drawPolyline
,
drawRect
,
drawRoundRect
,
drawSprite
,
drawString
,
fill3DRect
,
fillArc
,
fillOval
,
fillPolygon
,
fillRect
,
fillRoundRect
Copyright © 2017 nintaco.com
Nintaco is free software; you can redistribute it and/or modify it under the terms of LGPLv2.1.