Class DXFTableRecord

    • Constructor Summary

      Constructors 
      Constructor Description
      DXFTableRecord()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toDXFString()
      Implementation of DXFObject interface method; just writes out subclass marker and superclass info.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DXFTableRecord

        public DXFTableRecord()
    • Method Detail

      • toDXFString

        public java.lang.String toDXFString()
        Implementation of DXFObject interface method; just writes out subclass marker and superclass info.
        Specified by:
        toDXFString in interface DXFObject
        Overrides:
        toDXFString in class DXFDatabaseObject