Class DXFViewport

  • All Implemented Interfaces:
    DXFObject

    public class DXFViewport
    extends DXFTableRecord
    Class representing a viewport for use in VPORTs table.
    Author:
    jsevy
    • Constructor Summary

      Constructors 
      Constructor Description
      DXFViewport​(java.lang.String name, int viewportHeight)
      Create a VPORT table record object with specified name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toDXFString()
      Implementation of DXFObject interface method; creates DXF text representing the text style.
      • Methods inherited from class java.lang.Object

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

      • DXFViewport

        public DXFViewport​(java.lang.String name,
                           int viewportHeight)
        Create a VPORT table record object with specified name.
        Parameters:
        name - name of table record
        viewportHeight - Height of viewport
    • Method Detail

      • toDXFString

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