net.sourceforge.plantuml.componentdiagram.command
Class CommandCreateCircleInterface
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand<ComponentDiagram>
net.sourceforge.plantuml.componentdiagram.command.CommandCreateCircleInterface
- All Implemented Interfaces:
- Command
public class CommandCreateCircleInterface
- extends SingleLineCommand<ComponentDiagram>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandCreateCircleInterface
public CommandCreateCircleInterface(ComponentDiagram diagram)
isForbidden
protected boolean isForbidden(String line)
- Overrides:
isForbidden
in class SingleLineCommand<ComponentDiagram>
executeArg
protected CommandExecutionResult executeArg(List<String> arg)
- Specified by:
executeArg
in class SingleLineCommand<ComponentDiagram>
Copyright © 2011. All Rights Reserved.