|
################################################################## Appearance3DChooser v1.1 Copyright (C) 2009 Frederic Roudaut This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ################################################################### |
|||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.appearance3Dchooser |
---|
Class com.appearance3Dchooser.Appearance3DChooser extends javax.swing.JFrame implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Appearance3DChooserPanel appearance3DPan
javax.swing.JButton ok
javax.swing.JButton cancel
javax.swing.JButton reset
javax.swing.JMenuItem info3DMenuItem
javax.swing.JMenuItem aboutMenuItem
javax.swing.JMenuItem helpMenuItem
javax.swing.JMenuItem infoUserMenuItem
javax.swing.JMenuItem infoSystemMenuItem
javax.swing.JMenuItem infoJavaMenuItem
javax.swing.JMenuItem infoParametersMenuItem
float[] emissiveColorInit
float[] specularColorInit
float[] ambientColorInit
float[] diffuseColorInit
float shininessInit
int colorTargetInit
boolean lightingInit
float transparencyInit
int transparencyModeInit
int transparencySrcBlendFunctionInit
int transparencyDstBlendFunctionInit
javax.media.j3d.Transform3D textureTransformInit
boolean textureUseInit
java.net.URL textureFileInit
int texturePerspectiveCorrectionModeInit
int textureModeInit
float[] textureBlendColorInit
int textureCombineRGBModeInit
int[] textureCombineRGBSourceInit
int[] textureCombineRGBFunctionInit
int textureCombineRGBScaleInit
int textureCombineAlphaModeInit
int[] textureCombineAlphaSourceInit
int[] textureCombineAlphaFunctionInit
int textureCombineAlphaScaleInit
float[] emissiveColor
float[] specularColor
float[] ambientColor
float[] diffuseColor
float shininess
int colorTarget
boolean lighting
float transparency
int transparencyMode
int transparencySrcBlendFunction
int transparencyDstBlendFunction
javax.media.j3d.Transform3D textureTransform
boolean textureUse
java.net.URL textureFile
int texturePerspectiveCorrectionMode
int textureMode
float[] textureBlendColor
int textureCombineRGBMode
int[] textureCombineRGBSource
int[] textureCombineRGBFunction
int textureCombineRGBScale
int textureCombineAlphaMode
int[] textureCombineAlphaSource
int[] textureCombineAlphaFunction
int textureCombineAlphaScale
java.beans.PropertyChangeSupport boundSupport
Class com.appearance3Dchooser.Appearance3DChooserApplet extends javax.swing.JApplet implements Serializable |
---|
serialVersionUID: 1L
Class com.appearance3Dchooser.Appearance3DChooserPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
float[] ambientColor
float[] diffuseColor
float[] specularColor
float[] emissiveColor
float shininess
int colorTarget
boolean lighting
int transparencyMode
int transparencySrcBlendFunction
int transparencyDstBlendFunction
float transparency
java.net.URL DefaultTextureName
java.net.URL textureName
boolean isTextureSet
javax.media.j3d.Transform3D textureTransform
int texturePerspectiveCorrectionMode
int textureMode
float[] textureBlendColor
int[] textureCombineRGBSource
int[] textureCombineRGBFunction
int textureCombineRGBMode
int textureCombineRGBScale
int textureCombineAlphaMode
int[] textureCombineAlphaSource
int[] textureCombineAlphaFunction
int textureCombineAlphaScale
javax.swing.JTabbedPane mainTabbedPane
javax.swing.JTabbedPane MaterialTabPane
javax.swing.JPanel ambientColorPanel
javax.swing.JPanel diffuseColorPanel
javax.swing.JPanel specularColorPanel
javax.swing.JPanel emissiveColorPanel
javax.swing.JPanel miscellaneousPanel
javax.swing.JPanel transparencyPanel
TexturePane texturePane
RenderingViewPanel renderingViewPanel
com.colorpicker.swing.ColorPicker ambientColorPicker
com.colorpicker.swing.ColorPicker diffuseColorPicker
com.colorpicker.swing.ColorPicker emissiveColorPicker
com.colorpicker.swing.ColorPicker specularColorPicker
javax.swing.JComboBox listColorTarget
javax.swing.JComboBox listTransparencyMode
javax.swing.JComboBox listTransparencySrcBlendFunction
javax.swing.JComboBox listTransparencyDstBlendFunction
javax.swing.JSlider sliderShininess
javax.swing.JSpinner spinnerShininess
javax.swing.JCheckBox checkBoxLighting
javax.swing.JSlider sliderTransparency
javax.swing.JSpinner spinnerTransparency
boolean showMaterial
boolean showTransparency
boolean showTexture
boolean showRendering
Class com.appearance3Dchooser.Appearance3DChooserPanelApplet extends javax.swing.JApplet implements Serializable |
---|
serialVersionUID: 1L
Class com.appearance3Dchooser.RenderingViewPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
javax.media.j3d.Switch objectsSwitch
javax.media.j3d.Switch axisFrontend
javax.media.j3d.BranchGroup scene
javax.media.j3d.TransformGroup sceneTransform
SceneView vueTop
SceneView vueFront
SceneView vueLeft
SceneView vueRight
SceneView bigVue
javax.swing.JRadioButton antialiasingButton
javax.swing.JRadioButton axisButton
javax.swing.JSpinner backgroundColorRSpinner
javax.swing.JSpinner backgroundColorGSpinner
javax.swing.JSpinner backgroundColorBSpinner
javax.swing.JRadioButton bigVueButton
javax.swing.JRadioButton boxButton
javax.swing.JRadioButton sphereButton
javax.swing.JRadioButton cylinderButton
javax.swing.JRadioButton coneButton
javax.swing.JRadioButton addAmbientLightButton
javax.swing.JRadioButton addDirectionalLightButton
javax.swing.JRadioButton addSpotLightButton
javax.swing.JRadioButton addPointLightButton
javax.swing.JPanel scenePanel
javax.swing.JPanel addingLightPanel
javax.swing.JPanel lightsPanel
javax.swing.JScrollPane lightsPanelScrollPane
javax.swing.JFrame bigVueFrame
int NbLignsLights
java.awt.GridBagConstraints lightsConstraint
javax.media.j3d.Texture texture
java.net.URL DefaultTexture
javax.media.j3d.TextureAttributes textureAttributes
javax.media.j3d.Transform3D textureTransform
javax.media.j3d.Background background
java.util.Vector<E> ambientLightsVector
java.util.Vector<E> directionalLightsVector
java.util.Vector<E> pointLightsVector
java.util.Vector<E> spotLightsVector
javax.media.j3d.Appearance appearanceObjects
Class com.appearance3Dchooser.TexturePane extends javax.swing.JTabbedPane implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
javax.swing.JTextField textureNameJText
javax.swing.JButton fileChooserButton
javax.swing.JButton OKButton
javax.swing.JFileChooser fileChooser
javax.swing.JRadioButton setTextureButton
javax.swing.ImageIcon imageIcon
java.net.URL textureName
java.net.URL DefaultTexture
boolean useTexture
java.awt.Image image
int textureMode
int perspectiveCorrectionMode
int combineRGBMode
int combineAlphaMode
int combineRGBFunctionC0
int combineRGBFunctionC1
int combineRGBFunctionC2
int combineAlphaFunctionC0
int combineAlphaFunctionC1
int combineAlphaFunctionC2
int combineRGBSourceC0
int combineRGBSourceC1
int combineRGBSourceC2
int combineAlphaSourceC0
int combineAlphaSourceC1
int combineAlphaSourceC2
int combineRGBScale
int combineAlphaScale
javax.media.j3d.Transform3D textureTransform
boolean textureTransformUniformScale
float[] blendColor
javax.swing.JComboBox listTextureMode
javax.swing.JComboBox listCombineRGBMode
javax.swing.JComboBox listCombineAlphaMode
javax.swing.JComboBox listCombineRGBFunctionC0
javax.swing.JComboBox listCombineRGBFunctionC1
javax.swing.JComboBox listCombineRGBFunctionC2
javax.swing.JComboBox listCombineAlphaFunctionC0
javax.swing.JComboBox listCombineAlphaFunctionC1
javax.swing.JComboBox listCombineAlphaFunctionC2
javax.swing.JComboBox listCombineRGBSourceC0
javax.swing.JComboBox listCombineRGBSourceC1
javax.swing.JComboBox listCombineRGBSourceC2
javax.swing.JComboBox listCombineAlphaSourceC0
javax.swing.JComboBox listCombineAlphaSourceC1
javax.swing.JComboBox listCombineAlphaSourceC2
javax.swing.JComboBox listPerspectiveCorrectionMode
javax.swing.JComboBox listCombineRGBScale
javax.swing.JComboBox listCombineAlphaScale
javax.swing.JSpinner textureSpinnerTransformRotZ
javax.swing.JSpinner textureSpinnerTransformScaleX
javax.swing.JSpinner textureSpinnerTransformScaleY
javax.swing.JSpinner textureSpinnerTransformTranslatX
javax.swing.JSpinner textureSpinnerTransformTranslatY
javax.swing.JRadioButton textureButtonTransformReset
javax.swing.JRadioButton textureButtonTransformUniformScale
javax.swing.JTabbedPane textureTabbedPane
com.colorpicker.swing.ColorPicker blendColorPicker
|
################################################################## Appearance3DChooser v1.1 Copyright (C) 2009 Frederic Roudaut This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ################################################################### |
|||||||
PREV NEXT | FRAMES NO FRAMES |