|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jpicedt.format.input.util.AbstractRegularExpression jpicedt.format.input.util.SequenceExpression jpicedt.format.input.pstricks.PsRPutExpression
public class PsRPutExpression
Parses PsTricks's \\rput commands, either:
Field Summary | |
---|---|
static Pool.Key<PicText.HorAlign> |
KEY_RPUT_HALIGN
key entry in Pool containing the horizontal alignment parameter |
static Pool.Key<PicPoint> |
KEY_RPUT_POINT
key entry in Pool containing the (x,y) parameter |
static Pool.Key<Double> |
KEY_RPUT_ROTATION
key entry in Pool containing the (x,y) parameter |
static Pool.Key<PicText.VertAlign> |
KEY_RPUT_VALIGN
key entry in Pool containing the (x,y) parameter |
Constructor Summary | |
---|---|
PsRPutExpression(Pool pl)
|
Method Summary | |
---|---|
void |
action(ParserEvent e)
called when this SequenceExpression was successfully parsed -> reinit locals for next time |
String |
toString()
|
Methods inherited from class jpicedt.format.input.util.SequenceExpression |
---|
add, interpret |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Pool.Key<PicText.VertAlign> KEY_RPUT_VALIGN
public static final Pool.Key<PicText.HorAlign> KEY_RPUT_HALIGN
public static final Pool.Key<PicPoint> KEY_RPUT_POINT
public static final Pool.Key<Double> KEY_RPUT_ROTATION
Constructor Detail |
---|
public PsRPutExpression(Pool pl)
Method Detail |
---|
public String toString()
toString
in class SequenceExpression
public void action(ParserEvent e)
action
in class AbstractRegularExpression
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |