Uses of Interface
org.opencastproject.metadata.mpeg7.Textual
Packages that use Textual
Package
Description
-
Uses of Textual in org.opencastproject.dictionary.api
Methods in org.opencastproject.dictionary.api that return TextualModifier and TypeMethodDescriptionDictionaryService.cleanUpText(String text) Filter the text according to the rules defined by the dictionary implementation used. -
Uses of Textual in org.opencastproject.dictionary.none
Methods in org.opencastproject.dictionary.none that return TextualModifier and TypeMethodDescriptionDictionaryServiceImpl.cleanUpText(String text) Filter the text according to the rules defined by the dictionary implementation used. -
Uses of Textual in org.opencastproject.dictionary.regexp
Methods in org.opencastproject.dictionary.regexp that return TextualModifier and TypeMethodDescriptionDictionaryServiceImpl.cleanUpText(String text) Filter the text according to the rules defined by the dictionary implementation used. -
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.