Class PaintProfile


  • public class PaintProfile
    extends java.lang.Object
    Array of timings, one per paint step.
    • Constructor Summary

      Constructors 
      Constructor Description
      PaintProfile​(java.util.List<java.lang.Number> paintProfile)  
    • 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
    • Constructor Detail

      • PaintProfile

        public PaintProfile​(java.util.List<java.lang.Number> paintProfile)
    • Method Detail

      • toString

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