Class DXFInsert

  • All Implemented Interfaces:
    DXFObject

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

      • DXFInsert

        public DXFInsert​(DXFBlock block,
                         java.awt.geom.AffineTransform graphicsTransform,
                         DXFGraphics graphics)
        Create a DXFInsert entity to insert the supplied DXFBlock into the Entities section of the DXF output. The supplied AffineTransform is used to position/rotate the block.
        Parameters:
        block - DXFBlock to be inserted into the DXF entities output
        graphicsTransform - Transform to position/rotate the block
        graphics - Associated DXFGraphics object