Class AlignedPosition
java.lang.Object
org.biojava.nbio.structure.gui.util.AlignedPosition
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
flag if this position is equivalentstatic final int
they can be shown in the same column (for a compact display) , but they are not structurally equivalent -
Constructor Summary
-
Method Summary
-
Field Details
-
EQUIVALENT
public static final int EQUIVALENTflag if this position is equivalent- See Also:
-
NOT_ALIGNED
public static final int NOT_ALIGNEDthey can be shown in the same column (for a compact display) , but they are not structurally equivalent- See Also:
-
-
Constructor Details
-
AlignedPosition
public AlignedPosition()
-
-
Method Details
-
getPos
public int getPos(int position) -
setPos
public void setPos(int position, int pos) -
toString
-
getPos1
public int getPos1() -
setPos1
public void setPos1(int pos1) -
getPos2
public int getPos2() -
setPos2
public void setPos2(int pos2) -
getEquivalent
public int getEquivalent() -
setEquivalent
public void setEquivalent(int equivalent)
-