|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.genius.main.GComponent
fr.cnes.genius.lowLevel.GContainer
fr.cnes.genopus.vehicle.GPRadiativePropertyAbstract
fr.cnes.genopus.vehicle.GPRadiativeProperty
public class GPRadiativeProperty
Widget representing a radiative property.
| Index | Class | Item | Constraint |
| 0 | GLabelWithIndicator | label | 0, 0 => "newline , gapleft 0 , split 2" 0, 1 => (null) |
| 1 | GEntryReal | diffuseCoefEntryReal | 1, 0, 0 =>
"newline , gapleft 20 , split 2" 1, 0, 1 => (null) 1, 1 => (null) |
| 2 | GEntryReal | specularCoefEntryReal | 2, 0, 0 => "newline , gapleft 20 , split 2" 2, 0, 1 => (null) 2, 1 => (null) |
| 3 | GEntryReal | diffuseCoefEntryReal | 3, 0, 0 => "newline , gapleft 20 , split 2" 3, 0, 1 => (null) 3, 1 => (null) |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class fr.cnes.genius.main.GComponent |
|---|
fr.cnes.genius.main.GComponent.CopyPasteOperation, fr.cnes.genius.main.GComponent.DisplayIndicatorStatus, fr.cnes.genius.main.GComponent.ItemType, fr.cnes.genius.main.GComponent.Operation |
| Field Summary |
|---|
| Fields inherited from class fr.cnes.genius.main.GComponent |
|---|
NAME_ATTRIBUTE |
| Constructor Summary | |
|---|---|
GPRadiativeProperty(String widgetId,
String label)
Creates a new instance. |
|
GPRadiativeProperty(String widgetId,
String label,
fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty radiativeProperty)
Creates a new instance. |
|
| Method Summary | |
|---|---|
double |
getAbsorptionRatio()
Get absorption coefficient. |
double |
getDiffuseReflectionRatio()
Get diffuse coefficient. |
fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty |
getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget. |
double |
getSpecularReflectionRatio()
Get specular coefficient. |
void |
setDefaultValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty radiativeProperty)
Setter for the default radiative property. |
void |
setSavedValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty radiativeProperty)
Setter for the saved radiative property. |
void |
setValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty radiativeProperty)
Setter for the radiative property. |
| Methods inherited from class fr.cnes.genopus.vehicle.GPRadiativePropertyAbstract |
|---|
after, before, clear, display, generic, getGEntryRealAbsCoeff, getGEntryRealDifCoeff, getGEntryRealSpcCoeff, getGLabel, getSubComponent, isEnabled, isModified, read, setConstraint, setDisplayIsModifiedIndicatorAll, setEnabled, setNameInConfigFile, setWidgetId, updateCondensedStatus, updateIsModifiedIndicator, updateStatus, write |
| Methods inherited from class fr.cnes.genius.lowLevel.GContainer |
|---|
put |
| Methods inherited from class fr.cnes.genius.main.GComponent |
|---|
activateConstraintsByType, attachCopyPasteMenu, attachCopyPasteMenu, beginOfElement, beginOfElement, beginOfElement, beginOfElement, composeWidgetId, doDisplay, endOfElement, getCommentInConfigFile, getComponent, getConstraint, getCurrentOperation, getDisplayIndicatorStatus, getDisplayIsModifiedIndicator, getElement, getGPanel, getGParent, getGUnitInConfigFile, getInnerDescendantConstraint, getName, getNameInConfigFile, getOperationSaveValue, getSimpleWidgetId, getStatus, getStringConstraint, getWidgetId, handleCopyPasteEvent, handleProcessEventException, isCopyPasteEvent, launchInvalidPositionException, parseSimpleConstraint, processGEvent, setBusyCursor, setCommentInConfigFile, setConstraint, setCopyPasteMenuEnabled, setCurrentOperation, setDataForConstraintsByType, setDisplayIsModifiedIndicator, setElement, setGPanel, setGParent, setGUnitInConfigFile, setInnerDescendantConstraint, setNameAndCommentInConfigFile, setStatus, setStringConstraint, setToolTipText, setWidth, writeCollection, writeCollection, writeCollection, writeCollection, writeConfigItem, writeConfigItem, writeConfigItem, writeConfigItem, writeConfigItem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GPRadiativeProperty(String widgetId,
String label,
fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty radiativeProperty)
widgetId - widget identifier, if null an identifier will be automatically createdlabel - widget labelradiativeProperty - initial radiative property
public GPRadiativeProperty(String widgetId,
String label)
widgetId - widget identifier, if null an identifier will be automatically createdlabel - widget label| Method Detail |
|---|
public fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty getPatriusObject()
getPatriusObject in interface GPPatrius<fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty>public void setValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty radiativeProperty)
radiativeProperty - radiative propertypublic void setDefaultValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty radiativeProperty)
radiativeProperty - default radiative property.public void setSavedValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty radiativeProperty)
radiativeProperty - saved radiative propertypublic double getAbsorptionRatio()
public double getSpecularReflectionRatio()
public double getDiffuseReflectionRatio()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||