|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjpicedt.format.input.util.AbstractRegularExpression
jpicedt.format.input.util.SequenceExpression
jpicedt.format.input.pstricks.PsBox
public class PsBox
Parses PsTricks boxes, i.e. (depending on the "type" parameter of the constructor)
jpicedt.format.input.latex.LaTeXPutExpression or
PsRPutExpression.
The parsing code makes use of the following Pool's key/value pairs (as set by the enclosing XXXPutExpression beforehands):
| Field Summary | |
|---|---|
static String |
CIRCLE_BOX
expects a \\pscirclebox macro |
static String |
OVAL_BOX
expects a \\psovalbox macro |
static String |
RECTANGLE_BOX
expects a \\psframebox macro |
| Constructor Summary | |
|---|---|
PsBox(Pool pl,
String type)
|
|
| Method Summary | |
|---|---|
void |
action(ParserEvent e)
Called in the course of the interpret operation at the end of a SUCCESSFUL interpret operation. |
| Methods inherited from class jpicedt.format.input.util.SequenceExpression |
|---|
add, interpret, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String RECTANGLE_BOX
public static final String CIRCLE_BOX
public static final String OVAL_BOX
| Constructor Detail |
|---|
public PsBox(Pool pl,
String type)
type - RECTANGLE_BOX, CIRCLE_BOX or OVAL_BOX depending on the expected box type.| Method Detail |
|---|
public void action(ParserEvent e)
AbstractRegularExpression
action in class AbstractRegularExpression
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||