Package net.sourceforge.plantuml.style
Class StyleLoader
- java.lang.Object
-
- net.sourceforge.plantuml.style.StyleLoader
-
public class StyleLoader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DELTA_PRIORITY_FOR_STEREOTYPE
-
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.Map<PName,Value>
addPriorityForStereotype(java.util.Map<PName,Value> tmp)
static java.io.InputStream
getInputStreamForStyle(java.lang.String filename)
StyleBuilder
loadSkin(java.lang.String filename)
-
-
-
Field Detail
-
DELTA_PRIORITY_FOR_STEREOTYPE
public static final int DELTA_PRIORITY_FOR_STEREOTYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StyleLoader
public StyleLoader(SkinParam skinParam)
-
-
Method Detail
-
loadSkin
public StyleBuilder loadSkin(java.lang.String filename) throws java.io.IOException, StyleParsingException
- Throws:
java.io.IOException
StyleParsingException
-
getInputStreamForStyle
public static java.io.InputStream getInputStreamForStyle(java.lang.String filename) throws java.io.IOException
- Throws:
java.io.IOException
-
-