Class PSResource
java.lang.Object
org.apache.xmlgraphics.ps.PSResource
- All Implemented Interfaces:
Comparable
- Direct Known Subclasses:
PSProcSet
Represents a PostScript resource (file, font, procset etc.).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA CIDFont resource.static final StringA CMap resource.static final Stringa procset resourcestatic final Stringa file resourcestatic final Stringa font resourcestatic final Stringa procset resourcestatic final Stringa procset resourcestatic final Stringa procset resource -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE_FILE
-
TYPE_FONT
-
TYPE_PROCSET
-
TYPE_PATTERN
-
TYPE_FORM
-
TYPE_ENCODING
-
TYPE_CMAP
-
TYPE_CIDFONT
-
-
Constructor Details
-
PSResource
-
-
Method Details
-
getType
- Returns:
- the type of the resource
-
getName
- Returns:
- the name of the resource
-
getResourceSpecification
- Returns:
- the <resource> specification as defined in DSC v3.0 spec.
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable
-
toString
-