Package net.sourceforge.plantuml.svek
Class GroupMakerActivity
- java.lang.Object
-
- net.sourceforge.plantuml.svek.GroupMakerActivity
-
public final class GroupMakerActivity extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GroupMakerActivity(CucaDiagram diagram, Entity group, StringBounder stringBounder, DotMode dotMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HColor
getColor(ColorParam colorParam, Stereotype stereo)
StyleSignatureBasic
getDefaultStyleDefinitionGroup()
IEntityImage
getImage()
-
-
-
Constructor Detail
-
GroupMakerActivity
public GroupMakerActivity(CucaDiagram diagram, Entity group, StringBounder stringBounder, DotMode dotMode)
-
-
Method Detail
-
getDefaultStyleDefinitionGroup
public final StyleSignatureBasic getDefaultStyleDefinitionGroup()
-
getImage
public IEntityImage getImage() throws java.io.IOException, java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
-
getColor
protected final HColor getColor(ColorParam colorParam, Stereotype stereo)
-
-