|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjpicedt.format.output.latex.PicParallelogramFormatter
public class PicParallelogramFormatter
Formats a PicParallelogram to the LaTeX-picture format.
| Field Summary | |
|---|---|
protected PicParallelogram |
element
the Element this formater acts upon |
protected LatexFormatter |
factory
the producing factory |
| Constructor Summary | |
|---|---|
PicParallelogramFormatter(PicParallelogram element,
LatexFormatter factory)
|
|
| Method Summary | |
|---|---|
java.lang.String |
format()
Depending on the parallelogram being rectangle or not, either use LaTeX's \\line command, or the \\rule command if the shape is to be filled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PicParallelogram element
protected LatexFormatter factory
| Constructor Detail |
|---|
public PicParallelogramFormatter(PicParallelogram element,
LatexFormatter 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 | |||||||||