public class GPCorrelationCol
extends fr.cnes.genius.lowLevel.GPanel
implements fr.cnes.genius.main.GReadWrite, fr.cnes.genius.main.GCondensedStatusInterface
| Constructor and Description |
|---|
GPCorrelationCol(boolean isCovariance,
String[] labels,
fr.cnes.genius.unit.GUnit[][] units,
int skipRow)
Constructor.
|
GPCorrelationCol(String widgetId,
boolean isCovariance,
String[] labels,
fr.cnes.genius.unit.GUnit[][] units,
int skipRow)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
display() |
void |
generic() |
double[] |
getCol()
Method to get the table with the values.
|
void |
internalSetWidgetIdCorrelationColumn()
Sets the widget identifier of the internal components.
|
void |
read() |
void |
setValue(int index,
double val)
Method to set the value of an entry of the columns
|
void |
updateCondensedStatus(fr.cnes.genius.main.GCondensedStatus condensedStatus) |
void |
write() |
clearConstraint, getClassConstraint, getComponent, getHorizontalScroll, getInnerDescendantClassConstraint, getJPanel, getJScrollPane, getLayoutConstraints, getStringClassConstraint, getVerticalScroll, mainClear, mainDisplay, processMouseWheelEvent, put, setClassConstraint, setColumnConstraints, setConstraint, setDefaultConstraints, setHorizontalScroll, setInnerDescendantClassConstraint, setLayoutConstraints, setMargins, setPanelConstraints, setPreferredSize, setRowConstraints, setUnitIncrement, setVerticalScroll, unputactivateConstraintsByType, attachCopyPasteMenu, attachCopyPasteMenu, beginOfElement, beginOfElement, beginOfElement, beginOfElement, clearAllInnerDescendantConstraint, clearInnerDescendantContraint, composeWidgetId, doDisplay, endOfElement, getCommentInConfigFile, getConstraint, getCurrentOperation, getDisplayIndicatorStatus, getDisplayIsModifiedIndicator, getElement, getGClassName, getGPanel, getGParent, getGUnitInConfigFile, getInnerDescendantConstraint, getName, getNameInConfigFile, getOperationSaveValue, getPathInConfigFile, getSimpleWidgetId, getStatus, getStringConstraint, getSubComponent, getWidgetId, handleCopyPasteEvent, handleCopyPasteEvent, handleProcessEventException, isCopyPasteEvent, isEnabled, isForcedStatus, isModified, launchInvalidPositionException, mouseWheelMoved, parseSimpleConstraint, processGEvent, setBusyCursor, setCommentInConfigFile, setCopyPasteMenuEnabled, setCurrentOperation, setDataForConstraintsByType, setDisplayIsModifiedIndicator, setElement, setEnabled, setForcedStatus, setGPanel, setGParent, setGUnitInConfigFile, setInnerDescendantConstraint, setName, setNameAndCommentInConfigFile, setNameInConfigFile, setPathInConfigFile, setStatus, setStringConstraint, setToolTipText, setWidgetId, setWidth, setWindowBusyCursor, updateIsModifiedIndicator, writeCollection, writeCollection, writeCollection, writeCollection, writeConfigItem, writeConfigItem, writeConfigItem, writeConfigItem, writeConfigItempublic GPCorrelationCol(boolean isCovariance,
String[] labels,
fr.cnes.genius.unit.GUnit[][] units,
int skipRow)
isCovariance - true if covariance matrixlabels - table of labels (one for each row of the column.units - tables of units for the entries.skipRow - amount of rows to skip.public GPCorrelationCol(String widgetId, boolean isCovariance, String[] labels, fr.cnes.genius.unit.GUnit[][] units, int skipRow)
widgetId - name of the widgetisCovariance - true if covariance matrixlabels - table of labels (one for each row of the column.units - tables of units for the entries.skipRow - amount of rows to skip.public void generic()
throws fr.cnes.genius.exception.GException
generic in class fr.cnes.genius.lowLevel.GPanelfr.cnes.genius.exception.GExceptionpublic void display()
throws fr.cnes.genius.exception.GException
display in interface fr.cnes.genius.main.GDisplayfr.cnes.genius.exception.GExceptionpublic void read()
throws fr.cnes.genius.exception.GException
read in interface fr.cnes.genius.main.GReadWritefr.cnes.genius.exception.GExceptionpublic void write()
throws fr.cnes.genius.exception.GException
write in interface fr.cnes.genius.main.GReadWritefr.cnes.genius.exception.GExceptionpublic void setValue(int index,
double val)
throws fr.cnes.genius.exception.GArithmeticException
index - index of the rowval - value of the entryfr.cnes.genius.exception.GArithmeticException - occured if the entry is wrong.public double[] getCol()
public void updateCondensedStatus(fr.cnes.genius.main.GCondensedStatus condensedStatus)
updateCondensedStatus in interface fr.cnes.genius.main.GCondensedStatusInterfacepublic final void internalSetWidgetIdCorrelationColumn()
Copyright © 2025. All rights reserved.