ClipSheet

final case
class ClipSheet(frameCount: Int, frameDuration: Seconds, wrapAt: Int, arrangement: ClipSheetArrangement, startOffset: Int)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withFPS(fps: FPS): ClipSheet
def withFrameCount(newFrameCount: Int): ClipSheet
def withFrameDuration(newFrameDuration: Seconds): ClipSheet
def withStartOffset(newStartOffset: Int): ClipSheet
def withWrapAt(newWrapAt: Int): ClipSheet

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product