Class de.unikl.AWTNode.LinePoints
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.unikl.AWTNode.LinePoints

java.lang.Object
   |
   +----de.unikl.AWTNode.LinePoints

public class LinePoints
extends Object
Only a class which stores two Points. This is useful if you want to describe a line, given with the Startpoint and the EndPoint

Variable Index

 o a
 o b

Variables

 o a
  public Point a
 o b
  public Point b

All Packages  Class Hierarchy  This Package  Previous  Next  Index