Class PSProcSet

java.lang.Object
org.apache.xmlgraphics.ps.PSResource
org.apache.xmlgraphics.ps.PSProcSet
All Implemented Interfaces:
Comparable

public class PSProcSet extends PSResource
PSResource subclass that represents a ProcSet resource.
  • Constructor Details

    • PSProcSet

      public PSProcSet(String name)
      Creates a new instance.
      Parameters:
      name - name of the resource
    • PSProcSet

      public PSProcSet(String name, float version, int revision)
      Creates a new instance.
      Parameters:
      name - name of the resource
      version - version of the resource
      revision - revision of the resource
  • Method Details

    • getVersion

      public float getVersion()
      Returns:
      the version
    • getRevision

      public int getRevision()
      Returns:
      the revision
    • getResourceSpecification

      public String getResourceSpecification()
      Overrides:
      getResourceSpecification in class PSResource
      Returns:
      the <resource> specification as defined in DSC v3.0 spec.