org.himinbi.j3d
Class Axes
java.lang.Object
|
+--org.himinbi.j3d.Axes
- public class Axes
- extends java.lang.Object
Field Summary |
static javax.vecmath.Color3f |
black
|
static javax.vecmath.Color3f |
blue
|
static javax.media.j3d.Material |
blueMaterial
|
static javax.vecmath.Color3f |
green
|
static javax.media.j3d.Material |
greenMaterial
|
static javax.vecmath.Color3f |
lightGray
|
static javax.vecmath.Color3f |
red
|
static javax.media.j3d.Material |
redMaterial
|
static javax.vecmath.Color3f |
white
|
Constructor Summary |
Axes(javax.media.j3d.Group parent)
|
Axes(javax.media.j3d.Group parent,
float radius,
float length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
black
public static javax.vecmath.Color3f black
white
public static javax.vecmath.Color3f white
red
public static javax.vecmath.Color3f red
green
public static javax.vecmath.Color3f green
blue
public static javax.vecmath.Color3f blue
lightGray
public static javax.vecmath.Color3f lightGray
redMaterial
public static javax.media.j3d.Material redMaterial
greenMaterial
public static javax.media.j3d.Material greenMaterial
blueMaterial
public static javax.media.j3d.Material blueMaterial
Axes
public Axes(javax.media.j3d.Group parent)
Axes
public Axes(javax.media.j3d.Group parent,
float radius,
float length)
setVisible
public void setVisible(boolean visible)
isVisible
public boolean isVisible()