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 classGap.GapBuilderNested classes/interfaces inherited from class io.opentimeline.opentimelineio.Composable
Composable.ComposableBuilderNested classes/interfaces inherited from class io.opentimeline.opentimelineio.SerializableObjectWithMetadata
SerializableObjectWithMetadata.SerializableObjectWithMetadataBuilder -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedGap()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 booleanisVisible()Methods inherited from class io.opentimeline.opentimelineio.Item
getAvailableRange, getDuration, getEffects, getMarkers, getRangeInParent, getSourceRange, getTransformedTime, getTransformedTimeRange, getTrimmedRange, getTrimmedRangeInParent, getVisibleRange, isOverlapping, setSourceRange, toStringMethods inherited from class io.opentimeline.opentimelineio.SerializableObjectWithMetadata
getMetadata, getName, setMetadata, setNameMethods 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