Uses of Interface
org.opencastproject.metadata.mpeg7.VideoText
-
Uses of VideoText in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 that implement VideoTextModifier and TypeClassDescriptionclassDefault implementation of the video text element.Fields in org.opencastproject.metadata.mpeg7 with type parameters of type VideoTextModifier and TypeFieldDescriptionSpatioTemporalDecompositionImpl.videoTextsThe list of videotext elementsMethods in org.opencastproject.metadata.mpeg7 that return VideoTextModifier and TypeMethodDescriptionSpatioTemporalDecomposition.addVideoText(Textual text, Rectangle boundary, MediaTime time) Adds the specified text as aVideoTextelement to the decomposition.SpatioTemporalDecompositionImpl.addVideoText(Textual text, Rectangle boundary, MediaTime time) Adds the specified text as aVideoTextelement to the decomposition.SpatioTemporalDecomposition.getVideoText()Returns all the video text elements from this decomposition.SpatioTemporalDecomposition.getVideoText(String id) Returns theVideoTextelement with the given identifier ornullif there is no such element.SpatioTemporalDecompositionImpl.getVideoText()Returns all the video text elements from this decomposition.SpatioTemporalDecompositionImpl.getVideoText(String id) Returns theVideoTextelement with the given identifier ornullif there is no such element.Methods in org.opencastproject.metadata.mpeg7 with parameters of type VideoTextModifier and TypeMethodDescriptionvoidSpatioTemporalDecomposition.addVideoText(VideoText videoText) Adds theVideoTextelement to the decomposition.voidSpatioTemporalDecompositionImpl.addVideoText(VideoText videoText) Adds theVideoTextelement to the decomposition.