Class BlobsReport.Blob

  • Enclosing class:
    BlobsReport

    public static class BlobsReport.Blob
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double size  
      double x  
      double y  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Blob​(double x, double y, double size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • x

        public final double x
      • y

        public final double y
      • size

        public final double size
    • Constructor Detail

      • Blob

        protected Blob​(double x,
                       double y,
                       double size)
    • Method Detail

      • toString

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