|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.washington.biostr.sig.brainj3d.model.Canvas3DUtil
public class Canvas3DUtil
Title:
Description:
Copyright: Copyright (c) 2003
Company:
| Constructor Summary | |
|---|---|
Canvas3DUtil()
|
|
| Method Summary | |
|---|---|
static javax.media.j3d.Canvas3D |
getCanvas(GraphicsConfiguration gc,
boolean offscreen,
int width,
int height)
obs is called postswap. |
static BufferedImage |
getImage(javax.media.j3d.Canvas3D canvas,
BufferedImage otherBuffer)
Get the image. |
static javax.media.j3d.Transform3D |
getTransform(double[] va)
Get the transform from a vector angle. |
static double[] |
getVectorAngle(javax.media.j3d.Transform3D tForm)
Get a vector angle from a transform. |
static void |
main(String[] arg)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Canvas3DUtil()
| Method Detail |
|---|
public static javax.media.j3d.Canvas3D getCanvas(GraphicsConfiguration gc,
boolean offscreen,
int width,
int height)
offscreen - gc - obs -
public static BufferedImage getImage(javax.media.j3d.Canvas3D canvas,
BufferedImage otherBuffer)
canvas - otherBuffer -
public static double[] getVectorAngle(javax.media.j3d.Transform3D tForm)
tForm -
public static javax.media.j3d.Transform3D getTransform(double[] va)
va - a double[4] specifying {x,y,z,upAngle}
public static void main(String[] arg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||