Trait

de.sciss.fscape.stream.impl

ImageFileSingleOutImpl

Related Doc: package impl

Permalink

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

Self Type
ImageFileSingleOutImpl[S] with NodeImpl[S]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImageFileSingleOutImpl
  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 inletsImg: IndexedSeq[InD]

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

    Permalink
    Definition Classes
    Node
  6. abstract def layer: Layer

    Permalink
    Definition Classes
    Node
  7. abstract def numChannels: Int

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

    Permalink
    Definition Classes
    Node
  9. abstract def specReady: Boolean

    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. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. final var numFrames: Int

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

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

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

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

    Permalink

    Resets framesWritten.

    Resets framesWritten.

    Attributes
    protected
    Definition Classes
    ImageFileOutImpl
  31. 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
  32. 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
  33. final def processChunk(inOff: Int, chunk: Int): Unit

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

    Permalink

    Called when all of inlets1 are ready.

    Called when all of inlets1 are ready.

    Attributes
    protected
    Definition Classes
    ImageFileSingleOutImplImageFileOutImpl
  35. final def readImgInlets(): Int

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

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

    Permalink

    Subclasses can override this

    Subclasses can override this

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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