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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPriorityForStereotype
(java.util.Map<PName, Value> tmp) static java.util.Collection<Style>
getDeclaredStyles
(BlocLines lines, AutomaticCounter counter) static java.io.InputStream
getInputStreamForStyle
(java.lang.String filename) loadSkin
(java.lang.String filename) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DELTA_PRIORITY_FOR_STEREOTYPE
public static final int DELTA_PRIORITY_FOR_STEREOTYPE- See Also:
-
-
Constructor Details
-
StyleLoader
-
-
Method Details
-
loadSkin
- Throws:
java.io.IOException
-
getInputStreamForStyle
public static java.io.InputStream getInputStreamForStyle(java.lang.String filename) throws java.io.IOException - Throws:
java.io.IOException
-
getDeclaredStyles
public static java.util.Collection<Style> getDeclaredStyles(BlocLines lines, AutomaticCounter counter) -
addPriorityForStereotype
-