Class SurfaceMaskLineImpl

java.lang.Object
cz.fidentis.analyst.data.surfacemask.impl.SurfaceMask2DImpl
cz.fidentis.analyst.data.surfacemask.impl.SurfaceMaskLineImpl
All Implemented Interfaces:
SurfaceMask2D, SurfaceMaskLine

public class SurfaceMaskLineImpl extends SurfaceMask2DImpl implements SurfaceMaskLine
Class representing surface mask as a sequence of points in 2D for operations in GUI
  • Constructor Details

    • SurfaceMaskLineImpl

      public SurfaceMaskLineImpl()
      Parameterless construtor
    • SurfaceMaskLineImpl

      public SurfaceMaskLineImpl(SurfaceMaskLineImpl maskLine)
      Copy constructor
      Parameters:
      maskLine - mask to copy
  • Method Details