|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpicedt.format.output.pstricks.PicEllipseFormatter
public class PicEllipseFormatter
Formats a PicEllipse using PsTricks macros, including pstricks-add's \\psellipticarc if applicable. [SR:pending] arrows for flat ellipse
Field Summary |
---|
Fields inherited from interface jpicedt.format.output.pstricks.PstricksConstants |
---|
CR_LF, DEFAULT_FILE_WRAPPER_EPILOG, DEFAULT_FILE_WRAPPER_PROLOG, KEY_FILE_WRAPPER_EPILOG, KEY_FILE_WRAPPER_PROLOG, PST_ARROWS, PST_ARROWS_LEFT, PST_ARROWS_RIGHT, PST_COLORNAMES, PST_COLORS, RESCALING_TEX_FUNCTION |
Constructor Summary | |
---|---|
PicEllipseFormatter(PicEllipse ellipse,
PstricksFormatter factory)
|
Method Summary | |
---|---|
java.lang.String |
format()
\\rput{rotation}(centerX,centerY){\\psellipse[param](0,0)(greatAxis/2,smallAxis/2)} => plain ellipse \\rput{rotationAngle}(centerX,centerY){\qline(min,0)(max,0)} => flat ellipse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PicEllipseFormatter(PicEllipse ellipse, PstricksFormatter factory)
Method Detail |
---|
public java.lang.String format()
format
in interface Formatter
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |