Package org.apache.xmlgraphics.ps
Class PSProcSet
java.lang.Object
org.apache.xmlgraphics.ps.PSResource
org.apache.xmlgraphics.ps.PSProcSet
- All Implemented Interfaces:
Comparable
PSResource subclass that represents a ProcSet resource.
-
Field Summary
Fields inherited from class org.apache.xmlgraphics.ps.PSResource
TYPE_CIDFONT, TYPE_CMAP, TYPE_ENCODING, TYPE_FILE, TYPE_FONT, TYPE_FORM, TYPE_PATTERN, TYPE_PROCSET
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
float
-
Constructor Details
-
PSProcSet
Creates a new instance.- Parameters:
name
- name of the resource
-
PSProcSet
Creates a new instance.- Parameters:
name
- name of the resourceversion
- version of the resourcerevision
- revision of the resource
-
-
Method Details
-
getVersion
public float getVersion()- Returns:
- the version
-
getRevision
public int getRevision()- Returns:
- the revision
-
getResourceSpecification
- Overrides:
getResourceSpecification
in classPSResource
- Returns:
- the <resource> specification as defined in DSC v3.0 spec.
-