Package rosequartz.gfx
Class GraphicsPipeline
java.lang.Object
rosequartz.ecb.Pipeline
rosequartz.gfx.GraphicsPipeline
A pipeline capable of making calls to the 'rosequartz.graphics'-packages.
It allows multiple behaviors to be added, but they will be called sequentially.
Methods that throw 'rosequartz.graphics.NotOnGraphicsThreadException' will be able to be called from this type of pipeline.
- See Also:
NotOnGraphicsThreadException
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new GraphicsPipeline.GraphicsPipeline(String name)Creates a new GraphicsPipeline.GraphicsPipeline(String name, Behavior behavior)Creates a new GraphicsPipeline.GraphicsPipeline(Behavior behavior)Creates a new GraphicsPipeline. -
Method Summary
-
Constructor Details
-
GraphicsPipeline
public GraphicsPipeline()Creates a new GraphicsPipeline. -
GraphicsPipeline
Creates a new GraphicsPipeline.- Parameters:
behavior- behavior to add to the pipeline
-
GraphicsPipeline
Creates a new GraphicsPipeline.- Parameters:
name- name of the pipeline
-
GraphicsPipeline
Creates a new GraphicsPipeline.- Parameters:
name- name of the pipelinebehavior- behavior to add to the pipeline
-
-
Method Details