Class DPoint

java.lang.Object
java.awt.geom.Point2D
at.letto.tools.tikz.DPoint
All Implemented Interfaces:
Cloneable

public class DPoint extends Point2D
  • Field Details

    • x

      private double x
    • y

      private double y
  • Constructor Details

    • DPoint

      public DPoint(double x, double y)
  • Method Details

    • toIPoint

      public IPoint toIPoint()
    • getX

      public double getX()
      Specified by:
      getX in class Point2D
    • getY

      public double getY()
      Specified by:
      getY in class Point2D
    • setLocation

      public void setLocation(double x, double y)
      Specified by:
      setLocation in class Point2D