Class DXFBlockRecord

  • All Implemented Interfaces:
    DXFObject

    public class DXFBlockRecord
    extends DXFTableRecord
    Class representing a block record for use in BLOCK_RECORD table.
    Author:
    jsevy
    • Constructor Detail

      • DXFBlockRecord

        public DXFBlockRecord​(java.lang.String name)
        Create a BLOCK_RECORD table record object with specified name.
        Parameters:
        name - name of table record
    • 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 DXFTableRecord