|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthultig.align.SimpleChaining.Match
public static class SimpleChaining.Match
Match class defintion
Constructor Summary | |
---|---|
SimpleChaining.Match(int fA,
int tA,
int fB,
int tB,
double s)
|
Method Summary | |
---|---|
int |
getFromA()
Returns the value of fromA. |
int |
getFromB()
Returns the value of fromB. |
int |
getToA()
Returns the value of toA. |
int |
getToB()
Returns the value of toB. |
boolean |
isChainable(SimpleChaining.Match m)
|
boolean |
notOverlap(SimpleChaining.Match m)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleChaining.Match(int fA, int tA, int fB, int tB, double s)
Method Detail |
---|
public int getFromA()
public int getFromB()
public int getToA()
public int getToB()
public boolean notOverlap(SimpleChaining.Match m)
public boolean isChainable(SimpleChaining.Match m)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |