public interface RenderQueue
Modifier and Type | Method and Description |
---|---|
void |
endComponent()
Corresponds to
startComponent(ComponentResources) , used to denote when the most recently started
component finishes
rendering. |
void |
push(RenderCommand command)
Adds the new command to the front of the queue.
|
void |
startComponent(ComponentResources resources)
Indicates that a component is starting its render.
|
void push(RenderCommand command)
void startComponent(ComponentResources resources)
resources
- identifies the component that is renderingvoid endComponent()
startComponent(ComponentResources)
, used to denote when the most recently started
component finishes
rendering.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.