- IMPORT_FROM_HOMEDIR - Static variable in class org.xdat.UserPreferences
-
Open file import browse dialog in the user's home directory by default.
- IMPORT_FROM_LASTDIR - Static variable in class org.xdat.UserPreferences
-
Open file import browse dialog in the last opened directory by default.
- IMPORT_FROM_USERDIR - Static variable in class org.xdat.UserPreferences
-
Open file import browse dialog in a userspecified directory by default.
- InconsistentDataException - Exception in org.xdat.exceptions
-
This exception is thrown when the user tries to update the current
DataSheet
with data from a file that is not compatible,
for example because the number of parameters does not fit.
- InconsistentDataException(String) - Constructor for exception org.xdat.exceptions.InconsistentDataException
-
Instantiates a new inconsistent data exception.
- incrementAxisWidth(int) - Method in class org.xdat.chart.ParallelCoordinatesChart
-
Changes the axis width of all axes by the same amount.
- initialiseDataPanel() - Method in class org.xdat.Main
-
To be called when a new datasheet is loaded into the panel to update the
GUI.
- initialiseDataSheetTableModel() - Method in class org.xdat.gui.panels.DataSheetTablePanel
-
Initialises the table model.
- initialiseSettings() - Method in class org.xdat.chart.Axis
-
Initialise display settings.
- insertElementAt(Object, int) - Method in class org.xdat.actionListeners.scatter2DChartSettings.ParallelChartFrameComboModel
-
- isActive() - Method in class org.xdat.chart.Axis
-
Checks if this Axis is active.
- isActive() - Method in class org.xdat.data.Cluster
-
Checks whether Designs belonging to this Cluster should be displayed
- isActive(ParallelCoordinatesChart) - Method in class org.xdat.data.Design
-
Checks whether the design is active.
- isAntiAliasing() - Method in class org.xdat.chart.Chart
-
Anti Aliasing Flag for Graphics
- isAntiAliasing() - Method in class org.xdat.UserPreferences
-
Checks if charts use anti aliasing effects.
- isAutoFit() - Method in class org.xdat.chart.Axis
-
Checks if this axis is autofitted.
- isAutoFitAxis() - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.AxisDisplaySettingsActionListener
-
Checks if Axis is autofitted.
- isAutofitX() - Method in class org.xdat.chart.ScatterPlot2D
-
Gets the autofit state for the x axis.
- isAutofitY() - Method in class org.xdat.chart.ScatterPlot2D
-
Gets the autofit state for the y axis..
- isAxisInverted() - Method in class org.xdat.chart.Axis
-
Checks if this Axis is inverted.
- isCellEditable(int, int) - Method in class org.xdat.data.ClusterSet
-
- isCellEditable(int, int) - Method in class org.xdat.data.DataSheet
-
- isCellEditable(EventObject) - Method in class org.xdat.gui.tables.DataTableCellEditor
-
- isChartRebuildRequired() - Method in class org.xdat.customEvents.DataTableModelEvent
-
Checks if chart rebuild required is true.
- isChartRepaintRequired() - Method in class org.xdat.customEvents.DataTableModelEvent
-
Checks if chart repaint required is true.
- isDataPanelUpdateRequired() - Method in class org.xdat.customEvents.DataTableModelEvent
-
Checks if data Panel update required is true.
- isFilterInverted() - Method in class org.xdat.chart.Axis
-
Checks if the Filters are inverted.
- isFilterInverted() - Method in class org.xdat.UserPreferences
-
True, when filters are inverted.
- isInsideBounds(ParallelCoordinatesChart) - Method in class org.xdat.data.Design
-
Returns the value of the boolean field insideBounds.
- isInvertAxis() - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.AxisDisplaySettingsActionListener
-
Checks if is Axis is inverted.
- isInvertFilter() - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.AxisDisplaySettingsActionListener
-
Checks if filters are inverted.
- isLastFileInitialised() - Method in class org.xdat.UserPreferences
-
Checks if the last file field has been initialised.
- isLicenseAccepted() - Method in class org.xdat.UserPreferences
-
Returns true, when the user has accepted the license
- isLoggingEnabled() - Static method in class org.xdat.Main
-
Checks if is debug message printing is enabled.
- isMixed() - Method in class org.xdat.data.Parameter
-
Checks whether the parameter is mixed.
- isNumeric() - Method in class org.xdat.data.Parameter
-
Returns whether the parameter is numeric or discrete from the stored
setting.
- isParallelCoordinatesAutoFitAxis() - Method in class org.xdat.UserPreferences
-
Checks if axes are autofitted on parallel coordinate charts .
- isParallelCoordinatesAxisInverted() - Method in class org.xdat.UserPreferences
-
Checks whether axes are inverted on parallel coordinate charts .
- isParallelCoordinatesShowDesignIDs() - Method in class org.xdat.UserPreferences
-
Checks if design id numbers are shown left to the left-most axis on
parallel coordinate charts .
- isParallelCoordinatesShowFilteredDesigns() - Method in class org.xdat.UserPreferences
-
Checks if filtered designs should be shown on parallel coordinate charts
.
- isParallelCoordinatesShowOnlySelectedDesigns() - Method in class org.xdat.UserPreferences
-
Checks if only selected designs are shown on parallel coordinate charts.
- isParallelCoordinatesVerticallyOffsetAxisLabels() - Method in class org.xdat.UserPreferences
-
Checks if axis labels on parallel coordinate charts should be vertically
offset.
- isScatterChart2DAutofitX() - Method in class org.xdat.UserPreferences
-
Checks if the x-axis should be autofitted on 2D Scatter Charts.
- isScatterChart2DAutofitY() - Method in class org.xdat.UserPreferences
-
Checks if the y-axis should be autofitted on 2D Scatter Charts.
- isSelected() - Method in class org.xdat.data.Design
-
Returns the value of the boolean field selected.
- isShowDecorations() - Method in class org.xdat.chart.ScatterPlot2D
-
Gets the show decorations switch.
- isShowDesignIDs() - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.ParallelChartDisplaySettingsActionListener
-
Checks if design IDs are shown.
- isShowDesignIDs() - Method in class org.xdat.chart.ParallelCoordinatesChart
-
Checks if design IDs should be shown.
- isShowFilteredDesigns() - Method in class org.xdat.actionListeners.parallelCoordinatesDisplaySettings.ParallelChartDisplaySettingsActionListener
-
Checks if filtered designs are shown.
- isShowFilteredDesigns() - Method in class org.xdat.chart.ParallelCoordinatesChart
-
Checks whether filtered designs should be shown.
- isShowOnlySelectedDesigns() - Method in class org.xdat.chart.ParallelCoordinatesChart
-
Checks whether only selected designs should be shown.
- isTreatConsecutiveAsOne() - Method in class org.xdat.UserPreferences
-
Checks if consecutive delimiters should be treated as one.
- isUseAlpha() - Method in class org.xdat.chart.Chart
-
Alpha for Graphics
- isUseAlpha() - Method in class org.xdat.UserPreferences
-
Checks if charts use transparency
- isVerticallyOffsetAxisLabels() - Method in class org.xdat.chart.ParallelCoordinatesChart
-
Checks, whether axis labels should be vertically offset.