Trait

de.sciss.fscape.stream.impl

ImageFileSeqOutImpl

Related Doc: package impl

Permalink

trait ImageFileSeqOutImpl[S <: Shape] extends ImageFileOutImpl[S]

Self Type
ImageFileSeqOutImpl[S] with NodeImpl[S]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImageFileSeqOutImpl
  2. ImageFileOutImpl
  3. InHandler
  4. NodeHasInitImpl
  5. NodeHasInit
  6. Node
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def completeAsync(): Future[Unit]

    Permalink
    Definition Classes
    Node
  2. implicit abstract def control: Control

    Permalink
    Attributes
    protected
    Definition Classes
    Node
  3. abstract def failAsync(ex: Exception): Unit

    Permalink
    Definition Classes
    Node
  4. abstract def inletIndices: InI

    Permalink
    Attributes
    protected
  5. abstract def inletsImg: IndexedSeq[InD]

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  6. abstract def launchAsync(): Future[Unit]

    Permalink
    Definition Classes
    Node
  7. abstract def layer: Layer

    Permalink
    Definition Classes
    Node
  8. abstract def numChannels: Int

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  9. abstract def shape: Shape

    Permalink
    Definition Classes
    Node
  10. abstract def specReady: Boolean

    Permalink
    Attributes
    protected
  11. abstract def template: File

    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. final def canReadImage: Boolean

    Permalink
    Attributes
    protected
  6. final def checkImagePushed(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  7. final def checkIndicesPushed(): Unit

    Permalink
    Attributes
    protected
  8. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  14. final def freeInputBuffers(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  15. final var gain: Double

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  16. final def getClass(): Class[_]

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  19. def init(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NodeHasInitImpl
  20. final def initAsync(): Future[Unit]

    Permalink
    Definition Classes
    NodeHasInitImplNodeHasInit
  21. def initSpec(spec: Spec): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  22. final def isInitialized: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    NodeHasInitImpl
  23. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final var numFrames: Int

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  28. def onPush(): Unit

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

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

    Permalink
    Definition Classes
    ImageFileOutImpl → InHandler
  31. final def openImage(f: File): Unit

    Permalink

    Resets framesWritten.

    Resets framesWritten.

    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  32. final def postStop(): Unit

    Permalink

    Calls stopped and then removes the node from the control.

    Calls stopped and then removes the node from the control.

    Definition Classes
    Node
  33. final def preStart(): Unit

    Permalink

    Final so we don't accidentally place code here.

    Final so we don't accidentally place code here. In order to initialize state, use NodeHasInitImpl and implement init.

    Definition Classes
    Node
  34. final def processChunk(inOff: Int, chunk: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  35. def processImg(): Unit

    Permalink

    Called when all of inlets1 are ready.

    Called when all of inlets1 are ready.

    Attributes
    protected
    Definition Classes
    ImageFileSeqOutImplImageFileOutImpl
  36. final def readImgInlets(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  37. final def setImageInHandlers(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  38. final def setIndicesHandler(): Unit

    Permalink
    Attributes
    protected
  39. def stopped(): Unit

    Permalink

    Subclasses can override this

    Subclasses can override this

    Attributes
    protected
    Definition Classes
    ImageFileOutImplNode
  40. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from ImageFileOutImpl[S]

Inherited from InHandler

Inherited from NodeHasInitImpl

Inherited from NodeHasInit

Inherited from Node

Inherited from AnyRef

Inherited from Any

Ungrouped