Class StandardStructureTypes.StructureTypeImpl

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected StructureTypeImpl​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PDFName getName()
      Returns the name of this structure type.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StructureTypeImpl

        protected StructureTypeImpl​(java.lang.String name)
    • Method Detail

      • getName

        public PDFName getName()
        Description copied from interface: StructureType
        Returns the name of this structure type.
        Specified by:
        getName in interface StructureType
        Returns:
        the name object identifying this structure type
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object