Uses of Interface
org.scijava.text.TextFormat
-
Packages that use TextFormat Package Description org.scijava.text -
-
Uses of TextFormat in org.scijava.text
Classes in org.scijava.text that implement TextFormat Modifier and Type Class Description classAbstractTextFormatAbstract superclass ofTextFormatimplementations.Methods in org.scijava.text that return TextFormat Modifier and Type Method Description default TextFormatTextService. getHandler(File file)Gets the text format which best handles the given file.Methods in org.scijava.text that return types with arguments of type TextFormat Modifier and Type Method Description List<TextFormat>TextService. getInstances()Gets the list of available text formats.Class<TextFormat>DefaultTextService. getPluginType()
-