|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.type1.PostscriptParser.PSElement
org.apache.fop.fonts.type1.PostscriptParser.PSVariable
public class PostscriptParser.PSVariable
An object representing a Postscript variable
Field Summary |
---|
Fields inherited from class org.apache.fop.fonts.type1.PostscriptParser.PSElement |
---|
binaryEntries, endPoint, hasMore, operator, readBinary, tokens |
Constructor Summary | |
---|---|
PostscriptParser.PSVariable(java.lang.String operator,
int startPoint)
|
Method Summary | |
---|---|
java.lang.String |
getValue()
Gets the value of the Postscript variable |
void |
parseByte(byte cur,
int pos)
Passes responsibility for processing the byte stream to the PostScript object |
void |
parseToken(java.lang.String token,
int curPos)
Delegates the parse routine to a sub class |
void |
setEndPoint(int endPoint)
Sets the end point location of the current Postscript variable. |
void |
setValue(java.lang.String value)
Sets the value of the Postscript variable value |
Methods inherited from class org.apache.fop.fonts.type1.PostscriptParser.PSElement |
---|
getBinaryEntries, getBinaryEntryByIndex, getEndPoint, getFoundUnexpected, getOperator, getStartPoint, hasMore, isInteger, parse, setFoundUnexpected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostscriptParser.PSVariable(java.lang.String operator, int startPoint)
Method Detail |
---|
public void parseToken(java.lang.String token, int curPos)
PostscriptParser.PSElement
parseToken
in class PostscriptParser.PSElement
token
- The token which to parsepublic void parseByte(byte cur, int pos)
PostscriptParser.PSElement
parseByte
in class PostscriptParser.PSElement
cur
- The byte currently being readpos
- The position of the given bytepublic void setValue(java.lang.String value)
value
- The value to setpublic java.lang.String getValue()
public void setEndPoint(int endPoint)
endPoint
- The end point location as an integer
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |