|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Canvas
javax.media.j3d.Canvas3D
healpix.plot3d.gui.healpix3d.HealCanvas
public class HealCanvas
The Class HealCanvas.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.BaselineResizeBehavior |
Field Summary |
---|
Fields inherited from class javax.media.j3d.Canvas3D |
---|
FIELD_ALL, FIELD_LEFT, FIELD_RIGHT |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
HealCanvas()
Instantiates a new heal canvas. |
Method Summary | |
---|---|
BranchGroup |
createSceneGraph()
Creates the scene graph. |
RotationInterpolator |
getRotationInterpolator()
Getter. |
void |
setFace(int f)
Sets the face. |
void |
setFaces()
Sets the faces. |
void |
setNside(int nside)
Sets the nside. |
void |
setRing(int r)
Sets the ring. |
void |
setRings()
Sets the rings. |
void |
setSolidFace()
Sets the solid face. |
void |
setupScene()
Setup scene. |
void |
setViewAxis(boolean b)
Sets the view axis. |
void |
setViewFaces(boolean b)
Sets the view faces. |
void |
setViewNest(boolean b)
Sets the view nest. |
void |
setViewRing(boolean b)
Sets the view ring. |
void |
setViewRings(boolean b)
Sets the view rings. |
void |
setViewSolidFace(boolean b)
Sets the view solid face. |
void |
setViewZone(boolean b)
Sets the view zone. |
void |
setZone(int z)
Sets the zone. |
void |
showScene()
Show scene. |
Methods inherited from class java.awt.Canvas |
---|
createBufferStrategy, createBufferStrategy, getAccessibleContext, getBufferStrategy, update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HealCanvas()
Method Detail |
---|
public RotationInterpolator getRotationInterpolator()
RotateAble
getRotationInterpolator
in interface RotateAble
public BranchGroup createSceneGraph()
public void setupScene()
public void showScene()
public void setNside(int nside)
nside
- the new nsidepublic void setViewAxis(boolean b)
b
- the new view axispublic void setViewZone(boolean b)
b
- the new view zonepublic void setViewRings(boolean b)
b
- the new view ringspublic void setViewSolidFace(boolean b)
b
- the new view solid facepublic void setViewFaces(boolean b)
b
- the new view facespublic void setViewNest(boolean b)
b
- the new view nestpublic void setViewRing(boolean b)
b
- the new view ringpublic void setZone(int z)
z
- the new zonepublic void setFace(int f)
f
- the new facepublic void setRing(int r)
r
- the new ringpublic void setFaces()
public void setRings()
public void setSolidFace()
|
"Built from revision exported" | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |