Class DXFBlockEnd

  • All Implemented Interfaces:
    DXFObject

    public class DXFBlockEnd
    extends DXFEntity
    Class representing a block end object for use with block in BLOCKs table.
    Author:
    jsevy
    • Constructor Detail

      • DXFBlockEnd

        public DXFBlockEnd​(DXFBlock block)
        Create a block end table record object for specified block.
        Parameters:
        block - Associated block
    • Method Detail

      • toDXFString

        public java.lang.String toDXFString()
        Implementation of DXFObject interface method; creates DXF text representing the object.
        Specified by:
        toDXFString in interface DXFObject
        Overrides:
        toDXFString in class DXFEntity