changeset 20158 | 1c5d22e5b898 |
parent 5506 | 202f599c92aa |
child 20458 | f2423fb3fd19 |
20157:cafca01a8e28 | 20158:1c5d22e5b898 |
---|---|
687 |
687 |
688 /** |
688 /** |
689 * Creates a new AlignmentAction. |
689 * Creates a new AlignmentAction. |
690 * |
690 * |
691 * @param nm the action name |
691 * @param nm the action name |
692 * @param a the alignment >= 0 |
692 * @param a the alignment >= 0 |
693 */ |
693 */ |
694 public AlignmentAction(String nm, int a) { |
694 public AlignmentAction(String nm, int a) { |
695 super(nm); |
695 super(nm); |
696 this.a = a; |
696 this.a = a; |
697 } |
697 } |