|
j3d.org Code | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ErrorReporter | |
| org.j3d.geom.hanim | Generalised classes describing humanioid figures that are compliant with the H-Anim 1.1 specification. |
| org.j3d.geom.particle | Generalised classes for providing particle systems in any rendering environment. |
| org.j3d.util | Generalised utility classes for using Java 3D. |
| Uses of ErrorReporter in org.j3d.geom.hanim |
| Fields in org.j3d.geom.hanim declared as ErrorReporter | |
protected ErrorReporter |
HAnimObject.errorReporter
Local reporter to put errors in |
| Methods in org.j3d.geom.hanim with parameters of type ErrorReporter | |
void |
HumanoidManager.setErrorReporter(ErrorReporter reporter)
Register an error reporter with the object so that any errors generated by the object can be reported in a nice, pretty fashion. |
void |
HAnimObject.setErrorReporter(ErrorReporter reporter)
Register an error reporter with the object so that any errors generated by the object can be reported in a nice, pretty fashion. |
void |
HAnimJoint.setErrorReporter(ErrorReporter reporter)
Register an error reporter with the object so that any errors generated by the object can be reported in a nice, pretty fashion. |
void |
HAnimHumanoid.setErrorReporter(ErrorReporter reporter)
Register an error reporter with the object so that any errors generated by the object can be reported in a nice, pretty fashion. |
| Uses of ErrorReporter in org.j3d.geom.particle |
| Fields in org.j3d.geom.particle declared as ErrorReporter | |
protected ErrorReporter |
ParticleSystemManager.errorReporter
Local reporter to put errors in |
protected ErrorReporter |
ParticleSystem.errorReporter
Local reporter to put errors in |
| Methods in org.j3d.geom.particle with parameters of type ErrorReporter | |
void |
ParticleSystemManager.setErrorReporter(ErrorReporter reporter)
Register an error reporter with the object so that any errors generated by the object can be reported in a nice, pretty fashion. |
void |
ParticleSystem.setErrorReporter(ErrorReporter reporter)
Register an error reporter with the object so that any errors generated by the object can be reported in a nice, pretty fashion. |
| Uses of ErrorReporter in org.j3d.util |
| Classes in org.j3d.util that implement ErrorReporter | |
class |
DefaultErrorReporter
An implementation of the ErrorReporter interface that just writes everything to System.out. |
| Methods in org.j3d.util that return ErrorReporter | |
static ErrorReporter |
DefaultErrorReporter.getDefaultReporter()
Fetch the common global instance of the reporter. |
|
j3d.org Code | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||