Construct a DataFlavor that represents a MimeType
The returned DataFlavor will have the following characteristics:
If the mimeType is
"application/x-java-serialized-object; class=",
the result is the same as calling
new DataFlavor(Class:forName() as above
otherwise:
representationClass = InputStream
mimeType = mimeType
DataFormatException().
Constructor for class java.util.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String).
Constructor for class java.util.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
DatagramPacket(byte[], int).
Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket
for receiving packets of
length ilength
.
DatagramPacket(byte[], int, InetAddress, int).
Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length
ilength
to the specified port number on the specified
host.
DatagramSocket().
Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port
on the local host machine.
DatagramSocket(int).
Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port
on the local host machine.
DatagramSocket(int, InetAddress).
Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local
address.
DatagramSocketImpl().
Constructor for class java.net.DatagramSocketImpl
DataInputStream(InputStream).
Constructor for class java.io.DataInputStream
Creates a new data input stream to read data from the specified
input stream.
DataKeeper().
Constructor for class sep.io.DataKeeper
DataKeeper(Object, int, String).
Constructor for class sep.io.DataKeeper
DataKeeperJ(float[]).
Constructor for class sep.io.DataKeeperJ
to write out usually (not sure if needed)
DataKeeperJ(float[][]).
Constructor for class sep.io.DataKeeperJ
DataKeeperJ(float[][][]).
Constructor for class sep.io.DataKeeperJ
DataKeeperJ(float[][][][]).
Constructor for class sep.io.DataKeeperJ
DataKeeperJ(float[][][][][]).
Constructor for class sep.io.DataKeeperJ
DataKeeperJ(float[][][][][][]).
Constructor for class sep.io.DataKeeperJ
DataKeeperJ(int[]).
Constructor for class sep.io.DataKeeperJ
to read prepare the DataKeeperJ to read in data
DataKeeperTest().
Constructor for class sep.io.DataKeeperTest
DataOutputStream(OutputStream).
Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified
underlying output stream.
DataTruncation(int, boolean, boolean, int, int).
Constructor for class java.sql.DataTruncation
Create a DataTruncation object.
DATE.
Static variable in class java.util.Calendar
Useful constant for date and time.
DATE.
Static variable in class java.sql.Types
Date().
Constructor for class java.util.Date
Allocates a Date
object and initializes it so that
it represents the time at which it was allocated measured to the
nearest millisecond.
Date(int, int, int).
Constructor for class java.sql.Date
Construct a Date
Date(int, int, int).
Constructor for class java.util.Date
Allocates a Date
object and initializes it so that
it represents midnight, local time, at the beginning of the day
specified by the year
, month
, and
date
arguments.
Date(int, int, int, int, int).
Constructor for class java.util.Date
Allocates a Date
object and initializes it so that
it represents the specified hour and minute, local time, of the
date specified by the year
, month
,
date
, hrs
, and min
arguments.
Date(int, int, int, int, int, int).
Constructor for class java.util.Date
Allocates a Date
object and initializes it so that
it represents the specified hour, minute, and second, local time
of the date specified by the year
, month
,
date
, hrs
, min
, and
sec
arguments.
Date(long).
Constructor for class java.sql.Date
Construct a Date using a milliseconds time value
Date(long).
Constructor for class java.util.Date
Allocates a Date
object and initializes it to
represent the specified number of milliseconds since January 1,
1970, 00:00:00 GMT.
Date(String).
Constructor for class java.util.Date
Allocates a Date
object and initializes it so that
it represents the date and time indicated by the string
s
, which is interpreted as if by the
parse
method.
DATE_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
DATE_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
DateFormat().
Constructor for class java.text.DateFormat
DateFormat().
Constructor for class java.text.DateFormat
DateFormatSymbols().
Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from
resources for the default locale.
DateFormatSymbols().
Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from
resources for the default locale.
DateFormatSymbols(Locale).
Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from
resources for the given locale.
DateFormatSymbols(Locale).
Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from
resources for the given locale.
DateFormatZoneData().
Constructor for class java.text.resources.DateFormatZoneData
DateFormatZoneData_ar().
Constructor for class java.text.resources.DateFormatZoneData_ar
DateFormatZoneData_be().
Constructor for class java.text.resources.DateFormatZoneData_be
DateFormatZoneData_bg().
Constructor for class java.text.resources.DateFormatZoneData_bg
DateFormatZoneData_ca().
Constructor for class java.text.resources.DateFormatZoneData_ca
DateFormatZoneData_cs().
Constructor for class java.text.resources.DateFormatZoneData_cs
DateFormatZoneData_da().
Constructor for class java.text.resources.DateFormatZoneData_da
DateFormatZoneData_de().
Constructor for class java.text.resources.DateFormatZoneData_de
DateFormatZoneData_de_AT().
Constructor for class java.text.resources.DateFormatZoneData_de_AT
DateFormatZoneData_de_CH().
Constructor for class java.text.resources.DateFormatZoneData_de_CH
DateFormatZoneData_el().
Constructor for class java.text.resources.DateFormatZoneData_el
DateFormatZoneData_en().
Constructor for class java.text.resources.DateFormatZoneData_en
DateFormatZoneData_en_CA().
Constructor for class java.text.resources.DateFormatZoneData_en_CA
DateFormatZoneData_en_GB().
Constructor for class java.text.resources.DateFormatZoneData_en_GB
DateFormatZoneData_en_IE().
Constructor for class java.text.resources.DateFormatZoneData_en_IE
DateFormatZoneData_es().
Constructor for class java.text.resources.DateFormatZoneData_es
DateFormatZoneData_et().
Constructor for class java.text.resources.DateFormatZoneData_et
DateFormatZoneData_fi().
Constructor for class java.text.resources.DateFormatZoneData_fi
DateFormatZoneData_fr().
Constructor for class java.text.resources.DateFormatZoneData_fr
DateFormatZoneData_fr_BE().
Constructor for class java.text.resources.DateFormatZoneData_fr_BE
DateFormatZoneData_fr_CA().
Constructor for class java.text.resources.DateFormatZoneData_fr_CA
DateFormatZoneData_fr_CH().
Constructor for class java.text.resources.DateFormatZoneData_fr_CH
DateFormatZoneData_hr().
Constructor for class java.text.resources.DateFormatZoneData_hr
DateFormatZoneData_hu().
Constructor for class java.text.resources.DateFormatZoneData_hu
DateFormatZoneData_is().
Constructor for class java.text.resources.DateFormatZoneData_is
DateFormatZoneData_it().
Constructor for class java.text.resources.DateFormatZoneData_it
DateFormatZoneData_it_CH().
Constructor for class java.text.resources.DateFormatZoneData_it_CH
DateFormatZoneData_iw().
Constructor for class java.text.resources.DateFormatZoneData_iw
DateFormatZoneData_ja().
Constructor for class java.text.resources.DateFormatZoneData_ja
DateFormatZoneData_ko().
Constructor for class java.text.resources.DateFormatZoneData_ko
DateFormatZoneData_lt().
Constructor for class java.text.resources.DateFormatZoneData_lt
DateFormatZoneData_lv().
Constructor for class java.text.resources.DateFormatZoneData_lv
DateFormatZoneData_mk().
Constructor for class java.text.resources.DateFormatZoneData_mk
DateFormatZoneData_nl().
Constructor for class java.text.resources.DateFormatZoneData_nl
DateFormatZoneData_nl_BE().
Constructor for class java.text.resources.DateFormatZoneData_nl_BE
DateFormatZoneData_no().
Constructor for class java.text.resources.DateFormatZoneData_no
DateFormatZoneData_no_NO_NY().
Constructor for class java.text.resources.DateFormatZoneData_no_NO_NY
DateFormatZoneData_pl().
Constructor for class java.text.resources.DateFormatZoneData_pl
DateFormatZoneData_pt().
Constructor for class java.text.resources.DateFormatZoneData_pt
DateFormatZoneData_ro().
Constructor for class java.text.resources.DateFormatZoneData_ro
DateFormatZoneData_ru().
Constructor for class java.text.resources.DateFormatZoneData_ru
DateFormatZoneData_sh().
Constructor for class java.text.resources.DateFormatZoneData_sh
DateFormatZoneData_sk().
Constructor for class java.text.resources.DateFormatZoneData_sk
DateFormatZoneData_sl().
Constructor for class java.text.resources.DateFormatZoneData_sl
DateFormatZoneData_sq().
Constructor for class java.text.resources.DateFormatZoneData_sq
DateFormatZoneData_sr().
Constructor for class java.text.resources.DateFormatZoneData_sr
DateFormatZoneData_sv().
Constructor for class java.text.resources.DateFormatZoneData_sv
DateFormatZoneData_tr().
Constructor for class java.text.resources.DateFormatZoneData_tr
DateFormatZoneData_uk().
Constructor for class java.text.resources.DateFormatZoneData_uk
DateFormatZoneData_zh().
Constructor for class java.text.resources.DateFormatZoneData_zh
DateFormatZoneData_zh_TW().
Constructor for class java.text.resources.DateFormatZoneData_zh_TW
daxpy_j(int, double, double[], int, double[], int).
Static method in class linear_algebra.Blas_j
This method multiplies a constant times a vector and adds the product
to another vector --- dy[ ] = da*dx[ ] + dy[ ].
DAY_OF_MONTH.
Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK.
Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK field alignment.
DAY_OF_WEEK_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK field alignment.
DAY_OF_WEEK_IN_MONTH.
Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK_IN_MONTH_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
DAY_OF_WEEK_IN_MONTH_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
DAY_OF_YEAR.
Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_YEAR_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DAY_OF_YEAR field alignment.
DAY_OF_YEAR_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DAY_OF_YEAR field alignment.
dcopy_j(int, double[], int, double[], int).
Static method in class linear_algebra.Blas_j
This method copies the vector dx[ ] to the vector dy[ ].
dcopyp_j(int, double[], double[], int).
Static method in class linear_algebra.Blas_j
This method copies a portion of vector x[ ] to the corresponding
portion of vector y[ ].
ddot_j(int, double[], int, double[], int).
Static method in class linear_algebra.Blas_j
This method calculates the dot product of two vectors.
debugMode.
Static variable in class ij.Info
decapitalize(String).
Static method in class java.beans.Introspector
Utility method to take a string and convert it to normal Java variable
name capitalization.
DECEMBER.
Static variable in class java.util.Calendar
Useful constant for month.
DECIMAL.
Static variable in class java.sql.Types
DECIMAL_DIGIT_NUMBER.
Static variable in class java.lang.Character
DECIMAL_DIGIT_NUMBER.
Static variable in class java.lang.Character
DecimalFormat().
Constructor for class java.text.DecimalFormat
Create a DecimalFormat using the default pattern and symbols
for the default locale.
DecimalFormat().
Constructor for class java.text.DecimalFormat
Create a DecimalFormat using the default pattern and symbols
for the default locale.
DecimalFormat(String).
Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and the symbols
for the default locale.
DecimalFormat(String).
Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and the symbols
for the default locale.
DecimalFormat(String, DecimalFormatSymbols).
Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and symbols.
DecimalFormat(String, DecimalFormatSymbols).
Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and symbols.
DecimalFormatSymbols().
Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the default locale.
DecimalFormatSymbols().
Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the default locale.
DecimalFormatSymbols(Locale).
Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the given locale.
DecimalFormatSymbols(Locale).
Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the given locale.
DECLARED.
Static variable in interface java.lang.reflect.Member
Identifies the set of declared members of a class or interface.
decode(InputStream).
Method in interface java.security.Certificate
Decodes a certificate from an input stream.
decode(String).
Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String).
Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String).
Static method in class java.awt.Color
Gets the specified Color.
decode(String).
Static method in class java.awt.Color
Gets the specified Color.
decode(String).
Static method in class java.awt.Font
Gets the specified font using the name passed in.
decode(String).
Static method in class java.awt.Font
Gets the specified font using the name passed in.
decode(String).
Static method in class java.lang.Integer
Decodes a string into an Integer.
decode(String).
Static method in class java.lang.Integer
Decodes a string into an Integer.
decode(String).
Static method in class java.lang.Short
Decodes a String into a Short.
decode(String).
Static method in class java.lang.Short
Decodes a String into a Short.
def.
Variable in class java.util.zip.DeflaterOutputStream
Compressor for this stream.
DEFAULT.
Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT.
Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT_COMPRESSION.
Static variable in class java.util.zip.Deflater
Default compression level.
DEFAULT_CURSOR.
Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR.
Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR.
Static variable in class java.awt.Frame
DEFAULT_CURSOR.
Static variable in class java.awt.Frame
DEFAULT_STRATEGY.
Static variable in class java.util.zip.Deflater
Default compression strategy.
defaultConstraints.
Variable in class java.awt.GridBagLayout
defaultConstraints.
Variable in class java.awt.GridBagLayout
defaultReadObject().
Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class
from this stream.
defaults.
Variable in class java.util.Properties
A property list that contains default values for any keys not
found in this property list.
defaultWriteObject().
Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class
to this stream.
defineClass(byte[], int, int).
Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class
Class
.
defineClass(byte[], int, int).
Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class
Class
.
defineClass(String, byte[], int, int).
Method in class java.lang.ClassLoader
Converts an array of bytes to an instance of class
Class.
defineClass(String, byte[], int, int).
Method in class java.lang.ClassLoader
Converts an array of bytes to an instance of class
Class.
deflate().
Method in class java.util.zip.DeflaterOutputStream
Writes next block of compressed data to the output stream.
deflate(byte[]).
Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
deflate(byte[], int, int).
Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
DEFLATED.
Static variable in class java.util.zip.Deflater
Compression method for the deflate algorithm (the only one currently
supported).
DEFLATED.
Static variable in class java.util.zip.ZipEntry
Compression method for compressed (deflated) entries.
DEFLATED.
Static variable in class java.util.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
Deflater().
Constructor for class java.util.zip.Deflater
Creates a new compressor with the default compression level.
Deflater(int).
Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int, boolean).
Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
DeflaterOutputStream(OutputStream).
Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a defaul compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater).
Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and
a default buffer size.
DeflaterOutputStream(OutputStream, Deflater, int).
Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and
buffer size.
DELETE.
Static variable in class java.awt.Event
The Delete key.
DELETE.
Static variable in class java.awt.Event
The Delete key.
delete().
Method in class java.io.File
Deletes the file specified by this object.
deleteObserver(Observer).
Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers().
Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
deleteOwner(Principal, Principal).
Method in interface java.security.acl.Owner
Deletes an owner.
deleteShortcut().
Method in class java.awt.MenuItem
Delete any MenuShortcut associated with this MenuItem.
deleteShortcut().
Method in class java.awt.MenuItem
Delete any MenuShortcut associated with this MenuItem.
deleteShortcut(MenuShortcut).
Method in class java.awt.MenuBar
Delete the specified MenuShortcut.
deleteShortcut(MenuShortcut).
Method in class java.awt.MenuBar
Delete the specified MenuShortcut.
delItem(int).
Method in class java.awt.List
Removes an item from the list.
delItem(int).
Method in class java.awt.List
Removes an item from the list.
delItem(int).
Method in interface java.awt.peer.MenuPeer
delItems(int, int).
Method in class java.awt.List
delItems(int, int).
Method in class java.awt.List
delItems(int, int).
Method in interface java.awt.peer.ListPeer
deliverEvent(Event).
Method in class java.awt.Component
deliverEvent(Event).
Method in class java.awt.Component
deliverEvent(Event).
Method in class java.awt.Container
deliverEvent(Event).
Method in class java.awt.Container
delMenu(int).
Method in interface java.awt.peer.MenuBarPeer
delta.
Variable in class rsf.vector.Axis
deregisterDriver(Driver).
Static method in class java.sql.DriverManager
Drop a Driver from the DriverManager's list.
description.
Variable in class java.sql.DriverPropertyInfo
A brief description of the property.
deselect(int).
Method in class java.awt.List
Deselects the item at the specified index.
deselect(int).
Method in class java.awt.List
Deselects the item at the specified index.
deselect(int).
Method in interface java.awt.peer.ListPeer
DESELECTED.
Static variable in class java.awt.event.ItemEvent
The item de-selected state change type.
DESKTOP.
Static variable in class java.awt.SystemColor
The array index for the desktop background color.
DESKTOP.
Static variable in class java.awt.SystemColor
The array index for the desktop background color.
desktop.
Static variable in class java.awt.SystemColor
The color of the desktop background.
desktop.
Static variable in class java.awt.SystemColor
The color of the desktop background.
destHeight.
Variable in class java.awt.image.ReplicateScaleFilter
destroy().
Method in class java.applet.Applet
Called by the browser or applet viewer to inform
this applet that it is being reclaimed and that it should destroy
any resources that it has allocated.
destroy().
Method in class java.lang.Process
Kills the subprocess.
destroy().
Method in class java.lang.Process
Kills the subprocess.
destroy().
Method in class java.lang.Thread
Destroys this thread, without any cleanup.
destroy().
Method in class java.lang.Thread
Destroys this thread, without any cleanup.
destroy().
Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
destroy().
Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
destWidth.
Variable in class java.awt.image.ReplicateScaleFilter
detail.
Variable in class java.rmi.RemoteException
detail.
Variable in class java.rmi.server.ServerCloneException
detail.
Variable in class java.io.WriteAbortedException
DGC_ID.
Static variable in class java.rmi.server.ObjID
well-known id for the distributed garbage collector
Dialog(Frame).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, boolean).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, boolean).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, String).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Frame, String).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Frame, String, boolean).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Frame, String, boolean).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
DICOM().
Constructor for class ij.plugin.DICOM
Dictionary().
Constructor for class java.util.Dictionary
digest.
Variable in class java.security.DigestInputStream
The message digest associated with this stream.
digest.
Variable in class java.security.DigestOutputStream
The message digest associated with this stream.
digest().
Method in class java.security.MessageDigest
Completes the hash computation by performing final operations
such as padding.
digest(byte[]).
Method in class java.security.MessageDigest
Performs a final update on the digest using the specified array
of bytes, then completes the digest computation.
DigestException().
Constructor for class java.security.DigestException
Constructs a DigestException with no detail message.
DigestException(String).
Constructor for class java.security.DigestException
Constructs a DigestException with the specified detail
message.
DigestInputStream(InputStream, MessageDigest).
Constructor for class java.security.DigestInputStream
Creates a digest input stream, using the specified input stream
and message digest.
DigestOutputStream(OutputStream, MessageDigest).
Constructor for class java.security.DigestOutputStream
Creates a digest output stream, using the specified output stream
and message digest.
digit(char, int).
Static method in class java.lang.Character
Returns the numeric value of the character ch
in the
specified radix.
digit(char, int).
Static method in class java.lang.Character
Returns the numeric value of the character ch
in the
specified radix.
dim.
Variable in class conv.convc.Ccaf
dim.
Variable in class conv.convc.Ccai
dim.
Variable in class conv.convi.Icaf
dim.
Variable in class conv.convi.Icai
dim.
Variable in class nstat.patch.Window
Dimension().
Constructor for class java.awt.Dimension
Constructs a Dimension object with 0 width and 0 height.
Dimension().
Constructor for class java.awt.Dimension
Constructs a Dimension object with 0 width and 0 height.
Dimension(Dimension).
Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified value.
Dimension(Dimension).
Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified value.
Dimension(int, int).
Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified width and
specified height.
Dimension(int, int).
Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified width and
specified height.
DipEstimator(DipEstimator).
Constructor for class cohy.estDip.DipEstimator
DipEstimator(RsfSpace).
Constructor for class cohy.estDip.DipEstimator
DipEstimator(RsfSpace, RsfSpace).
Constructor for class cohy.estDip.DipEstimator
DipEstimatorTest().
Constructor for class cohy.estDip.DipEstimatorTest
DipFiller(DipFiller).
Constructor for class cohy.estDip.DipFiller
DipFiller(RsfSpace).
Constructor for class cohy.estDip.DipFiller
DipFiller(RsfSpace, RsfSpace).
Constructor for class cohy.estDip.DipFiller
DipFillerFactory().
Constructor for class cohy.estDip.DipFillerFactory
DipFillerNStat().
Constructor for class cohy.estDip.DipFillerNStat
DipXGrad(DipXGrad).
Constructor for class cohy.estDip.DipXGrad
DipXGrad(RsfSpace).
Constructor for class cohy.estDip.DipXGrad
DipXGrad(RsfSpace, RsfSpace).
Constructor for class cohy.estDip.DipXGrad
DipXGradAndAdj(DipXGradAndAdj).
Constructor for class cohy.estDip.DipXGradAndAdj
DipXGradAndAdj(RsfSpace).
Constructor for class cohy.estDip.DipXGradAndAdj
DipXGradAndAdj(RsfSpace, RsfSpace).
Constructor for class cohy.estDip.DipXGradAndAdj
DipXGradAndAdjFactory().
Constructor for class cohy.estDip.DipXGradAndAdjFactory
DipXGradAndAdjNStat().
Constructor for class cohy.estDip.DipXGradAndAdjNStat
DipXGradAndAdjTest().
Constructor for class cohy.estDip.DipXGradAndAdjTest
DipXGradFactory().
Constructor for class cohy.estDip.DipXGradFactory
DipXGradFactory(int).
Constructor for class cohy.estDip.DipXGradFactory
DipXGradLocalNorm(DipXGradLocalNorm).
Constructor for class cohy.estDip.DipXGradLocalNorm
DipXGradLocalNorm(RsfSpace).
Constructor for class cohy.estDip.DipXGradLocalNorm
DipXGradLocalNorm(RsfSpace, RsfSpace).
Constructor for class cohy.estDip.DipXGradLocalNorm
DipXGradLocalNormFactory().
Constructor for class cohy.estDip.DipXGradLocalNormFactory
DipXGradLocalNormNStat().
Constructor for class cohy.estDip.DipXGradLocalNormNStat
DipXGradLocalNormTest().
Constructor for class cohy.estDip.DipXGradLocalNormTest
DipXGradNorm(DipXGradNorm).
Constructor for class cohy.estDip.DipXGradNorm
DipXGradNorm(RsfSpace).
Constructor for class cohy.estDip.DipXGradNorm
DipXGradNorm(RsfSpace, RsfSpace).
Constructor for class cohy.estDip.DipXGradNorm
DipXGradNormFactory().
Constructor for class cohy.estDip.DipXGradNormFactory
DipXGradNormNStat().
Constructor for class cohy.estDip.DipXGradNormNStat
DipXGradNormTest().
Constructor for class cohy.estDip.DipXGradNormTest
DipXGradNStat().
Constructor for class cohy.estDip.DipXGradNStat
DipXGradTest().
Constructor for class cohy.estDip.DipXGradTest
DirectColorModel(int, int, int, int).
Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the given masks specifying
which bits in the pixel contain the red, green and blue color
components.
DirectColorModel(int, int, int, int, int).
Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the given masks specifying
which bits in the pixel contain the alhpa, red, green and blue
color components.
directionScout.
Variable in class juice.solver.CGNonlinSolver
directory.
Variable in class ij.io.FileInfo
dirty(ObjID[], long, Lease).
Method in interface java.rmi.dgc.DGC
The dirty call requests leases for the remote object references
associated with the object identifiers contained in the array
'ids'.
disable().
Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
disable().
Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
disable().
Method in class java.awt.Component
disable().
Method in class java.awt.Component
disable().
Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setEnabled(boolean).
disable().
Method in class java.awt.MenuItem
disable().
Method in class java.awt.MenuItem
disable().
Method in interface java.awt.peer.MenuItemPeer
DEPRECATED: Replaced by setEnabled(boolean).
disableEvents(long).
Method in class java.awt.Component
Disables the events defined by the specified event mask parameter
from being delivered to this component.
disableEvents(long).
Method in class java.awt.Component
Disables the events defined by the specified event mask parameter
from being delivered to this component.
disableEvents(long).
Method in class java.awt.MenuItem
Disables the events defined by the specified event mask parameter
from being delivered to this menu item.
disableEvents(long).
Method in class java.awt.MenuItem
Disables the events defined by the specified event mask parameter
from being delivered to this menu item.
disconnect().
Method in class java.net.HttpURLConnection
Close the connection to the server.
Disfil().
Constructor for class rsfF.util.Disfil
dispatch().
Method in interface java.awt.peer.ActiveEvent
Dispatch the event to it's target, listeners of the events source,
or do whatever it is this event is supposed to do.
dispatch(Remote, RemoteCall, int, long).
Method in interface java.rmi.server.Skeleton
Unmarshals arguments, calls the actual remote object implementation,
and marshals the return value or any exception.
dispatchEvent(AWTEvent).
Method in class java.awt.Component
Dispatches an event to this component or one of its sub components.
dispatchEvent(AWTEvent).
Method in class java.awt.Component
Dispatches an event to this component or one of its sub components.
dispatchEvent(AWTEvent).
Method in class java.awt.MenuComponent
dispatchEvent(AWTEvent).
Method in class java.awt.MenuComponent
dispose().
Method in interface java.awt.peer.ComponentPeer
dispose().
Method in class java.awt.Frame
Disposes of the Frame.
dispose().
Method in class java.awt.Frame
Disposes of the Frame.
dispose().
Method in class java.awt.Graphics
Dispose of the system resources used by this graphics context.
dispose().
Method in class java.awt.Graphics
Dispose of the system resources used by this graphics context.
dispose().
Method in interface java.awt.peer.MenuComponentPeer
dispose().
Method in class java.awt.Window
Disposes of the Window.
dispose().
Method in class java.awt.Window
Disposes of the Window.
divide(BigDecimal, int).
Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val), and whose scale
is this.scale().
divide(BigDecimal, int, int).
Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val), and whose scale
is as specified.
divide(BigInteger).
Method in class java.math.BigInteger
Returns a BigInteger whose value is (this / val).
divideAndRemainder(BigInteger).
Method in class java.math.BigInteger
Returns an array of two BigIntegers.
dnrm2_j(int, double[], int).
Static method in class linear_algebra.Blas_j
This method calculates the Euclidean norm of the vector
stored in dx[ ] with storage increment incx.
dnrm2p_j(int, double[], int).
Static method in class linear_algebra.Blas_j
This method calculates the Euclidean norm of a portion
of a vector x[ ].
doCommand(String).
Method in class ij.ImageJ
doesMaxRowSizeIncludeBlobs().
Method in interface java.sql.DatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY
blobs?
doInput.
Variable in class java.net.URLConnection
This variable is set by the setDoInput
method.
doLayout().
Method in class java.awt.Component
Lays out the component.
doLayout().
Method in class java.awt.Component
Lays out the component.
doLayout().
Method in class java.awt.Container
Does a layout on this Container.
doLayout().
Method in class java.awt.Container
Does a layout on this Container.
doLayout().
Method in class java.awt.ScrollPane
Lays out this container by resizing its child to its preferred size.
doLayout().
Method in class java.awt.ScrollPane
Lays out this container by resizing its child to its preferred size.
domain.
Variable in class juice.operator.BlockOp
domain.
Variable in class juice.operator.NormOp
domain.
Variable in class sep.operator.SepBiLinearOperator
domain.
Variable in class sep.operator.SepBinaryOperator
domain.
Variable in class sep.operator.SepOperator
domain of the operator
domain.
Variable in class juice.operator.ZeroOp
domainAndRange.
Variable in class juice.operator.IdentityOp
domainBasis.
Variable in class juice.operator.MatrixRep
DONE.
Static variable in class java.text.BreakIterator
DONE is returned by previous() and next() after all valid
boundaries have been returned.
DONE.
Static variable in class java.text.BreakIterator
DONE is returned by previous() and next() after all valid
boundaries have been returned.
DONE.
Static variable in interface java.text.CharacterIterator
Constant that is returned when the iterator has reached either the end
or the beginning of the text.
DONE.
Static variable in interface java.text.CharacterIterator
Constant that is returned when the iterator has reached either the end
or the beginning of the text.
done().
Method in interface java.rmi.server.RemoteCall
Allow cleanup after the remote call has completed.
done(RemoteCall).
Method in interface java.rmi.server.RemoteRef
Allows the remote reference to clean up (or reuse) the connection.
dontUseGui().
Method in interface java.beans.Visibility
This method instructs the bean that it should not use the Gui.
doOnce().
Method in class conv.convi.InternalConvolutionSpeedTest
doOneStep(Vector).
Method in class juice.solver.SteepDescentSlv
doOneStep(Vector, Vector).
Method in class juice.solver.CGSolver
doOneStep(Vector, Vector, Vector).
Method in class juice.solver.CGPrecondSolver
doOutput.
Variable in class java.net.URLConnection
This variable is set by the setDoOutput
method.
dot(Elements).
Method in class isf.vector.ElementsV
dot(Vector).
Method in class isf.vector.Isf
dot(Vector).
Method in class juice.vector.ProductVec
dot(Vector).
Method in class juice.vector.RealVec
dot(Vector).
Method in class juice.example.RnVec
dot(Vector).
Method in class rn.vector.RnVec
dot(Vector).
Method in class rsfF.vector.Rsf
dot(Vector).
Method in class rsf.vector.Rsf1
dot(Vector).
Method in class rsf.vector.Rsf2
dot(Vector).
Method in class rsf.vector.Rsf3
dot(Vector).
Method in class rsf.vector.Rsf4
dot(Vector).
Method in class rsf.vector.Rsf5
dot(Vector).
Method in class rsf.vector.Rsf6
dot(Vector).
Method in interface jam.vector.Vector
doTest(int, int, int, int).
Static method in class conv.convi.InternalConvolutionSpeedTest
dotProductTest(hasAdjoint, String).
Static method in class rsf.util.RsfUtil
dotProductTest(hasAdjoint, String).
Static method in class rsfF.util.RsfUtil
dotProductTest(hasAdjoint, Vector, Vector, String).
Static method in class juice.util.JuiceUtil
dotProductTest(LinearOperator, LinearOperator, String).
Static method in class rsf.util.RsfUtil
dotProductTest(LinearOperator, LinearOperator, String).
Static method in class rsfF.util.RsfUtil
dotProductTest(LinearOperator, LinearOperator, Vector, Vector, String).
Static method in class juice.util.JuiceUtil
DOUBLE.
Static variable in class java.sql.Types
Double(double).
Constructor for class java.lang.Double
Constructs a newly allocated Double
object that
represents the primitive double
argument.
Double(double).
Constructor for class java.lang.Double
Constructs a newly allocated Double
object that
represents the primitive double
argument.
Double(String).
Constructor for class java.lang.Double
Constructs a newly allocated Double
object that
represents the floating- point value of type double
represented by the string.
Double(String).
Constructor for class java.lang.Double
Constructs a newly allocated Double
object that
represents the floating- point value of type double
represented by the string.
doubleToLongBits(double).
Static method in class java.lang.Double
Returns a representation of the specified floating-point value
according to the IEEE 754 floating-point "double
format" bit layout.
doubleToLongBits(double).
Static method in class java.lang.Double
Returns a representation of the specified floating-point value
according to the IEEE 754 floating-point "double
format" bit layout.
doubleValue().
Method in class java.math.BigDecimal
Converts the number to a double.
doubleValue().
Method in class java.math.BigInteger
Converts the number to a double.
doubleValue().
Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue().
Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue().
Method in class java.lang.Double
Returns the double value of this Double.
doubleValue().
Method in class java.lang.Double
Returns the double value of this Double.
doubleValue().
Method in class java.lang.Float
Returns the double value of this Float.
doubleValue().
Method in class java.lang.Float
Returns the double value of this Float.
doubleValue().
Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue().
Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue().
Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue().
Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue().
Method in class java.lang.Number
Returns the value of the specified number as a double
.
doubleValue().
Method in class java.lang.Number
Returns the value of the specified number as a double
.
doubleValue().
Method in class java.lang.Short
Returns the value of this Short as a double.
doubleValue().
Method in class java.lang.Short
Returns the value of this Short as a double.
DOWN.
Static variable in class java.awt.Event
The down arrow action-key.
DOWN.
Static variable in class java.awt.Event
The down arrow action-key.
dpodi_f77(double[][], int, double[], int).
Static method in class linear_algebra.Cholesky_f77
This method uses the Cholesky decomposition provided by
DPOFA to obtain the determinant and/or inverse of a symmetric,
positive definite matrix.
dpodi_j(double[][], int, double[], int).
Static method in class linear_algebra.Cholesky_j
This method uses the Cholesky decomposition provided by
DPOFA to obtain the determinant and/or inverse of a symmetric,
positive definite matrix.
dpofa_f77(double[][], int).
Static method in class linear_algebra.Cholesky_f77
This method decomposes an p by p symmetric, positive definite
matrix X into a product, R´R, where R is an upper triangular matrix
and R´ is the transpose of R.
dpofa_j(double[][], int).
Static method in class linear_algebra.Cholesky_j
This method decomposes an p by p symmetric, positive definite
matrix X into a product, R´R, where R is an upper triangular matrix
and R´ is the transpose of R.
dposl_f77(double[][], int, double[]).
Static method in class linear_algebra.Cholesky_f77
This method uses the Cholesky decomposition provided by
DPOFA to solve the equation Ax = b where A is symmetric,
positive definite.
dposl_j(double[][], int, double[]).
Static method in class linear_algebra.Cholesky_j
This method uses the Cholesky decomposition provided by
DPOFA to solve the equation Ax = b where A is symmetric,
positive definite.
dqrdc_f77(double[][], int, int, double[], int[], double[], int).
Static method in class linear_algebra.QR_f77
This method decomposes an n by p matrix X into a product, QR, of
an orthogonal n by n matrix Q and an upper triangular n by p matrix R.
dqrdc_j(double[][], int, int, double[], int[], double[], int).
Static method in class linear_algebra.QR_j
This method decomposes an n by p matrix X into a product, QR, of
an orthogonal n by n matrix Q and an upper triangular n by p matrix R.
dqrsl_f77(double[][], int, int, double[], double[], double[], double[], double[], double[], double[], int).
Static method in class linear_algebra.QR_f77
This method "applies the output of DQRDC to compute coordinate
transformations, projections, and least squares solutions."
For details, see the comments in the code.
dqrsl_j(double[][], int, int, double[], double[], double[], double[], double[], double[], double[], int).
Static method in class linear_algebra.QR_j
This method "applies the output of DQRDC to compute coordinate
transformations, projections, and least squares solutions."
For details, see the comments in the code.
drain().
Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.
draw().
Method in class ij.ImagePlus
Draws image and roi outline.
draw(Graphics).
Method in class ij.gui.Line
Draws this line in the image.
draw(Graphics).
Method in class ij.gui.OvalRoi
draw(Graphics).
Method in class ij.gui.PolygonRoi
draw(Graphics).
Method in class ij.gui.Roi
draw(int, int, int, int).
Method in class ij.ImagePlus
Draws image and roi outline using a clip rect.
draw3DRect(int, int, int, int, boolean).
Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
draw3DRect(int, int, int, int, boolean).
Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int).
Method in class java.awt.Graphics
Draws the outline of an arc covering the specified rectangle,
starting at startAngle and extending for arcAngle degrees,
using the current color.
drawArc(int, int, int, int, int, int).
Method in class java.awt.Graphics
Draws the outline of an arc covering the specified rectangle,
starting at startAngle and extending for arcAngle degrees,
using the current color.
drawBytes(byte[], int, int, int, int).
Method in class java.awt.Graphics
Draws the specified bytes using the current font and color.
drawBytes(byte[], int, int, int, int).
Method in class java.awt.Graphics
Draws the specified bytes using the current font and color.
drawChars(char[], int, int, int, int).
Method in class java.awt.Graphics
Draws the specified characters using the current font and color.
drawChars(char[], int, int, int, int).
Method in class java.awt.Graphics
Draws the specified characters using the current font and color.
drawDot(int, int).
Method in class ij.process.ImageProcessor
Draws a dot using the current line width and color.
drawDot2(int, int).
Method in class ij.process.ImageProcessor
Draws 2x2 dot in the current color.
drawImage(Graphics).
Method in class ij.gui.ImageCanvas
drawImage(Image, int, int, Color, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as is currently available at
the specified coordinate (x, y) with the given solid background color.
drawImage(Image, int, int, Color, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as is currently available at
the specified coordinate (x, y) with the given solid background color.
drawImage(Image, int, int, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as is currently available at
the specified coordinate (x, y).
drawImage(Image, int, int, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as is currently available at
the specified coordinate (x, y).
drawImage(Image, int, int, int, int, Color, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled
to fit inside the specified rectangle with the given solid
background color.
drawImage(Image, int, int, int, int, Color, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled
to fit inside the specified rectangle with the given solid
background color.
drawImage(Image, int, int, int, int, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled
to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled
to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is
currently available, scaling it on the fly to fit inside the
specified area of the destination drawable surface with the
given solid background color.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is
currently available, scaling it on the fly to fit inside the
specified area of the destination drawable surface with the
given solid background color.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is
currently available, scaling it on the fly to fit inside the
specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is
currently available, scaling it on the fly to fit inside the
specified area of the destination drawable surface.
drawLine(int, int, int, int).
Method in class java.awt.Graphics
Draws a line between the coordinates (x1,y1) and (x2,y2) using
the current color.
drawLine(int, int, int, int).
Method in class java.awt.Graphics
Draws a line between the coordinates (x1,y1) and (x2,y2) using
the current color.
drawOval(int, int, int, int).
Method in class java.awt.Graphics
Draws the outline of an oval covering the specified rectangle
using the current color.
drawOval(int, int, int, int).
Method in class java.awt.Graphics
Draws the outline of an oval covering the specified rectangle
using the current color.
drawPixels().
Method in class ij.gui.Line
drawPixels().
Method in class ij.gui.PolygonRoi
drawPixels().
Method in class ij.gui.Roi
drawPolygon(int[], int[], int).
Method in class java.awt.Graphics
Draws the outline of a polygon defined by arrays of x coordinates
and y coordinates using the current color.
drawPolygon(int[], int[], int).
Method in class java.awt.Graphics
Draws the outline of a polygon defined by arrays of x coordinates
and y coordinates using the current color.
drawPolygon(Polygon).
Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon
object using the current color.
drawPolygon(Polygon).
Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon
object using the current color.
drawPolyline(int[], int[], int).
Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x coordinates
and y coordinates using the current color.
drawPolyline(int[], int[], int).
Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x coordinates
and y coordinates using the current color.
drawRect(int, int, int, int).
Method in class java.awt.Graphics
Draws the outline of the specified rectangle using the current
color.
drawRect(int, int, int, int).
Method in class java.awt.Graphics
Draws the outline of the specified rectangle using the current
color.
drawRoundRect(int, int, int, int, int, int).
Method in class java.awt.Graphics
Draws the outline of the specified rounded corner rectangle
using the current color.
drawRoundRect(int, int, int, int, int, int).
Method in class java.awt.Graphics
Draws the outline of the specified rounded corner rectangle
using the current color.
drawString(String, int, int).
Method in class java.awt.Graphics
Draws the specified String using the current font and color.
drawString(String, int, int).
Method in class java.awt.Graphics
Draws the specified String using the current font and color.
drawUnscaledColorBar(Graphics, int, int, int, int).
Method in class ij.LookUpTable
DriverPropertyInfo(String, String).
Constructor for class java.sql.DriverPropertyInfo
Constructor a DriverPropertyInfo with a name and value; other
members default to their initial values.
DROPPER.
Static variable in class ij.gui.Toolbar
drotg_j(double[]).
Static method in class linear_algebra.Blas_j
This method constructs a Givens plane rotation.
dscal_j(int, double, double[], int).
Static method in class linear_algebra.Blas_j
This method scales a vector by a constant.
dscalp_j(int, double, double[], int).
Static method in class linear_algebra.Blas_j
This method scales a portion of a vector by a constant.
DST_OFFSET.
Static variable in class java.util.Calendar
Useful constant for date and time.
dsvdc_f77(double[][], int, int, double[], double[], double[][], double[][], double[], int).
Static method in class linear_algebra.SVDC_f77
This method decomposes a n by p
matrix X into a product UDV´ where ...
dsvdc_j(double[][], int, int, double[], double[], double[][], double[][], double[], int).
Static method in class linear_algebra.SVDC_j
This method decomposes a n by p
matrix X into a product UDV´ where ...
dswap_j(int, double[], int, double[], int).
Static method in class linear_algebra.Blas_j
This method interchanges two vectors.
dumpStack().
Static method in class java.lang.Thread
Prints a stack trace of the current thread.
dumpStack().
Static method in class java.lang.Thread
Prints a stack trace of the current thread.
duplicate().
Method in class ij.gui.ImageWindow
DX.
Static variable in class cohy.estDip.DipEstimator
indices that identify slopes in output array.
DY.
Static variable in class cohy.estDip.DipEstimator
DZ.
Static variable in class cohy.estDip.DipEstimator