Package | Description |
---|---|
jpicedt.format.input.util |
This package contains helper classes for building a parser based on the well-known RegExp scheme,
yet with a strong object-oriented approach in mind.
|
jpicedt.graphic |
jPicEdt library core classes and packages.
|
jpicedt.graphic.io.parser |
Contains classes for the JPIC-XML parser.
|
Modifier and Type | Class and Description |
---|---|
class |
REParserException
An Exception manager to be used by RE-parsers (i.e.
|
static class |
REParserException.BeginGroupMismatch
a "begin group" has no matching "end group"
|
static class |
REParserException.BlockMismatch
a closing delimiter has no matching opening delimiter (see EnclosingExpression)
|
static class |
REParserException.EndGroupMismatch
a "end group" has no matching "begin group"
|
static class |
REParserException.EndOfPicture
the end of the picture environment was encoutered.
|
static class |
REParserException.EndOfPictureNotFound
the end of the picture environment wasn't found in the current Reader.
|
static class |
REParserException.EOF
the end of the file (or the underlying Reader) was reached abnormally, e.g.
|
static class |
REParserException.IncompleteSequence
signals an incomplete SequenceExpression
|
static class |
REParserException.NotFoundInFile
a mandatory expression wasn't found
|
static class |
REParserException.NumberFormat
aka NumberFormatException
|
static class |
REParserException.NumberSign
signals an error concerning the sign of a number (see NumericalExpression)
|
static class |
REParserException.SyntaxError
a syntax error has occured ; should be used as a last resort, when
no specific exception message applies.
|
Modifier and Type | Method and Description |
---|---|
void |
PECanvas.insert(java.io.Reader reader,
Parser parser)
insert content from a reader into the current drawing
|
void |
PECanvas.paste(boolean translate)
Add the content of the System's ClipBoard to the current drawing, then select it.
|
void |
PECanvas.paste(java.awt.datatransfer.Clipboard clipbrd,
boolean translate)
Add the content of the given ClipBoard to the current drawing, then select it.
|
void |
PECanvas.read(java.io.Reader reader,
Parser parser)
read drawing content from a reader and erase old one.
|
Modifier and Type | Class and Description |
---|---|
static class |
ParserException.UnrecognizedFileFormat
May signal that the content being currently parsed does not correspond to
any recognized/supported format
|
Modifier and Type | Method and Description |
---|---|
Drawing |
JPICParser.parse(java.io.Reader reader)
kicks off the parsing process
|
Drawing |
Parser.parse(java.io.Reader reader)
kicks off the parsing process
|
Submit a bug : syd@jpicedt.org