edu.mit.sketch.uml
Class UMLLineWithLabel
java.lang.Object
|
+--edu.mit.sketch.uml.UMLLineWithLabel
- public class UMLLineWithLabel
- extends Object
UMLLineWithLabel.java
Created: Sat Dec 08 21:47:34 2001
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UMLLineWithLabel
public UMLLineWithLabel(Line l,
double angle)
getLine
public Line getLine()
setA
public void setA(Point a)
setB
public void setB(Point b)
getA
public Point getA()
getB
public Point getB()
getAngle
public double getAngle()
getALabel
public int getALabel()
getBLabel
public int getBLabel()
getLineLabel
public int getLineLabel()
setALabel
public void setALabel(int a_label)
setBLabel
public void setBLabel(int b_label)
setLineLabel
public void setLineLabel(int line_label)