org.xistrat.bean
Class LabelData

java.lang.Object
  extended by org.xistrat.bean.LabelData

public class LabelData
extends java.lang.Object

an data object used for improved label specification: an ordered pair of faces plus an ordered pair of points

Since:
0.6.90

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

facePair

public EdgeData facePair

pointPair

public EdgeData pointPair
Constructor Detail

LabelData

public LabelData()

LabelData

public LabelData(EdgeData facePair,
                 EdgeData pointPair)
Method Detail

isSame

public boolean isSame(LabelData label)