|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.v3d.Position
jhplot.v3d.Model3d
public class Model3d
Field Summary | |
---|---|
float |
maxScale
|
float |
minScale
|
ArrayList<Object3d> |
obj
|
boolean |
persp
|
Constructor Summary | |
---|---|
Model3d(Applet app,
int width,
int height)
|
Method Summary | |
---|---|
int |
addObject(Object3d o)
|
void |
computeMatrix()
|
int |
getHight()
|
int |
getWidth()
|
boolean |
param(String name,
boolean defaultValue)
|
float |
param(String name,
float defaultValue)
|
int |
param(String name,
int defaultValue)
|
String |
param(String name,
String defaultValue)
|
Methods inherited from class jhplot.v3d.Position |
---|
copyPos, incRot, incScale, incTrans, setRot, setScale, setTrans |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float minScale
public float maxScale
public boolean persp
public ArrayList<Object3d> obj
Constructor Detail |
---|
public Model3d(Applet app, int width, int height)
Method Detail |
---|
public String param(String name, String defaultValue)
public boolean param(String name, boolean defaultValue)
public int param(String name, int defaultValue)
public float param(String name, float defaultValue)
public int addObject(Object3d o)
public void computeMatrix()
public int getWidth()
public int getHight()
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |