|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JitterEnum | |
---|---|
org.proteinshader.gui | Holds all of the Swing GUI components and their associated listeners, including class Renderer, which is registered as a listener for the GLCanvas object that is used a drawing surface. |
org.proteinshader.gui.components.controlpanel | Holds the JPanels used in the right-side retractable control panel of the GUI. |
org.proteinshader.gui.enums | Holds the enums needed by org.proteinshader.gui and its subpackages. |
Uses of JitterEnum in org.proteinshader.gui |
---|
Methods in org.proteinshader.gui with parameters of type JitterEnum | |
---|---|
void |
MediatorImpl.jitterScene(JitterEnum jitter)
Draws the scene multiple times to an accumulation buffer while jittering the xy-coordinates a fraction of a pixel. |
void |
Renderer.jitterScene(JitterEnum jitter)
Draws the scene multiple times to an accumulation buffer while jittering the xy-coordinates a fraction of a pixel. |
void |
Mediator.jitterScene(JitterEnum jitter)
Draws the scene multiple times to an accumulation buffer while jittering the xy-coordinates a fraction of a pixel. |
Uses of JitterEnum in org.proteinshader.gui.components.controlpanel |
---|
Fields in org.proteinshader.gui.components.controlpanel declared as JitterEnum | |
---|---|
static JitterEnum |
AntialiasingPanel.DEFAULT_JITTER
Sets the initial menu selection for the number of times to jitter when applying antialiasing to the entire scene (n = 3). |
Methods in org.proteinshader.gui.components.controlpanel with parameters of type JitterEnum | |
---|---|
void |
AntialiasingPanel.antialiasScene(JitterEnum jitter)
The jitter value given as an argument is only applied to the scene if the 'Antialias entire scene' checkbox is currently selected. |
Uses of JitterEnum in org.proteinshader.gui.enums |
---|
Methods in org.proteinshader.gui.enums that return JitterEnum | |
---|---|
static JitterEnum |
JitterEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JitterEnum[] |
JitterEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |