net.sourceforge.plantuml.svek
Class PointAndAngle

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

public class PointAndAngle
extends Object


Constructor Summary
PointAndAngle(Point2D pt, double angle)
           
 
Method Summary
 double getAngle()
           
 Point2D getPt()
           
 double getX()
           
 double getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointAndAngle

public PointAndAngle(Point2D pt,
                     double angle)
Method Detail

getPt

public Point2D getPt()

getAngle

public double getAngle()

getX

public double getX()

getY

public double getY()


Copyright © 2013. All Rights Reserved.