de::psi::telco::sumoplayer::util::LineImpl Class Reference

Inheritance diagram for de::psi::telco::sumoplayer::util::LineImpl:

de::psi::telco::sumoplayer::util::Line

Detailed Description

Definition at line 3 of file LineImpl.java.


Public Member Functions

Point getA ()
Point getB ()
 LineImpl (Point a, Point b)
 LineImpl (double ax, double ay, double bx, double by)

Private Attributes

Point a
Point b

Constructor & Destructor Documentation

de::psi::telco::sumoplayer::util::LineImpl::LineImpl ( double  ax,
double  ay,
double  bx,
double  by 
) [inline]

Definition at line 7 of file LineImpl.java.

References a, and b.

00007                                                                {
00008         this.a = new PointImpl(ax,ay);
00009         this.b = new PointImpl(bx,by);
00010     }

de::psi::telco::sumoplayer::util::LineImpl::LineImpl ( Point  a,
Point  b 
) [inline]

Definition at line 11 of file LineImpl.java.

00011                                      {
00012         this.a = a;
00013         this.b = b;
00014     }


Member Function Documentation

Point de::psi::telco::sumoplayer::util::LineImpl::getA (  )  [inline, virtual]

Returns the starting Point of this Line

Returns:

Implements de::psi::telco::sumoplayer::util::Line.

Definition at line 19 of file LineImpl.java.

References a.

00019                        {
00020         return a;
00021     }

Point de::psi::telco::sumoplayer::util::LineImpl::getB (  )  [inline, virtual]

Returns the ending Point of this Line

Returns:

Implements de::psi::telco::sumoplayer::util::Line.

Definition at line 25 of file LineImpl.java.

References b.

00025                        {
00026         return b;
00027     }


Field Documentation

Definition at line 4 of file LineImpl.java.

Referenced by getA(), and LineImpl().

Definition at line 5 of file LineImpl.java.

Referenced by getB(), and LineImpl().


The documentation for this class was generated from the following file:

Generated on Wed May 5 00:07:01 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6