| Package | Description |
|---|---|
| org.scijava.plugins.text.markdown | |
| org.scijava.plugins.text.plain | |
| org.scijava.text |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkdownTextFormat
Text format for Markdown.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlainTextFormat
Plain text format, which handles vanilla .txt files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextFormat
Abstract superclass of
TextFormat implementations. |
| Modifier and Type | Method and Description |
|---|---|
default TextFormat |
TextService.getHandler(File file)
Gets the text format which best handles the given file.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextFormat> |
TextService.getInstances()
Gets the list of available text formats.
|
Class<TextFormat> |
DefaultTextService.getPluginType() |
Copyright © 2015–2022 SciJava. All rights reserved.