public interface Visualizer
Modifier and Type | Field and Description |
---|---|
static int |
HIGH |
static int |
LOW |
static int |
MEDIUM |
Modifier and Type | Method and Description |
---|---|
void |
buildViewable(java.lang.Object obj) |
void |
deltaLights(double d) |
double[] |
getFourMatrix() |
javax.swing.JPanel |
getPanel() |
void |
refreshDecoration(java.lang.Object obj) |
void |
setAA(boolean b) |
void |
setFourMatrix(double[] fourMatrixOrientation) |
void |
setLightsPercent(int p) |
void |
setResolution(int res) |
void |
setScaleFactor(double f) |
static final int LOW
static final int MEDIUM
static final int HIGH
javax.swing.JPanel getPanel()
void setScaleFactor(double f)
void buildViewable(java.lang.Object obj)
void refreshDecoration(java.lang.Object obj)
void deltaLights(double d)
void setLightsPercent(int p)
void setAA(boolean b)
void setResolution(int res)
void setFourMatrix(double[] fourMatrixOrientation)
double[] getFourMatrix()
Copyright © 2013. All Rights Reserved.