Package io.opentimeline.opentimelineio
Class Gap
java.lang.Object
- All Implemented Interfaces:
java.lang.AutoCloseable
public class Gap extends Item
Gap Item - represents a transparent gap in content.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Gap.GapBuilder
Nested classes/interfaces inherited from class io.opentimeline.opentimelineio.Composable
Composable.ComposableBuilder
Nested classes/interfaces inherited from class io.opentimeline.opentimelineio.SerializableObjectWithMetadata
SerializableObjectWithMetadata.SerializableObjectWithMetadataBuilder
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
Gap()
Gap(RationalTime duration, java.lang.String name, java.util.List<Effect> effects, java.util.List<Marker> markers, AnyDictionary metadata)
Gap(TimeRange sourceRange, java.lang.String name, java.util.List<Effect> effects, java.util.List<Marker> markers, AnyDictionary metadata)
Gap(Gap.GapBuilder builder)
-
Method Summary
Modifier and Type Method Description boolean
isVisible()
Methods inherited from class io.opentimeline.opentimelineio.Item
getAvailableRange, getDuration, getEffects, getMarkers, getRangeInParent, getSourceRange, getTransformedTime, getTransformedTimeRange, getTrimmedRange, getTrimmedRangeInParent, getVisibleRange, isOverlapping, setSourceRange, toString
Methods inherited from class io.opentimeline.opentimelineio.SerializableObjectWithMetadata
getMetadata, getName, setMetadata, setName
Methods inherited from class io.opentimeline.opentimelineio.SerializableObject
clone, currentRefCount, dynamicFields, equals, fromJSONFile, fromJSONString, isEquivalentTo, isUnknownSchema, schemaName, schemaVersion, toJSONFile, toJSONFile, toJSONString, toJSONString
-
Constructor Details
-
Gap
protected Gap() -
Gap
public Gap(TimeRange sourceRange, java.lang.String name, java.util.List<Effect> effects, java.util.List<Marker> markers, AnyDictionary metadata) -
Gap
public Gap(RationalTime duration, java.lang.String name, java.util.List<Effect> effects, java.util.List<Marker> markers, AnyDictionary metadata) -
Gap
-
-
Method Details