- DASH_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pd" in the Unicode specification.
- DataInput - Interface in java.io
-
The DataInput
interface provides
for reading bytes from a binary stream and
reconstructing from them data in any of
the Java primitive types.
- DataInputStream - Class in java.io
-
A data input stream lets an application read primitive Java data
types from an underlying input stream in a machine-independent
way.
- DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
-
Creates a DataInputStream that uses the specified
underlying InputStream.
- dataInterpretation - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- DataOutput - Interface in java.io
-
The DataOutput
interface provides
for converting data from any of the Java
primitive types to a series of bytes and
writing these bytes to a binary stream.
- DataOutputStream - Class in java.io
-
A data output stream lets an application write primitive Java data
types to an output stream in a portable way.
- DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
-
Creates a new data output stream to write data to the specified
underlying output stream.
- DateBase - Enum in de.toem.impulse.domain
-
- de.toem.impulse.javadoc - package de.toem.impulse.javadoc
-
- DECIMAL128 - Static variable in class java.math.MathContext
-
A
MathContext
object with a precision setting
matching the IEEE 754R Decimal128 format, 34 digits, and a
rounding mode of
HALF_EVEN
, the
IEEE 754R default.
- DECIMAL32 - Static variable in class java.math.MathContext
-
A
MathContext
object with a precision setting
matching the IEEE 754R Decimal32 format, 7 digits, and a
rounding mode of
HALF_EVEN
, the
IEEE 754R default.
- DECIMAL64 - Static variable in class java.math.MathContext
-
A
MathContext
object with a precision setting
matching the IEEE 754R Decimal64 format, 16 digits, and a
rounding mode of
HALF_EVEN
, the
IEEE 754R default.
- DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
-
General category "Nd" in the Unicode specification.
- decode(String) - Static method in class java.lang.Byte
-
Decodes a String
into a Byte
.
- decode(String) - Static method in class java.lang.Integer
-
Decodes a String
into an Integer
.
- decode(String) - Static method in class java.lang.Long
-
Decodes a String
into a Long
.
- decode(String) - Static method in class java.lang.Short
-
Decodes a String
into a Short
.
- DEFAULT - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
- DEFAULT_PLUS_LENGTH - Static variable in interface de.toem.impulse.samples.ISample
-
- defaulted(String) - Method in class java.io.ObjectInputStream.GetField
-
Return true if the named field is defaulted and has no value in this
stream.
- defaultFormat() - Method in interface de.toem.impulse.samples.IGroupPointer
-
Returns the default format ( ISample.FORMAT_...).
- defaultFormat() - Method in interface de.toem.impulse.samples.IMemberDescriptor
-
Returns the default format.
- defaultFormat() - Method in interface de.toem.impulse.samples.IPointer
-
Returns the default format ( ISample.FORMAT_...).
- defaultFormat() - Method in interface de.toem.impulse.samples.IReadableGroup
-
Returns the default format ( ISample.FORMAT_...).
- defaultFormat() - Method in interface de.toem.impulse.samples.IReadableSample
-
Returns the default format ( ISample.FORMAT_...).
- defaultFormat() - Method in class de.toem.impulse.values.CompoundValue
-
- defaultFormat() - Method in class de.toem.impulse.values.GroupedValue
-
- defaultFormat() - Method in class de.toem.impulse.values.MemberDescriptor
-
Returns the default format.
- defaultFormat() - Method in class de.toem.impulse.values.Transaction
-
- defaultFormatAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns the default format at index 'idx'.
- defaultFormatOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
-
Returns the default format of member 'member'.
- defaultFormatOf(Object) - Method in class de.toem.impulse.values.CompoundValue
-
- defaultFormatOf(Object) - Method in class de.toem.impulse.values.Struct
-
- defaultFormatOf(Object) - Method in class de.toem.impulse.values.Transaction
-
- defaultReadObject() - Method in class java.io.ObjectInputStream
-
Read the non-static and non-transient fields of the current class from
this stream.
- DefaultSelection - Static variable in interface de.toem.impulse.paint.IPlotTree
-
- defaultWriteObject() - Method in class java.io.ObjectOutputStream
-
Write the non-static and non-transient fields of the current class to
this stream.
- definition - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- definition - Variable in class de.toem.impulse.cells.view.ViewConfiguration
-
- delete() - Method in class java.io.File
-
Deletes the file or directory denoted by this abstract pathname.
- delete(int, int) - Method in class java.lang.StringBuffer
-
- delete(int, int) - Method in class java.lang.StringBuilder
-
- deleteCharAt(int) - Method in class java.lang.StringBuffer
-
- deleteCharAt(int) - Method in class java.lang.StringBuilder
-
- deleteOnExit() - Method in class java.io.File
-
Requests that the file or directory denoted by this abstract
pathname be deleted when the virtual machine terminates.
- Deprecated - Annotation Type in java.lang
-
A program element annotated @Deprecated is one that programmers
are discouraged from using, typically because it is dangerous,
or because a better alternative exists.
- description - Variable in class de.toem.impulse.cells.record.RecordContent
-
- description - Variable in class de.toem.impulse.cells.view.AbstractViewConfiguration
-
- description - Variable in class de.toem.impulse.cells.view.SearchConfiguration
-
- description - Variable in class de.toem.impulse.cells.view.SourceReference
-
- description - Variable in class de.toem.impulse.cells.view.Wallet
-
- descriptionPattern - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
-
- descriptionRegular - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
-
- descriptorOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
-
Returns true if value has a member named 'member'.
- descriptorOf(Object) - Method in class de.toem.impulse.values.CompoundValue
-
- descriptorOf(Object) - Method in class de.toem.impulse.values.Struct
-
- descriptorOf(Object) - Method in class de.toem.impulse.values.Transaction
-
- descriptorRegular - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
-
- DESERET - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Deseret" Unicode character block.
- desiredAssertionStatus() - Method in class java.lang.Class
-
Returns the assertion status that would be assigned to this
class if it were to be initialized at the time this method is invoked.
- destroy() - Method in class java.lang.Process
-
Kills the subprocess.
- destroy() - Method in class java.lang.Thread
-
- destroy() - Method in class java.lang.ThreadGroup
-
Destroys this thread group and all of its subgroups.
- detail - Variable in exception java.io.WriteAbortedException
-
Exception that was caught while writing the ObjectStream.
- DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Devanagari" Unicode character block.
- DEVANAGARI_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Devanagari Extended" Unicode character block.
- DF_BINARY - Static variable in interface de.toem.impulse.samples.ISample
-
- DF_ENUM_EVENT - Static variable in interface de.toem.impulse.samples.ISample
-
- DF_EVENT - Static variable in interface de.toem.impulse.samples.ISample
-
- DF_FLOAT - Static variable in interface de.toem.impulse.samples.ISample
-
- DF_INTEGER - Static variable in interface de.toem.impulse.samples.ISample
-
- DF_LOGIC_16 - Static variable in interface de.toem.impulse.samples.ISample
-
- DF_LOGIC_2 - Static variable in interface de.toem.impulse.samples.ISample
-
- DF_LOGIC_4 - Static variable in interface de.toem.impulse.samples.ISample
-
- DF_NONE - Static variable in interface de.toem.impulse.samples.ISample
-
- DF_STRUCT - Static variable in interface de.toem.impulse.samples.ISample
-
- DF_TEXT - Static variable in interface de.toem.impulse.samples.ISample
-
- DIAGRAM_AREA - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_CHART - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_EVENT - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_GANT - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_IMAGE - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_LINE - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_LOG - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_LOGIC - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_MAX - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_MOD_ANNOTATION - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_MOD_AXIS - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_MOD_INTERPOLATION - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_MOD_MULTI_COLOR - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_MOD_RELATION - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_MOD_SCALE - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_MOD_SLOPE_BASE - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_MOD_STACKED - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_MOD_TRANSPARENT - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_NONE - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_TRANSACTION - Static variable in interface de.toem.impulse.paint.IPaint
-
- DIAGRAM_VECTOR - Static variable in interface de.toem.impulse.paint.IPaint
-
- diff - Variable in class de.toem.impulse.cells.record.RecordContent
-
- DIFF_INSERTED - Static variable in class de.toem.impulse.cells.record.RecordContent
-
- DIFF_MATCH - Static variable in class de.toem.impulse.cells.record.RecordContent
-
- DIFF_MODIFIED - Static variable in class de.toem.impulse.cells.record.RecordContent
-
- DIFF_REMOVED - Static variable in class de.toem.impulse.cells.record.RecordContent
-
- digit(char, int) - Static method in class java.lang.Character
-
Returns the numeric value of the character ch
in the
specified radix.
- digit(int, int) - Static method in class java.lang.Character
-
Returns the numeric value of the specified character (Unicode
code point) in the specified radix.
- DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Dingbats" Unicode character block.
- DIRECTIONALITY_ARABIC_NUMBER - Static variable in class java.lang.Character
-
Weak bidirectional character type "AN" in the Unicode specification.
- DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in class java.lang.Character
-
Weak bidirectional character type "BN" in the Unicode specification.
- DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in class java.lang.Character
-
Weak bidirectional character type "CS" in the Unicode specification.
- DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in class java.lang.Character
-
Weak bidirectional character type "EN" in the Unicode specification.
- DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in class java.lang.Character
-
Weak bidirectional character type "ES" in the Unicode specification.
- DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in class java.lang.Character
-
Weak bidirectional character type "ET" in the Unicode specification.
- DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in class java.lang.Character
-
Strong bidirectional character type "L" in the Unicode specification.
- DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in class java.lang.Character
-
Strong bidirectional character type "LRE" in the Unicode specification.
- DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in class java.lang.Character
-
Strong bidirectional character type "LRO" in the Unicode specification.
- DIRECTIONALITY_NONSPACING_MARK - Static variable in class java.lang.Character
-
Weak bidirectional character type "NSM" in the Unicode specification.
- DIRECTIONALITY_OTHER_NEUTRALS - Static variable in class java.lang.Character
-
Neutral bidirectional character type "ON" in the Unicode specification.
- DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
-
Neutral bidirectional character type "B" in the Unicode specification.
- DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in class java.lang.Character
-
Weak bidirectional character type "PDF" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in class java.lang.Character
-
Strong bidirectional character type "R" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in class java.lang.Character
-
Strong bidirectional character type "AL" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in class java.lang.Character
-
Strong bidirectional character type "RLE" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in class java.lang.Character
-
Strong bidirectional character type "RLO" in the Unicode specification.
- DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in class java.lang.Character
-
Neutral bidirectional character type "S" in the Unicode specification.
- DIRECTIONALITY_UNDEFINED - Static variable in class java.lang.Character
-
Undefined bidirectional character type.
- DIRECTIONALITY_WHITESPACE - Static variable in class java.lang.Character
-
Neutral bidirectional character type "WS" in the Unicode specification.
- directory() - Method in class java.lang.ProcessBuilder
-
Returns this process builder's working directory.
- directory(File) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's working directory.
- disable() - Static method in class java.lang.Compiler
-
Cause the Compiler to cease operation.
- disclosures - Static variable in class de.toem.pattern.element.Elements
-
- dispose() - Method in interface de.toem.impulse.paint.IPaintItem
-
- divide(BigDecimal, int, int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is as specified.
- divide(BigDecimal, int, RoundingMode) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is as specified.
- divide(BigDecimal, int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is this.scale()
.
- divide(BigDecimal, RoundingMode) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is this.scale()
.
- divide(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose preferred scale is (this.scale() -
divisor.scale())
; if the exact quotient cannot be
represented (because it has a non-terminating decimal
expansion) an ArithmeticException
is thrown.
- divide(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, with rounding according to the context settings.
- divide(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this / val)
.
- divideAndRemainder(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a two-element BigDecimal
array containing the
result of divideToIntegralValue
followed by the result of
remainder
on the two operands.
- divideAndRemainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a two-element BigDecimal
array containing the
result of divideToIntegralValue
followed by the result of
remainder
on the two operands calculated with rounding
according to the context settings.
- divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
-
Returns an array of two BigIntegers containing (this / val)
followed by (this % val)
.
- divideToIntegralValue(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the integer part
of the quotient (this / divisor)
rounded down.
- divideToIntegralValue(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the integer part
of (this / divisor)
.
- Doclet - Class in de.toem.impulse.javadoc
-
Deprecated.
- Doclet() - Constructor for class de.toem.impulse.javadoc.Doclet
-
Deprecated.
- DOCUMENT - Static variable in interface de.toem.pattern.element.IElement
-
- DOING - Static variable in interface de.toem.pattern.element.IElementModifier
-
- doIt(IProgress) - Method in interface de.toem.pattern.element.IElementModifier
-
- doIt(IProgress, boolean) - Method in interface de.toem.pattern.element.IElementModifier
-
- DOMAIN_LABEL - Static variable in enum de.toem.impulse.domain.AmpsBase
-
- DOMAIN_LABEL - Static variable in enum de.toem.impulse.domain.DateBase
-
- DOMAIN_LABEL - Static variable in enum de.toem.impulse.domain.FloatBase
-
- DOMAIN_LABEL - Static variable in enum de.toem.impulse.domain.FrequencyBase
-
- DOMAIN_LABEL - Static variable in enum de.toem.impulse.domain.IndexBase
-
- DOMAIN_LABEL - Static variable in enum de.toem.impulse.domain.PixelBase
-
- DOMAIN_LABEL - Static variable in enum de.toem.impulse.domain.TimeBase
-
- DOMAIN_LABEL - Static variable in enum de.toem.impulse.domain.UnknownBase
-
- DOMAIN_LABEL - Static variable in enum de.toem.impulse.domain.VoltsBase
-
- DomainAxisModified - Static variable in interface de.toem.impulse.paint.IPlotTree
-
- domainBase - Variable in class de.toem.impulse.cells.record.Signal
-
- domainBase - Variable in class de.toem.impulse.cells.view.AxisConfiguration
-
- domainBase - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- domainBase - Variable in class de.toem.impulse.cells.view.ViewConfiguration
-
- DomainBase - Class in de.toem.impulse.domain
-
- DomainBase() - Constructor for class de.toem.impulse.domain.DomainBase
-
- domainSync0 - Variable in class de.toem.impulse.cells.record.PortScope
-
- domainSync1 - Variable in class de.toem.impulse.cells.record.PortScope
-
- domainType - Variable in class de.toem.impulse.cells.record.Scope
-
- DomainValue - Class in de.toem.impulse.domain
-
- DomainValue(IDomainBase, long) - Constructor for class de.toem.impulse.domain.DomainValue
-
- DOMINO_TILES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Domino Tiles" Unicode character block.
- DONE - Static variable in interface de.toem.pattern.element.IElementModifier
-
- doNotDepend(List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- doNotUpdate - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
-
- Double - Class in java.lang
-
The Double
class wraps a value of the primitive type
double
in an object.
- 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.
- 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.
- doubleToRawLongBits(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, preserving Not-a-Number (NaN) values.
- doubleValue() - Method in interface de.toem.impulse.samples.IReadableSample
-
Return current sample as double value.
- doubleValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
-
- doubleValue() - Method in class de.toem.impulse.values.Enumeration
-
- doubleValue() - Method in class de.toem.impulse.values.Logic
-
- 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
object.
- doubleValue() - Method in class java.lang.Float
-
Returns the double
value of this Float
object.
- 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.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.math.BigDecimal
-
Converts this BigDecimal
to a double
.
- doubleValue() - Method in class java.math.BigInteger
-
Converts this BigInteger to a double
.
- doubleValueAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns sample at index idx as double value.
- doubleValueOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
-
Returns value of member 'member' as double value.
- doUnBind(boolean) - Method in interface de.toem.pattern.element.ICell
-
- dumpStack() - Static method in class java.lang.Thread
-
Prints a stack trace of the current thread to the standard error stream.