Class FingerPrint

java.lang.Object
net.sourceforge.plantuml.project.draw.FingerPrint

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

    Constructors
    Constructor
    Description
    FingerPrint(double x, double y, double width, double height)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

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

    • FingerPrint

      public FingerPrint(double x, double y, double width, double height)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • overlap

      public double overlap(FingerPrint other)