Class GFCosName

All Implemented Interfaces:
Object, CosName, CosObject
Direct Known Subclasses:
GFCosBM, GFCosFilter, GFCosIIFilter, GFCosRenderingIntent, GFCosUnicodeName

public class GFCosName extends GFCosObject implements CosName
Created by Timur on 4/10/2016.
  • Field Details

  • Constructor Details

    • GFCosName

      public GFCosName(COSName cosName)
      Default constructor
      Parameters:
      cosName - greenfield COSName
    • GFCosName

      protected GFCosName(COSName cosName, String type)
      Constructor for child classes
      Parameters:
      cosName - greenfield COSName
      type - child class type
  • Method Details

    • getinternalRepresentation

      public String getinternalRepresentation()
      Get Unicode string representation of the Name object after applying escape mechanism and converting to Unicode using Utf8 encoding
      Specified by:
      getinternalRepresentation in interface CosName