Class dnx.lr.PrintAction
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.PrintAction
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.util.DNXInstancedObject
|
+----dnx.lr.Action
|
+----dnx.lr.PrintAction
- public class PrintAction
- extends Action
Contains information maintained throughout a print() operation.
This is *NOT* self-clearing!! If you reuse a PrintAction, you *MUST*
clear it by calling clear() before you call print()!
-
maximumMultiFieldLength
-
-
out
-
-
PrintAction(OutputStream)
-
-
clear()
-
-
getNameTable()
- Return the name table.
-
getSceneContents()
- Return the current scene contents pointer.
-
printHeader()
-
-
replaceNameTable(ScenePrintNameTable)
- Set a new name table and return the old one.
-
replaceSceneContents(SceneContents)
- Set a new scene contents pointer table and return the old one.
out
public VRMLPrintStream out
maximumMultiFieldLength
public int maximumMultiFieldLength
PrintAction
public PrintAction(OutputStream o)
printHeader
public void printHeader()
clear
public void clear()
replaceNameTable
public ScenePrintNameTable replaceNameTable(ScenePrintNameTable newNameTable)
- Set a new name table and return the old one.
getNameTable
public ScenePrintNameTable getNameTable()
- Return the name table.
replaceSceneContents
public SceneContents replaceSceneContents(SceneContents newSceneContents)
- Set a new scene contents pointer table and return the old one.
getSceneContents
public SceneContents getSceneContents()
- Return the current scene contents pointer.
All Packages Class Hierarchy This Package Previous Next Index