Class TracePainterDisc

    • Constructor Summary

      Constructors 
      Constructor Description
      TracePainterDisc()
      Creates an instance with a default disc size of 4.
      TracePainterDisc​(int discSize)
      Creates an instance with the given disc size.
    • Constructor Detail

      • TracePainterDisc

        public TracePainterDisc()
        Creates an instance with a default disc size of 4.

      • TracePainterDisc

        public TracePainterDisc​(int discSize)
        Creates an instance with the given disc size.
        Parameters:
        discSize - the disc size in pixel to use.