Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes|All Packages

C

cabs() - Method in class org.sm.smtools.math.complex.ComplexNumber
Returns the complex absolute of this complex number.
calculateKDEPDFBandwidth(MathTools.EKernelType) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Calculates the bandwidth for kernel density estimation (KDE) based on Silverman's Rule-of-Thumb.
cancelSelected() - Method in class org.sm.smtools.swing.dialogs.JDefaultDialog
A callback function for when the cancel-button is selected.
capitaliseFirstLetter(String) - Static method in class org.sm.smtools.util.StringTools
Capitalises the first letter in a string.
cbrt() - Method in class org.sm.smtools.math.complex.ComplexNumber
Calculates the cubic root of this complex number and returns a reference to the result.
checkSystemInitialisation() - Static method in class org.sm.smtools.application.util.JARResources
Checks if the system resources are initialised.
Chrono - Class in org.sm.smtools.util
The Chrono class contains functionality for a simple chronometer.
Chrono() - Constructor for class org.sm.smtools.util.Chrono
Constructs a chronometer and resets it.
clear() - Method in enum org.sm.smtools.application.util.I18NL10N
Clears the database.
clear() - Method in enum org.sm.smtools.application.util.Registry
Clears the registry.
clear() - Method in class org.sm.smtools.math.lslr.LSLR
Sets all the object's fields equal to zero.
clear() - Method in class org.sm.smtools.math.quadmapping.Quadrilateral
Sets all four 2D-points of this Quadrilateral object equal to (0,0).
clear() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Clears the empirical distribution.
clear() - Method in class org.sm.smtools.util.TimeStamp
Sets this TimeStamp to 00:00:00.000.
clearAllCustomColorMapComponents() - Method in class org.sm.smtools.swing.util.JGradientColorMap
Clears all components from the custom colour map.
clearControls() - Method in class org.sm.smtools.swing.dialogs.JCustomColorMapChooser
 
clearStatusText() - Method in class org.sm.smtools.application.util.JStatusBar
Clears the status text.
clearStatusTextColor() - Method in class org.sm.smtools.application.util.JStatusBar
Reverts the status text's color to black.
clip(double, double, double) - Static method in class org.sm.smtools.math.MathTools
Clips a double between two extrema.
clip(int, int, int) - Static method in class org.sm.smtools.math.MathTools
Clips an int between two extrema.
clone() - Method in class org.sm.smtools.math.complex.ComplexNumber
 
