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