Package net.sourceforge.plantuml.theme
Class Theme
- java.lang.Object
-
- net.sourceforge.plantuml.theme.Theme
-
public class Theme extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
StringLocated
readLine()
-
-
-
Constructor Detail
-
Theme
public Theme(ReadLine source)
-
-
Method Detail
-
readLine
public StringLocated readLine() throws java.io.IOException
- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException
- Throws:
java.io.IOException
-
-