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