Package net.sourceforge.plantuml.svek
Class GeneralImageBuilder
- java.lang.Object
-
- net.sourceforge.plantuml.svek.GeneralImageBuilder
-
public final class GeneralImageBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description GeneralImageBuilder(boolean mergeIntricated, DotData dotData, EntityFactory entityFactory, UmlSource source, Pragma pragma, StringBounder stringBounder, SName styleName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IEntityImage
buildImage(BaseFile basefile, String[] dotStrings)
static IEntityImage
createEntityImageBlock(ILeaf leaf, ISkinParam skinParam, boolean isHideEmptyDescriptionForState, PortionShower portionShower, Bibliotekon bibliotekon, GraphvizVersion graphvizVersion, UmlDiagramType umlDiagramType, Collection<Link> links)
StyleSignature
getDefaultStyleDefinitionArrow(Stereotype stereotype)
static UStroke
getForcedStroke(Stereotype stereotype, ISkinParam skinParam)
String
getWarningOrError(int warningOrError)
static TextBlock
stateHeader(IEntity group, Style style, ISkinParam skinParam)
-
-
-
Constructor Detail
-
GeneralImageBuilder
public GeneralImageBuilder(boolean mergeIntricated, DotData dotData, EntityFactory entityFactory, UmlSource source, Pragma pragma, StringBounder stringBounder, SName styleName)
-
-
Method Detail
-
createEntityImageBlock
public static IEntityImage createEntityImageBlock(ILeaf leaf, ISkinParam skinParam, boolean isHideEmptyDescriptionForState, PortionShower portionShower, Bibliotekon bibliotekon, GraphvizVersion graphvizVersion, UmlDiagramType umlDiagramType, Collection<Link> links)
-
getForcedStroke
public static UStroke getForcedStroke(Stereotype stereotype, ISkinParam skinParam)
-
getDefaultStyleDefinitionArrow
public final StyleSignature getDefaultStyleDefinitionArrow(Stereotype stereotype)
-
buildImage
public IEntityImage buildImage(BaseFile basefile, String[] dotStrings)
-
stateHeader
public static TextBlock stateHeader(IEntity group, Style style, ISkinParam skinParam)
-
getWarningOrError
public String getWarningOrError(int warningOrError)
-
-