Class Activity

java.lang.Object
net.sourceforge.plantuml.board.Activity

public class Activity extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Activity(BoardDiagram boardDiagram, java.lang.String name, ISkinParam skinParam)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addRelease(int stage, java.lang.String label)
     
    void
     
     
    double
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getBox

      public TextBlock getBox()
    • addRelease

      public void addRelease(int stage, java.lang.String label)
    • getFullWidth

      public double getFullWidth()
    • getMaxStage

      public int getMaxStage()
    • drawMe

      public void drawMe(UGraphic ug)