Modifier and Type | Method and Description |
---|---|
static TextFormat |
TextFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextFormat[] |
TextFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RendererHook.render(TextFormat format,
java.lang.String source,
java.util.Optional<java.lang.Integer> width,
java.util.Optional<java.lang.Integer> height) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DotService.render(TextFormat format,
java.lang.String dot,
java.util.Optional<java.lang.Integer> width,
java.util.Optional<java.lang.Integer> height) |
java.lang.String |
DotServiceImpl.render(TextFormat format,
java.lang.String dot,
java.util.Optional<java.lang.Integer> width,
java.util.Optional<java.lang.Integer> height) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DotRendererHooker.render(TextFormat format,
java.lang.String source,
java.util.Optional<java.lang.Integer> width,
java.util.Optional<java.lang.Integer> height) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MarkdownRendererHooker.render(TextFormat format,
java.lang.String source,
java.util.Optional<java.lang.Integer> width,
java.util.Optional<java.lang.Integer> height) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
RsFileUtils.getContentType(TextFormat format) |