Class PointDirected

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

public class PointDirected extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    PointDirected(java.awt.geom.Point2D p, double angle)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final double
     
    final java.awt.geom.Point2D
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PointDirected

      public PointDirected(java.awt.geom.Point2D p, double angle)
  • Method Details

    • getPoint2D

      public final java.awt.geom.Point2D getPoint2D()
    • getAngle

      public final double getAngle()