Package net.sourceforge.plantuml.svek
Class GeneralImageBuilder
- java.lang.Object
-
- net.sourceforge.plantuml.svek.GeneralImageBuilder
-
public final class GeneralImageBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeneralImageBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IEntityImage
createEntityImageBlock(Entity leaf, ISkinParam skinParam, boolean isHideEmptyDescriptionForState, PortionShower portionShower, Bibliotekon bibliotekon, GraphvizVersion graphvizVersion, UmlDiagramType umlDiagramType, java.util.Collection<Link> links)
static UStroke
getForcedStroke(Stereotype stereotype, ISkinParam skinParam)
-
-
-
Method Detail
-
createEntityImageBlock
public static IEntityImage createEntityImageBlock(Entity leaf, ISkinParam skinParam, boolean isHideEmptyDescriptionForState, PortionShower portionShower, Bibliotekon bibliotekon, GraphvizVersion graphvizVersion, UmlDiagramType umlDiagramType, java.util.Collection<Link> links)
-
getForcedStroke
public static UStroke getForcedStroke(Stereotype stereotype, ISkinParam skinParam)
-
-