Package net.sourceforge.plantuml.theme
Class ThemeUtils
java.lang.Object
net.sourceforge.plantuml.theme.ThemeUtils
public class ThemeUtils
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic java.util.List<java.lang.String>
static java.lang.String
getFilename
(java.lang.String filename) static java.lang.String
getFullPath
(java.lang.String from, java.lang.String filename) static ReadLine
getReaderTheme
(java.lang.String filename) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ThemeUtils
public ThemeUtils()
-
-
Method Details
-
getAllThemeNames
public static java.util.List<java.lang.String> getAllThemeNames() throws java.io.IOException- Throws:
java.io.IOException
-
getReaderTheme
-
getFullPath
public static java.lang.String getFullPath(java.lang.String from, java.lang.String filename) -
getFilename
public static java.lang.String getFilename(java.lang.String filename)
-