|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xistrat.bean.LabelData
public class LabelData
an data object used for improved label specification: an ordered pair of faces plus an ordered pair of points
| Field Summary | |
|---|---|
EdgeData |
facePair
|
EdgeData |
pointPair
|
| Constructor Summary | |
|---|---|
LabelData()
|
|
LabelData(EdgeData facePair,
EdgeData pointPair)
|
|
| Method Summary | |
|---|---|
boolean |
isSame(LabelData label)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public EdgeData facePair
public EdgeData pointPair
| Constructor Detail |
|---|
public LabelData()
public LabelData(EdgeData facePair,
EdgeData pointPair)
| Method Detail |
|---|
public boolean isSame(LabelData label)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||