Interface IPipelineInput
- All Superinterfaces:
IPipelineNode
- All Known Subinterfaces:
IDrawingSpace
,ILayeredDrawingSpace
-
Method Summary
Methods inherited from interface de.pianoman911.mapengine.api.pipeline.IPipelineNode
destroy
-
Method Details
-
buffer
FullSpacedColorBuffer buffer()- Returns:
- the internal buffer of the drawing space
-
ctx
IPipelineContext ctx()- Returns:
- the pipeline context of this drawing space
-
flush
default void flush()Flushes the drawing space to the display using the display's pipeline
-