Class CompositeTemplate

  • All Implemented Interfaces:
    java.util.function.Supplier<java.nio.ByteBuffer>

    public class CompositeTemplate
    extends java.lang.Object
    implements java.util.function.Supplier<java.nio.ByteBuffer>
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositeTemplate​(java.util.LinkedList<java.nio.file.Path> renderLayers)  
    • Method Summary

      Modifier and Type Method Description
      java.nio.ByteBuffer get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompositeTemplate

        public CompositeTemplate​(java.util.LinkedList<java.nio.file.Path> renderLayers)
    • Method Detail

      • get

        public java.nio.ByteBuffer get()
        Specified by:
        get in interface java.util.function.Supplier<java.nio.ByteBuffer>