Package net.sourceforge.plantuml.theme
Class ThemeUtils
- java.lang.Object
-
- net.sourceforge.plantuml.theme.ThemeUtils
-
public class ThemeUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ThemeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getAllThemeNames()
static String
getFilename(String filename)
static String
getFullPath(String from, String filename)
static ReadLine
getReaderTheme(String filename)
-
-
-
Method Detail
-
getAllThemeNames
public static List<String> getAllThemeNames() throws IOException
- Throws:
IOException
-
-