public class Icing3DViewer extends java.lang.Object implements Visualizer
| Modifier and Type | Field and Description |
|---|---|
(package private) IcingPoint[] |
cachedPoints |
(package private) javax.swing.JFrame |
frame |
(package private) int |
resolution |
(package private) double |
scaleFactor |
(package private) SceneGraphViewer |
sceneGraphViewer |
HIGH, LOW, MEDIUM| Constructor and Description |
|---|
Icing3DViewer() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildViewable(java.lang.Object obj) |
void |
deltaLights(double d) |
double[] |
getFourMatrix() |
javax.swing.JPanel |
getPanel() |
static void |
main(java.lang.String[] argv) |
java.awt.Color |
makeColor(java.lang.Object obj) |
IcingPoint[] |
makeDummyTree() |
void |
reallyBuildVewable(java.lang.Object obj) |
void |
reallyRefreshDecoration(java.lang.Object obj) |
void |
refreshDecoration(java.lang.Object obj) |
void |
setAA(boolean b) |
void |
setFourMatrix(double[] fmo) |
void |
setLightsPercent(int p) |
void |
setResolution(int res) |
void |
setScaleFactor(double d) |
void |
show() |
double scaleFactor
javax.swing.JFrame frame
SceneGraphViewer sceneGraphViewer
int resolution
IcingPoint[] cachedPoints
public void show()
public static void main(java.lang.String[] argv)
public IcingPoint[] makeDummyTree()
public javax.swing.JPanel getPanel()
getPanel in interface Visualizerpublic void setScaleFactor(double d)
setScaleFactor in interface Visualizerpublic void buildViewable(java.lang.Object obj)
buildViewable in interface Visualizerpublic void reallyBuildVewable(java.lang.Object obj)
public void refreshDecoration(java.lang.Object obj)
refreshDecoration in interface Visualizerpublic void reallyRefreshDecoration(java.lang.Object obj)
public void deltaLights(double d)
deltaLights in interface Visualizerpublic void setAA(boolean b)
setAA in interface Visualizerpublic void setResolution(int res)
setResolution in interface Visualizerpublic java.awt.Color makeColor(java.lang.Object obj)
public void setLightsPercent(int p)
setLightsPercent in interface Visualizerpublic void setFourMatrix(double[] fmo)
setFourMatrix in interface Visualizerpublic double[] getFourMatrix()
getFourMatrix in interface VisualizerCopyright © 2013. All Rights Reserved.