Trait

de.sciss.fscape.stream.impl

ImageFileOutImpl

Related Doc: package impl

Permalink

trait ImageFileOutImpl[S <: Shape] extends InHandler

Common building block for ImageFileOut and ImageFileSeqOut

Self Type
ImageFileOutImpl[S] with NodeImpl[S]
Linear Supertypes
InHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImageFileOutImpl
  2. InHandler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def inlets1: IndexedSeq[InD]

    Permalink
    Attributes
    protected
  2. abstract def process1(): Unit

    Permalink

    Called when all of inlets1 are ready.

    Called when all of inlets1 are ready.

    Attributes
    protected
  3. abstract def spec: Spec

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def closeImage(): Unit

    Permalink
    Attributes
    protected
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final var framesWritten: Int

    Permalink
    Attributes
    protected
  11. final def freeInputBuffers(): Unit

    Permalink
    Attributes
    protected
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final var img: BufferedImage

    Permalink
    Attributes
    protected
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final val numFrames: Int

    Permalink
    Attributes
    protected
  20. def onPush(): Unit

    Permalink
    Definition Classes
    ImageFileOutImpl → InHandler
  21. def onUpstreamFailure(ex: Throwable): Unit

    Permalink
    Definition Classes
    InHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  22. def onUpstreamFinish(): Unit

    Permalink
    Definition Classes
    InHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. final def openImage(f: File): Unit

    Permalink

    Resets framesWritten.

    Resets framesWritten.

    Attributes
    protected
  24. def preStart(): Unit

    Permalink
  25. final def processChunk(inOff: Int, chunk: Int): Unit

    Permalink
    Attributes
    protected
  26. final def readIns1(): Int

    Permalink
    Attributes
    protected
  27. def stopped(): Unit

    Permalink
    Attributes
    protected
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InHandler

Inherited from AnyRef

Inherited from Any

Ungrouped