|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Source in org.pz.platypus |
---|
Fields in org.pz.platypus declared as Source | |
---|---|
private Source |
Token.source
the file number and line number of the this token. |
Source |
ParseContext.source
|
private Source |
InputLine.source
the file # and line # for this InputLine |
Methods in org.pz.platypus that return Source | |
---|---|
Source |
Source.clone()
|
Source |
Token.getSource()
|
Source |
InputLine.getSource()
get the file number that this line appeared in. |
Methods in org.pz.platypus with parameters of type Source | |
---|---|
void |
PlatypusParser.addToken(TokenList tokens,
TokenType tokType,
java.lang.String content,
Source source)
Adds a parsed token to the ArrayList of tokens |
(package private) void |
PlatypusParser.emitEolToken(TokenList newTokens,
Source source)
Emits the so-called "soft" EOL command used when at end of line. |
int |
Command.notExecutedInCodeSection(java.lang.String command,
TokenList tl,
Source source,
GDD gdd)
Handles the situation in which a command that is not supported in a listing or code section is encountered while in one. |
int |
Command.process(char[] input,
int parsePoint,
TokenList tl,
boolean inCode,
Source source,
GDD gdd)
method for processing this command. |
void |
InputLine.setSource(Source newSource)
|
int |
PlatypusParser.writeOutText(int start,
int end,
char[] text,
TokenList tokensOut,
Source source)
Write out a set of text characters to the token list as a text token |
Constructors in org.pz.platypus with parameters of type Source | |
---|---|
InputLine(Source s,
java.lang.String text)
|
|
ParseContext(GDD gdd,
Source source,
java.lang.String content,
int startPoint)
|
|
Token(Source source,
TokenType type,
java.lang.String content)
|
|
Token(Source source,
TokenType type,
java.lang.String root,
java.lang.String content,
CommandParameter parameter)
|
Uses of Source in org.pz.platypus.commands |
---|
Methods in org.pz.platypus.commands with parameters of type Source | |
---|---|
private void |
CodeWithOptions.invalidParameterErrMessage(GDD gdd,
Source source)
|
private void |
CodeWithOptions.invalidSkipLineNumberErrMessage(GDD gdd,
Source source)
|
private void |
CodeWithOptions.invalidStartingLineNumberErrMessage(GDD gdd,
Source source)
|
protected int |
CodeWithOptions.parseSkipLineNumber(java.lang.String num,
GDD gdd,
Source source)
Extracts the line numbers on which to print line numbers in the listings. |
protected int |
CodeWithOptions.parseStartingLineNumber(java.lang.String num,
GDD gdd,
Source source)
Extracts the starting line number from the passed parameters. |
Uses of Source in org.pz.platypus.commandTypes |
---|
Methods in org.pz.platypus.commandTypes with parameters of type Source | |
---|---|
java.lang.String |
CommandR.extractRoot(GDD gdd,
Source source,
java.lang.String commandStr)
Extract the root. |
Uses of Source in org.pz.platypus.interfaces |
---|
Methods in org.pz.platypus.interfaces with parameters of type Source | |
---|---|
void |
IOutputContext.setLineNumberLast(int lineNum,
Source s)
|
void |
IOutputContext.setLineNumberSkip(int skipSize,
Source s)
|
Uses of Source in org.pz.platypus.plugin.common |
---|
Fields in org.pz.platypus.plugin.common declared as Source | |
---|---|
private Source |
Underline.source
|
Source |
DocData.Value.source
|
Methods in org.pz.platypus.plugin.common that return Source | |
---|---|
Source |
DocData.getAlignmentLine()
|
Source |
DocData.getCodeSectionLine()
|
Source |
DocData.getColumnCountLine()
|
Source |
DocData.getFirstLineIndentLine()
|
Source |
DocData.getLeadingLine()
|
Source |
DocData.getLineHeightLine()
|
Source |
DocData.getLineNumberLastLine()
|
Source |
DocData.getLineNumberSkipLine()
|
Source |
DocData.getMarginBottomLine()
|
Source |
DocData.getMarginLeftLine()
|
Source |
DocData.getMarginRightLine()
|
Source |
DocData.getMarginsMirroredLine()
|
Source |
DocData.getMarginTopLine()
|
Source |
DocData.getNoIndentLine()
|
Source |
DocData.getPageHeightLine()
|
Source |
DocData.getPageWidthLine()
|
Source |
DocData.getParagraphIndentLine()
|
Source |
DocData.getParagraphIndentRightLine()
|
Source |
DocData.getPixelsPerInchLine()
|
Source |
DocData.getUserSpecifiedColumnWidthLine()
|
Methods in org.pz.platypus.plugin.common with parameters of type Source | |
---|---|
void |
DocData.setAlignment(int newAlignment,
Source fileAndLine)
|
void |
DocData.setColumnCount(int newCount,
Source fileAndLine)
|
void |
DocData.setFirstLineIndent(float newFirstLineIndent,
Source fileAndLine)
|
void |
DocData.setInCodeSection(boolean inCode,
Source fileAndLine)
|
void |
Underline.setInEffect(boolean inEffect,
Source newSource)
|
void |
DocData.setLeading(float newLeading,
Source fileAndLine)
|
void |
DocData.setLineHeight(float newLineHeight,
Source fileAndLine)
|
void |
DocData.setLineNumberLast(int newLastLineNumber,
Source fileAndLine)
|
void |
DocData.setLineNumberSkip(int newLineNumberSkip,
Source fileAndLine)
|
void |
DocData.setMarginBottom(float val,
Source fileAndLine)
|
void |
DocData.setMarginLeft(float val,
Source fileAndLine)
|
void |
DocData.setMarginRight(float val,
Source fileAndLine)
|
void |
DocData.setMarginsMirrored(boolean trueFalse,
Source fileAndLine)
|
void |
DocData.setMarginTop(float val,
Source fileAndLine)
|
void |
DocData.setNoIndent(boolean trueFalse,
Source fileAndLine)
|
void |
DocData.setPageHeight(float val,
Source fileAndLine)
|
void |
DocData.setPageWidth(float val,
Source fileAndLine)
|
void |
DocData.setParagraphIndent(float newParagraphIndent,
Source fileAndLine)
|
void |
DocData.setParagraphIndentRight(float newParagraphIndentRight,
Source fileAndLine)
|
void |
DocData.setParagraphSkip(float val,
Source fileAndLine)
|
void |
DocData.setStrikethru(boolean newStrikethru,
Source fileAndLine)
|
void |
DocData.setUserSpecifiedColumnWidth(float newWidth,
Source fileAndLine)
|
void |
DocData.setValue(DocData.Value field,
boolean val,
Source fileAndLine,
java.lang.String name)
Sets the new boolean value, updates line number, and table in systemStrings |
void |
DocData.setValue(DocData.Value field,
float val,
Source fileAndLine,
java.lang.String name)
Sets the new float value, updates line number, and table in systemStrings |
void |
DocData.setValue(DocData.Value field,
int val,
Source fileAndLine,
java.lang.String name)
Sets the new int value, updates line number, and table in systemStrings |
Constructors in org.pz.platypus.plugin.common with parameters of type Source | |
---|---|
DocData.Value(boolean yn,
Source fileAndLine)
|
|
DocData.Value(float val,
Source fileAndLine)
|
|
DocData.Value(java.lang.String val,
Source fileAndLine)
|
Uses of Source in org.pz.platypus.plugin.html |
---|
Fields in org.pz.platypus.plugin.html declared as Source | |
---|---|
private Source |
HtmlFont.source
file and line number of last change |
(package private) Source |
HtmlData.Value.source
|
Methods in org.pz.platypus.plugin.html that return Source | |
---|---|
Source |
HtmlData.getLeadingLine()
|
Source |
HtmlData.getLineHeightLine()
|
Source |
HtmlData.getMarginBottomLine()
|
Source |
HtmlData.getMarginLeftLine()
|
Source |
HtmlData.getMarginRightLine()
|
Source |
HtmlData.getMarginTopLine()
|
Source |
HtmlData.getNoIndentLine()
|
Source |
HtmlData.getPageHeightLine()
|
Source |
HtmlFont.getSource()
|
Methods in org.pz.platypus.plugin.html with parameters of type Source | |
---|---|
void |
HtmlFont.setBold(boolean onOff,
Source newSource)
set bold on/off and re-create the iText font to record the change. |
void |
HtmlData.setColumnCount(int newCount,
Source fileAndLine)
|
void |
HtmlFont.setFace(java.lang.String newFace,
Source newSource)
|
void |
HtmlData.setFirstLineIndent(float newFirstLineIndent,
Source fileAndLine)
|
void |
HtmlData.setFontFace(java.lang.String newFontFace,
Source source)
|
void |
HtmlData.setFontSize(float newFontSize,
Source newSource)
|
void |
HtmlFont.setItalics(boolean onOff,
Source newSource)
set italics on/off and re-create the iText font to record the change. |
void |
HtmlData.setLeading(float newLeading,
Source fileAndLine)
|
void |
HtmlData.setLineHeight(float newLineHeight,
Source fileAndLine)
|
void |
HtmlData.setMarginBottom(float val,
Source fileAndLine)
|
void |
HtmlData.setMarginLeft(float val,
Source fileAndLine)
|
void |
HtmlData.setMarginRight(float val,
Source fileAndLine)
|
void |
HtmlData.setMarginTop(float val,
Source fileAndLine)
|
void |
HtmlData.setNoIndent(boolean trueFalse,
Source fileAndLine)
|
void |
HtmlData.setPageHeight(float val,
Source fileAndLine)
|
void |
HtmlData.setPageWidth(float val,
Source fileAndLine)
|
void |
HtmlFont.setSize(float newSize,
Source newSource)
|
void |
HtmlData.setUserSpecifiedColumnWidth(float newWidth,
Source fileAndLine)
|
(package private) void |
HtmlData.setValue(HtmlData.Value field,
boolean val,
Source fileAndLine,
java.lang.String name)
Sets the new boolean value, updates line number, and table in systemStrings |
(package private) void |
HtmlData.setValue(HtmlData.Value field,
float val,
Source fileAndLine,
java.lang.String name)
Sets the new float value, updates line number, and table in systemStrings |
(package private) void |
HtmlData.setValue(HtmlData.Value field,
int val,
Source fileAndLine,
java.lang.String name)
Sets the new int value, updates line number, and table in systemStrings |
Constructors in org.pz.platypus.plugin.html with parameters of type Source | |
---|---|
HtmlData.Value(boolean yn,
Source fileAndLine)
|
|
HtmlData.Value(float val,
Source fileAndLine)
|
|
HtmlData.Value(java.lang.String val,
Source fileAndLine)
|
Uses of Source in org.pz.platypus.plugin.pdf |
---|
Fields in org.pz.platypus.plugin.pdf declared as Source | |
---|---|
private Source |
PdfFont.source
file and line number of last change |
Methods in org.pz.platypus.plugin.pdf that return Source | |
---|---|
Source |
PdfData.getEolTreatmentLine()
|
Source |
PdfFont.getSource()
|
Methods in org.pz.platypus.plugin.pdf with parameters of type Source | |
---|---|
void |
PdfFont.setBold(boolean onOff,
Source newSource)
set bold on/off and re-create the iText font to record the change. |
void |
PdfData.setEolTreatment(int newEolTreatment,
Source fileAndLine)
|
void |
PdfFont.setFace(java.lang.String newFace,
Source newSource)
|
void |
PdfData.setFontFace(java.lang.String newFace,
Source newSource)
|
void |
PdfData.setFontSize(float newSize,
Source newSource)
|
void |
PdfFont.setItalics(boolean onOff,
Source newSource)
set italics on/off and re-create the iText font to record the change. |
void |
PdfFont.setSize(float newSize,
Source newSource)
|
Uses of Source in org.pz.platypus.plugin.pdf.commands |
---|
Methods in org.pz.platypus.plugin.pdf.commands with parameters of type Source | |
---|---|
void |
DefUserString.convertToTextToken(Source source,
TokenList tl)
In the event of an error, the command is converted into a series of text tokens (after the error message is shown). |
private void |
PdfPrintVariable.injectTextToken(GDD gdd,
int tokNum,
java.lang.String text,
Source source)
Injects a new text token into the TokenList, immediately after the present token. |
void |
PdfPrintVariable.issueErrorMessage(GDD gdd,
Source source,
java.lang.String macro)
|
void |
DefUserString.issueErrorMessage(GDD gdd,
Source source,
java.lang.String macro)
|
static void |
PdfRestoreFormat.restore(PdfData pdd,
Source source)
Restore the current format. |
Uses of Source in org.pz.platypus.plugin.rtf |
---|
Fields in org.pz.platypus.plugin.rtf declared as Source | |
---|---|
private Source |
RtfFont.source
file and line number of last change |
Methods in org.pz.platypus.plugin.rtf that return Source | |
---|---|
Source |
RtfData.getEolTreatmentLine()
|
Source |
RtfData.getPixelsPerInchLine()
|
Source |
RtfFont.getSource()
|
Methods in org.pz.platypus.plugin.rtf with parameters of type Source | |
---|---|
void |
RtfFont.setBold(boolean onOff,
Source newSource)
set bold on/off and re-create the iText font to record the change. |
void |
RtfData.setEolTreatment(int newEolTreatment,
Source fileAndLine)
|
void |
RtfFont.setFace(java.lang.String newFace,
Source newSource)
|
void |
RtfData.setFontFace(java.lang.String newFace,
Source newSource)
|
void |
RtfData.setFontSize(float newSize,
Source newSource)
|
void |
RtfFont.setItalics(boolean onOff,
Source newSource)
set italics on/off and re-create the iText font to record the change. |
void |
RtfFont.setSize(float newSize,
Source newSource)
|
Uses of Source in org.pz.platypus.utilities |
---|
Methods in org.pz.platypus.utilities with parameters of type Source | |
---|---|
static java.lang.String |
ErrorMsg.notAllowedInCode(GDD gdd,
java.lang.String command,
Source source)
Logs warning when a command that is not supported in a code section is encountered. |
static int |
ProcessSymbol.toToken(Source source,
TokenList tl,
java.lang.String root)
Adds the symbol to the end of the token list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |