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.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.