Interface IPipelineInput

All Superinterfaces:
IPipelineNode
All Known Subinterfaces:
IDrawingSpace, ILayeredDrawingSpace

public interface IPipelineInput extends IPipelineNode
  • Method Summary

    Modifier and Type
    Method
    Description
     
    ctx()
     
    default void
    Flushes the drawing space to the display using the display's pipeline

    Methods inherited from interface de.pianoman911.mapengine.api.pipeline.IPipelineNode

    destroy
  • Method Details

    • buffer

      Returns:
      the internal buffer of the drawing space
    • 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