Uses of Enum Class
pro.verron.asciidoc.converters.svg.Theme
Packages that use Theme
-
Uses of Theme in pro.verron.asciidoc.converters.svg
Subclasses with type arguments of type Theme in pro.verron.asciidoc.converters.svgModifier and TypeClassDescriptionenumEditor theme used by the SVG converter to simulate different word-processor interfaces (Word, Google Docs, LibreOffice).Methods in pro.verron.asciidoc.converters.svg that return ThemeModifier and TypeMethodDescriptionstatic ThemeReturns the enum constant of this class with the specified name.static Theme[]Theme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pro.verron.asciidoc.converters.svg with parameters of type ThemeModifier and TypeMethodDescriptionstatic FontAsciiDocFont.getAwtFont(Theme theme, int fontSize, int weight) Returns an AWT Font for metrics calculations.