|
|||||||||
| Home >> All >> jpicedt >> graphic >> io >> parser >> [ pstricks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jpicedt.graphic.io.parser.pstricks
Class PsRPutExpression

java.lang.Objectjpicedt.graphic.io.parser.AbstractRegularExpression
jpicedt.graphic.io.parser.SequenceExpression
jpicedt.graphic.io.parser.pstricks.PsRPutExpression
- All Implemented Interfaces:
- jpicedt.graphic.io.parser.ExpressionConstants
- public class PsRPutExpression
- extends jpicedt.graphic.io.parser.SequenceExpression
- implements jpicedt.graphic.io.parser.ExpressionConstants
- extends jpicedt.graphic.io.parser.SequenceExpression
\\rput[refpoint]{rotation}(x,y){stuff}
\\rput*[refpoint]{rotation}(x,y){stuff}
where :
- refpoint = B|b|t for vertical and l|r for horizontal (B = baseline), used only for psframebox and rel.
- rotation = any angle in degree or U,L,D,R,N,W,S or E.
- stuff = whatever ! (this allows in particular to rotate things)
| Nested Class Summary | |
(package private) class |
PsRPutExpression.Alignment
[hv] alignment string for \\rput, provided that stuff is an HR-argument, or a box. |
(package private) class |
PsRPutExpression.EnclosedText
handles {text} content by setting PicText's text content |
(package private) class |
PsRPutExpression.HRArgument
handles content of "{stuff}" when no other expression matches, by instanciating a PicText with "stuff" as the PicText string |
(package private) class |
PsRPutExpression.HRArgumentSucker
swallow as many chars as possible and push them in "hrArgument" buffer |
(package private) class |
PsRPutExpression.PsFrameBox
\\psframebox[param]{text}} |
| Field Summary | |
static java.lang.String |
CIRCLE_BOX
|
private java.lang.String |
horAlign
|
private java.lang.StringBuffer |
hrArgument
|
static java.lang.String |
OVAL_BOX
|
private jpicedt.graphic.io.parser.LaTeXParser.Pool |
pool
|
static java.lang.String |
RECTANGLE_BOX
|
private double |
rotation
|
private jpicedt.graphic.PicPoint |
rPutPoint
|
private java.lang.String |
vertAlign
|
| Fields inherited from class jpicedt.graphic.io.parser.SequenceExpression |
|
| Fields inherited from interface jpicedt.graphic.io.parser.ExpressionConstants |
ANY_CHAR, ANY_CHAR_EOL, ANY_SIGN, AT_LEAST, AT_MOST, DEBUG, DOUBLE, EOL, EXACTLY, INTEGER, NEGATIVE, NON_NULL, POSITIVE, STRICTLY_NEGATIVE, STRICTLY_POSITIVE, WHITE_SPACES, WHITE_SPACES_OR_EOL |
| Constructor Summary | |
PsRPutExpression(jpicedt.graphic.io.parser.LaTeXParser.Pool pl)
|
|
| Method Summary | |
void |
action(jpicedt.graphic.io.parser.ParserEvent e)
called when this SequenceExpression was successfully parsed -> reinit locals for next time |
| Methods inherited from class jpicedt.graphic.io.parser.SequenceExpression |
add, interpret, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
pool
private jpicedt.graphic.io.parser.LaTeXParser.Pool pool
vertAlign
private java.lang.String vertAlign
horAlign
private java.lang.String horAlign
rotation
private double rotation
rPutPoint
private jpicedt.graphic.PicPoint rPutPoint
hrArgument
private java.lang.StringBuffer hrArgument
RECTANGLE_BOX
public static final java.lang.String RECTANGLE_BOX
- See Also:
- Constant Field Values
CIRCLE_BOX
public static final java.lang.String CIRCLE_BOX
- See Also:
- Constant Field Values
OVAL_BOX
public static final java.lang.String OVAL_BOX
- See Also:
- Constant Field Values
| Constructor Detail |
PsRPutExpression
public PsRPutExpression(jpicedt.graphic.io.parser.LaTeXParser.Pool pl)
| Method Detail |
action
public void action(jpicedt.graphic.io.parser.ParserEvent e)
- called when this SequenceExpression was successfully parsed -> reinit locals for next time
|
|||||||||
| Home >> All >> jpicedt >> graphic >> io >> parser >> [ pstricks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC