net.sourceforge.plantuml.svek
Class PointDirected

java.lang.Object
  extended by net.sourceforge.plantuml.svek.PointDirected

public class PointDirected
extends Object


Constructor Summary
PointDirected(Point2D p, double angle)
           
 
Method Summary
 double getAngle()
           
 Point2D getPoint2D()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointDirected

public PointDirected(Point2D p,
                     double angle)
Method Detail

getPoint2D

public final Point2D getPoint2D()

getAngle

public final double getAngle()


Copyright © 2013. All Rights Reserved.