Class Outline


public class Outline
extends DrawObject
Draws the outline of each object-mask.
Author:
Owen Feehan
  • Constructor Details

    • Outline

      public Outline()
      Creates with an outline-width of 1 voxel.
    • Outline

      public Outline​(int outlineWidth)
      Create with a particular outline-width.
      Parameters:
      outlineWidth - the size of the outline, in terms of the number of voxels.
    • Outline

      public Outline​(int outlineWidth, boolean includeZ)
  • Method Details