|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.writer.pdf.WriterPDF
public class WriterPDF
Nested Class Summary | |
---|---|
static class |
WriterPDF.PDF3DPreferences
|
Field Summary | |
---|---|
static String |
PDF_NAME_3D
|
static String |
PDF_NAME_3DD
|
static String |
PDF_NAME_3DV
|
static String |
PDF_NAME_3DVIEW
|
static String |
PDF_NAME_C2W
|
static String |
PDF_NAME_IN
|
static String |
PDF_NAME_MS
|
static String |
PDF_NAME_U3D
|
static String |
PDF_NAME_U3DPATH
|
static String |
PDF_NAME_XN
|
Constructor Summary | |
---|---|
WriterPDF()
|
Method Summary | |
---|---|
static void |
main(String[] args)
|
void |
setPreferences(WriterPDF.PDF3DPreferences prefs)
Sets the viewer preferences |
void |
setSize(Dimension size)
The Dimension of the 3D Annotaion. |
static void |
write(JrScene scene,
OutputStream out)
Exports a given JrScene into a PDF document. |
void |
write(SceneGraphNode c,
OutputStream out)
Exports a given SceneGraphNode into a PDF document. |
void |
writeScene(JrScene scene,
OutputStream out)
Exports a given JrScene into a PDF document. |
void |
writeScene(JrScene scene,
Writer out)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PDF_NAME_3D
public static final String PDF_NAME_3DD
public static final String PDF_NAME_3DV
public static final String PDF_NAME_3DVIEW
public static final String PDF_NAME_C2W
public static final String PDF_NAME_IN
public static final String PDF_NAME_MS
public static final String PDF_NAME_U3D
public static final String PDF_NAME_U3DPATH
public static final String PDF_NAME_XN
Constructor Detail |
---|
public WriterPDF()
Method Detail |
---|
public void write(SceneGraphNode c, OutputStream out) throws IOException
SceneGraphNode
into a PDF document.
write
in interface SceneWriter
c
- the scene graph node to exportout
- the output stream to export the data to
IOException
public void writeScene(JrScene scene, OutputStream out) throws IOException
JrScene
into a PDF document.
writeScene
in interface SceneWriter
scene
- the scene to exportout
- the output stream to export the data to
IOException
@Deprecated public void writeScene(JrScene scene, Writer out) throws IOException, UnsupportedOperationException
UnsupportedOperationException
.
writeScene
in interface SceneWriter
scene
- unusedout
- unused
IOException
UnsupportedOperationException
public static void write(JrScene scene, OutputStream out) throws IOException
JrScene
into a PDF document.
scene
- the scene to exportout
- the output stream to export the data to
IOException
public void setPreferences(WriterPDF.PDF3DPreferences prefs)
prefs
- public void setSize(Dimension size)
size
- public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |