|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaxoPreview | |
---|---|
net.sf.jaxodraw.gui.panel | GUI panels. |
net.sf.jaxodraw.io | Contains classes to handle input/output from/to external files. |
net.sf.jaxodraw.io.exports | Export classes. |
net.sf.jaxodraw.plugin | A plugin is an external piece of software that adds functionality to JaxoDraw. |
Uses of JaxoPreview in net.sf.jaxodraw.gui.panel |
---|
Methods in net.sf.jaxodraw.gui.panel with parameters of type JaxoPreview | |
---|---|
void |
JaxoUserGuide.show(JaxoPreview p)
Shows the User Guide in the given Preview. |
Constructors in net.sf.jaxodraw.gui.panel with parameters of type JaxoPreview | |
---|---|
JaxoExportPanel(Component parentc,
List<?> exportl,
JaxoPreview p)
Constructor. |
Uses of JaxoPreview in net.sf.jaxodraw.io |
---|
Methods in net.sf.jaxodraw.io that return JaxoPreview | |
---|---|
JaxoPreview |
JaxoPreview.copy()
Returns a copy (clone) of this preview. |
Uses of JaxoPreview in net.sf.jaxodraw.io.exports |
---|
Methods in net.sf.jaxodraw.io.exports with parameters of type JaxoPreview | |
---|---|
void |
JaxoExportLatexPS.preview(JaxoPreview p,
boolean sameWindow)
Show a preview. |
void |
JaxoExportLatex.preview(JaxoPreview p,
boolean sameWindow)
Show a preview. |
void |
JaxoExportPS.preview(JaxoPreview p,
boolean sameWindow)
Show a preview. |
void |
JaxoExportImg.preview(JaxoPreview p,
boolean sameWindow)
Show a preview. |
Uses of JaxoPreview in net.sf.jaxodraw.plugin |
---|
Methods in net.sf.jaxodraw.plugin with parameters of type JaxoPreview | |
---|---|
void |
JaxoExportPlugin.preview(JaxoPreview p)
Show a preview in a new window. |
abstract void |
JaxoExportPlugin.preview(JaxoPreview p,
boolean sameWindow)
Show a preview. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |