|
||||||||||
| 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.GPRadiativeIRProperty
public class GPRadiativeIRProperty
Widget representing an infrared 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 | |
|---|---|
GPRadiativeIRProperty(String widgetId,
String label)
Creates a new instance. |
|
GPRadiativeIRProperty(String widgetId,
String label,
fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty irRadiativeProperty)
Creates a new instance. |
|
| Method Summary | |
|---|---|
double |
getAbsorptionCoef()
Get absorption coefficient (infrared domain). |
double |
getDiffuseReflectionCoef()
Get diffuse coefficient (infrared domain). |
fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty |
getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget. |
double |
getSpecularReflectionCoef()
Get specular coefficient (infrared domain). |
void |
setDefaultValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty irRadiativeProperty)
Setter for the default infrared radiative property. |
void |
setSavedValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty irRadiativeProperty)
Setter for the saved infrared radiative property. |
void |
setValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty irRadiativeProperty)
Setter for the infrared 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 GPRadiativeIRProperty(String widgetId,
String label,
fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty irRadiativeProperty)
widgetId - widget identifier, if null an identifier will be automatically createdlabel - widget labelirRadiativeProperty - initial infrared radiative property
public GPRadiativeIRProperty(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.RadiativeIRProperty getPatriusObject()
getPatriusObject in interface GPPatrius<fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty>public void setValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty irRadiativeProperty)
irRadiativeProperty - infrared radiative propertypublic void setDefaultValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty irRadiativeProperty)
irRadiativeProperty - default infrared radiative property.public void setSavedValue(fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty irRadiativeProperty)
irRadiativeProperty - saved infrared radiative propertypublic double getAbsorptionCoef()
public double getSpecularReflectionCoef()
public double getDiffuseReflectionCoef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||