close() - Method in class org.sm.smtools.util.MP3Player
Closes the player.
close() - Method in class org.sm.smtools.util.TextFileWriter
Closes the file.
compareTo(ComplexNumber) - Method in class org.sm.smtools.math.complex.ComplexNumber
Compares this complex number to another one, via a partial ordering based on their moduli.
compareTo(DateStamp) - Method in class org.sm.smtools.util.DateStamp
The overloaded Comparable interface.
compareTo(TimeStamp) - Method in class org.sm.smtools.util.TimeStamp
The overloaded Comparable interface.
ComplexNumber - Class in org.sm.smtools.math.complex
The ComplexNumber class provides mathematical operations on complex numbers.
ComplexNumber() - Constructor for class org.sm.smtools.math.complex.ComplexNumber
Constructs a complex number equal to 0 + 0i.
ComplexNumber(double) - Constructor for class org.sm.smtools.math.complex.ComplexNumber
Constructs a complex number as a real number with a zero imaginary component.
ComplexNumber(double, double) - Constructor for class org.sm.smtools.math.complex.ComplexNumber
Constructs a complex number with a specified value.
ComplexNumber(ComplexNumber) - Constructor for class org.sm.smtools.math.complex.ComplexNumber
The copy-constructor.
componentHidden(ComponentEvent) - Method in class org.sm.smtools.application.JStandardGUIApplication
This method does nothing.
componentMoved(ComponentEvent) - Method in class org.sm.smtools.application.JStandardGUIApplication
This method does nothing.
componentResized(ComponentEvent) - Method in class org.sm.smtools.application.JStandardGUIApplication
This method calls the callback function JStandardGUIApplication.guiWindowResized().
componentShown(ComponentEvent) - Method in class org.sm.smtools.application.JStandardGUIApplication
This method does nothing.
confirm(Component, String) - Static method in class org.sm.smtools.swing.dialogs.JConfirmationDialog
Pops up a up a standard "Ok/Cancel" dialog box containing a specified question.
conjugate() - Method in class org.sm.smtools.math.complex.ComplexNumber
Returns a reference to the conjugate of this complex number.
constructGUICheckBoxMenuItem(String) - Method in class org.sm.smtools.application.JStandardGUIApplication
Helper method for constructing a check box menu item object; a mnemonic is used if it is found.
Note that the I18NL10N database is automatically used.
constructGUICheckBoxMenuItem(String, boolean) - Method in class org.sm.smtools.application.JStandardGUIApplication
Helper method for constructing a check box menu item object; an optional mnemonic can be used if it is found.
Note that the I18NL10N database is automatically used.
constructGUIMenuItem(String) - Method in class org.sm.smtools.application.JStandardGUIApplication
Helper method constructing a menu item object; a mnemonic is used if it is found.
Note that the I18NL10N database is automatically used.
constructGUIMenuItem(String, boolean) - Method in class org.sm.smtools.application.JStandardGUIApplication
Helper method for constructing a menu item object; an optional mnemonic can be used if it is found.
Note that the I18NL10N database is automatically used.
constructGUIRadioButtonMenuItem(String) - Method in class org.sm.smtools.application.JStandardGUIApplication
Helper method for constructing a radio button menu item object; a mnemonic is used if it is found.
Note that the I18NL10N database is automatically used.
constructGUIRadioButtonMenuItem(String, boolean) - Method in class org.sm.smtools.application.JStandardGUIApplication
Helper method for constructing a radio button menu item object; an optional mnemonic can be used if it is found.
Note that the I18NL10N database is automatically used.
convertBToGB(long) - Static method in class org.sm.smtools.math.MathTools
Converts a number of bytes to gigabytes (1 GB = 1000^3 B).
convertBToGiB(long) - Static method in class org.sm.smtools.math.MathTools
Converts a number of bytes to gibibytes (1 GiB = 1024^3 B).
convertBTokB(long) - Static method in class org.sm.smtools.math.MathTools
Converts a number of bytes to kilobytes (1 kB = 1000 B).
convertBToKiB(long) - Static method in class org.sm.smtools.math.MathTools
Converts a number of bytes to kibibytes (1 KiB = 1024 B).
convertBToMB(long) - Static method in class org.sm.smtools.math.MathTools
Converts a number of bytes to megabytes (1 MB = 1000^2 B).
convertBToMiB(long) - Static method in class org.sm.smtools.math.MathTools
Converts a number of bytes to mebibytes (1 MiB = 1024^2 B).
convertBToTB(long) - Static method in class org.sm.smtools.math.MathTools
Converts a number of bytes to terabytes (1 GB = 1000^4 B).
convertBToTiB(long) - Static method in class org.sm.smtools.math.MathTools
Converts a number of bytes to tebibytes (1 TiB = 1024^4 B).
convertComplexNumberToString(double, double, int, Locale...) - Static method in class org.sm.smtools.util.StringTools
Creates a string representation of the specified complex number.
convertComplexNumberToString(ComplexNumber, int, Locale...) - Static method in class org.sm.smtools.util.StringTools
Creates a string representation of the specified complex number.
convertDoubleToString(double, int, Locale...) - Static method in class org.sm.smtools.util.StringTools
Creates a string representation of the specified double.
convertEOLsToStrings(String) - Static method in class org.sm.smtools.util.StringTools
Converts all system-dependent end-of-line (EOL) character sequences into readable string representations of \r\n.
convertFromUnixTime(long) - Method in class org.sm.smtools.util.DateStamp
Converts this DateStamp object from a Unix time (number of milliseconds since the epoch) using the user's local time zone.
convertFromUnixTime(long) - Method in class org.sm.smtools.util.TimeStamp
Converts this TimeStamp object from a Unix time (number of milliseconds since the epoch) using the user's local time zone.
convertFromUnixTime(long, ZoneId) - Method in class org.sm.smtools.util.DateStamp
Converts this DateStamp object from a Unix time (number of milliseconds since the epoch) using a specified time zone.
convertFromUnixTime(long, ZoneId) - Method in class org.sm.smtools.util.TimeStamp
Converts this TimeStamp object from a Unix time (number of milliseconds since the epoch) using a specified time zone.
convertImageToBufferedImage(Image) - Static method in class org.sm.smtools.swing.util.JImageLoader
Converts a given Image into a BufferedImage
convertPolarToComplex(Double, Double) - Method in class org.sm.smtools.math.complex.ComplexNumber
Converts from polar to complex form.
convertSpacesToTabs(String, int...) - Static method in class org.sm.smtools.util.StringTools
Converts all spaces in a string to tabs.
convertStringsToEOLs(String) - Static method in class org.sm.smtools.util.StringTools
Converts all readable string representations of \r\n into system-dependent end-of-line (EOL) character sequences.
convertTabsToSpaces(String, int...) - Static method in class org.sm.smtools.util.StringTools
Converts all tabs in a string to spaces.
convertToComponents(int) - Method in class org.sm.smtools.swing.util.JGradientColorMap
Converts the current colour map to a specified number of components.
convertToCSV(String) - Static method in class org.sm.smtools.util.StringTools
Returns the input converted to a String[] array of comma-separated values.
convertToCSV(String, char) - Static method in class org.sm.smtools.util.StringTools
Returns the input converted to a String[] array of comma-separated values with a specified split character.
convertToUnixTime() - Method in class org.sm.smtools.util.DateStamp
Converts this DateStamp object to a Unix time (number of milliseconds since the epoch) using the user's local time zone.
convertToUnixTime(ZoneId) - Method in class org.sm.smtools.util.DateStamp
Converts this DateStamp object to a Unix time (number of milliseconds since the epoch) using a specified time zone.
convertToUnixTime(DateStamp) - Method in class org.sm.smtools.util.TimeStamp
Converts this TimeStamp object to a Unix time (number of milliseconds since the epoch) using the user's date and local time zone.
convertToUnixTime(DateStamp, ZoneId) - Method in class org.sm.smtools.util.TimeStamp
Converts this TimeStamp object to a Unix time (number of milliseconds since the epoch) using a specified date and time zone.
cos() - Method in class org.sm.smtools.math.complex.ComplexNumber
Takes the cosine of this complex number and returns a reference to the result.
cosec() - Method in class org.sm.smtools.math.complex.ComplexNumber
Takes the cosecans (= 1/sin) of this complex number and returns a reference to the result.
cosh() - Method in class org.sm.smtools.math.complex.ComplexNumber
Takes the hyperbolic cosine of this complex number and returns a reference to the result.
cot() - Method in class org.sm.smtools.math.complex.ComplexNumber
Takes the cotangent (= cos/sin) of this complex number and returns a reference to the result.
cotanh() - Method in class org.sm.smtools.math.complex.ComplexNumber
Takes the hyperbolic cotangent of this complex number and returns a reference to the result.
createGUIToolBar() - Method in class org.sm.smtools.application.JDerivedGUIApplication
createGUIToolBar() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the GUI's tool bar.
createLineOfCharacters(int, char) - Static method in class org.sm.smtools.util.StringTools
Creates a string containing a repetition of a character.
cube() - Method in class org.sm.smtools.math.complex.ComplexNumber
Returns a reference to the cube of this complex number.
cube(double) - Static method in class org.sm.smtools.math.MathTools
Calculates the cube of a double.
Custom - org.sm.smtools.swing.dialogs.JDefaultDialog.EType
A dialog with a(n) custom button(s).
CustomColorMapComponent(double, Color) - Constructor for class org.sm.smtools.swing.util.JGradientColorMap.CustomColorMapComponent
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes|All Packages