Class WCursor

java.lang.Object
net.sourceforge.plantuml.wire.WCursor

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.awt.geom.Point2D
     
    void
    move(double dx, double dy)
     

    Methods inherited from class java.lang.Object

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

    • WCursor

      public WCursor()
  • Method Details

    • getPosition

      public java.awt.geom.Point2D getPosition()
    • move

      public void move(double dx, double dy)