X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FShiftList.java;h=e21392b19b104caca5c317c7213a66deeb323d1b;hb=40643e496b01f691c747f01d39fb03b27118fcdb;hp=ca768ae5a5dcad4b17c8c3bbce175f2379ec5b15;hpb=73fac3ff67c2b37e080569c43fc7e100829d2759;p=jalview.git diff --git a/src/jalview/util/ShiftList.java b/src/jalview/util/ShiftList.java index ca768ae..e21392b 100644 --- a/src/jalview/util/ShiftList.java +++ b/src/jalview/util/ShiftList.java @@ -1,74 +1,74 @@ -package jalview.util; - -import java.util.*; - -/** - * ShiftList - * Simple way of mapping a linear series to a new linear range with new points introduced. - * Use at your own risk! - *

Title: ShiftList

- * - *

Description:

- * - *

Copyright: Copyright (c) 2004

- * - *

Company: Dundee University

- * - * @author not attributable - * @version 1.0 - */ -public class ShiftList -{ - Vector shifts; - public ShiftList() - { - shifts = new Vector(); - } - - /** - * addShift - * @param pos start position for shift (in original reference frame) - * @param shift length of shift - */ - public void addShift(int pos, int shift) - { - int sidx = 0; - int[] rshift=null; - while (sidxTitle: ShiftList

+ * + *

Description:

+ * + *

Copyright: Copyright (c) 2004

+ * + *

Company: Dundee University

+ * + * @author not attributable + * @version 1.0 + */ +public class ShiftList +{ + Vector shifts; + public ShiftList() + { + shifts = new Vector(); + } + + /** + * addShift + * @param pos start position for shift (in original reference frame) + * @param shift length of shift + */ + public void addShift(int pos, int shift) + { + int sidx = 0; + int[] rshift=null; + while (sidx