|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
net.sf.j3d.threeD.ui.dialogs.RenderOptionsDialog
public class RenderOptionsDialog
A RenderOptionsDialog can be used to allow the user to modify a RenderPanel object.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
RenderOptionsDialog(RenderPanel renderPanel)
Constructs a new RenderOptionsDialog that can be used to modify the specified RenderPanel object. |
|
| Method Summary | |
|---|---|
void |
apply()
Applies the changes made in this dialog to the RenderPanel object being edited. |
void |
closeDialog()
Closes (and disposes) this dialog if it is open. |
void |
hideDialog()
Hides this dialog if it is open. |
void |
showDialog()
Shows this dialog in a JFrame. |
void |
updateAllFields()
Updates all fields of this dialog so that they match the RenderPanel object being edited. |
void |
updateAntialiasingFields()
Updates the anti aliasing options fields of this dialog so that they match the RenderPanel object being edited. |
void |
updateImageHeight()
|
void |
updateImageSizeFields()
Updates the image size fields of this dialog so that they match the RenderPanel object being edited. |
void |
updateImageWidth()
|
void |
updateShadowFields()
Updates the cast shadows check box so that it displays the value of RayTracingEngine.castShadows. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RenderOptionsDialog(RenderPanel renderPanel)
| Method Detail |
|---|
public void showDialog()
showDialog in interface Dialogpublic void hideDialog()
public void closeDialog()
closeDialog in interface Dialogpublic void apply()
public void updateAllFields()
public void updateImageSizeFields()
public void updateImageWidth()
public void updateImageHeight()
public void updateAntialiasingFields()
public void updateShadowFields()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||