Class CommonCommands

java.lang.Object
net.sourceforge.plantuml.command.CommonCommands

public final class CommonCommands extends java.lang.Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addCommonCommands1(java.util.List<Command> cmds)
     
    static void
    addCommonCommands2(java.util.List<Command> cmds)
     
    static void
    addCommonHides(java.util.List<Command> cmds)
     
    static void
    addTitleCommands(java.util.List<Command> cmds)
     

    Methods inherited from class java.lang.Object

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

    • addCommonCommands1

      public static void addCommonCommands1(java.util.List<Command> cmds)
    • addCommonCommands2

      public static void addCommonCommands2(java.util.List<Command> cmds)
    • addCommonHides

      public static void addCommonHides(java.util.List<Command> cmds)
    • addTitleCommands

      public static void addTitleCommands(java.util.List<Command> cmds)