Class DXFLine

  • All Implemented Interfaces:
    DXFObject

    public class DXFLine
    extends DXFGraphicalEntity
    Class representing a line segment.
    Author:
    jsevy
    • Constructor Detail

      • DXFLine

        public DXFLine​(RealPoint start,
                       RealPoint end,
                       DXFGraphics graphics)
        Create a line segment between the specified endpoints.
        Parameters:
        start - One endpoint
        end - The other endpoint
        graphics - The graphics object specifying parameters for this entity (color, thickness)