Uses of Class
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit.AlignNodesCommand.Command
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit |
-
Uses of AlignNodesCommand.Command in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit that return AlignNodesCommand.Command Modifier and Type Method Description static AlignNodesCommand.Command
AlignNodesCommand.Command. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlignNodesCommand.Command[]
AlignNodesCommand.Command. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit with parameters of type AlignNodesCommand.Command Constructor Description AlignNodesCommand(AlignNodesCommand.Command cmd, EditorSession session)
Creates a Alignment Command, used for aligning nodes.