Package net.sourceforge.plantuml.style
Class StyleLoader
- java.lang.Object
-
- net.sourceforge.plantuml.style.StyleLoader
-
public class StyleLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StyleLoader(SkinParam skinParam)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Collection<Style>
getDeclaredStyles(BlocLines lines, AutomaticCounter counter)
StyleBuilder
loadSkin(java.lang.String filename)
-
-
-
Constructor Detail
-
StyleLoader
public StyleLoader(SkinParam skinParam)
-
-
Method Detail
-
loadSkin
public StyleBuilder loadSkin(java.lang.String filename) throws java.io.IOException
- Throws:
java.io.IOException
-
getDeclaredStyles
public static java.util.Collection<Style> getDeclaredStyles(BlocLines lines, AutomaticCounter counter)
-
-