|
xmlgraphics-commons 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.ps.PSResource
public class PSResource
Represents a PostScript resource (file, font, procset etc.).
Field Summary | |
---|---|
static String |
TYPE_CIDFONT
A CIDFont resource. |
static String |
TYPE_CMAP
A CMap resource. |
static String |
TYPE_ENCODING
a procset resource |
static String |
TYPE_FILE
a file resource |
static String |
TYPE_FONT
a font resource |
static String |
TYPE_FORM
a procset resource |
static String |
TYPE_PATTERN
a procset resource |
static String |
TYPE_PROCSET
a procset resource |
Constructor Summary | |
---|---|
PSResource(String type,
String name)
Main constructor |
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
|
String |
getName()
|
String |
getResourceSpecification()
|
String |
getType()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String TYPE_FILE
public static final String TYPE_FONT
public static final String TYPE_PROCSET
public static final String TYPE_PATTERN
public static final String TYPE_FORM
public static final String TYPE_ENCODING
public static final String TYPE_CMAP
public static final String TYPE_CIDFONT
Constructor Detail |
---|
public PSResource(String type, String name)
type
- type of the resourcename
- name of the resourceMethod Detail |
---|
public String getType()
public String getName()
public String getResourceSpecification()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int compareTo(Object o)
compareTo
in interface Comparable
public String toString()
toString
in class Object
|
xmlgraphics-commons 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |