Uses of Interface
org.opencastproject.metadata.mpeg7.Textual
-
Uses of Textual in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 that implement TextualModifier and TypeClassDescriptionclassDefault implementation of aTextualBasempeg-7 element.Fields in org.opencastproject.metadata.mpeg7 declared as TextualMethods in org.opencastproject.metadata.mpeg7 that return TextualModifier and TypeMethodDescriptionVideoText.getText()Returns the text.VideoTextImpl.getText()Returns the text.Methods in org.opencastproject.metadata.mpeg7 with parameters of type TextualModifier 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.voidSets the text.voidSets the text.Constructors in org.opencastproject.metadata.mpeg7 with parameters of type TextualModifierConstructorDescriptionVideoTextImpl(String id, Textual text, Rectangle boundary, MediaTime time) Creates a newVideoTextelement with the given id, text and text boundary.