Uses of Class
com.jsevy.jdxf.DXFTable
-
-
Uses of DXFTable in com.jsevy.jdxf
Subclasses of DXFTable in com.jsevy.jdxf Modifier and Type Class Description class
DXFDimStyleTable
Class representing a DimStyle table; need to extend DXFTable because has some extra stuffMethods in com.jsevy.jdxf with parameters of type DXFTable Modifier and Type Method Description void
DXFDocument. addTable(DXFTable table)
Utility method used by the associated DXFGraphics object.
-