| java.lang.Object org.apache.xmlgraphics.ps.PSResource org.apache.xmlgraphics.ps.PSProcSet
PSProcSet | public class PSProcSet extends PSResource (Code) | | PSResource subclass that represents a ProcSet resource.
|
Constructor Summary | |
public | PSProcSet(String name) Creates a new instance. | public | PSProcSet(String name, float version, int revision) Creates a new instance. |
PSProcSet | public PSProcSet(String name)(Code) | | Creates a new instance.
Parameters: name - name of the resource |
PSProcSet | public PSProcSet(String name, float version, int revision)(Code) | | Creates a new instance.
Parameters: name - name of the resource Parameters: version - version of the resource Parameters: revision - revision of the resource |
getResourceSpecification | public String getResourceSpecification()(Code) | | the specification as defined in DSC v3.0 spec. |
getRevision | public int getRevision()(Code) | | the revision |
getVersion | public float getVersion()(Code) | | the version |
|
|