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


Constructor Summary
UMLLineWithLabel(Line l, double angle)
           
 
Method Summary
 Point getA()
           
 int getALabel()
           
 double getAngle()
           
 Point getB()
           
 int getBLabel()
           
 Line getLine()
           
 int getLineLabel()
           
 void setA(Point a)
           
 void setALabel(int a_label)
           
 void setB(Point b)
           
 void setBLabel(int b_label)
           
 void setLineLabel(int line_label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLLineWithLabel

public UMLLineWithLabel(Line l,
                        double angle)
Method Detail

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)