- aboutToModify(ElementModifierEvent) - Method in interface de.toem.pattern.element.IElement
-
- abs(int) - Static method in class java.lang.Math
-
Returns the absolute value of an int
value.
- abs(long) - Static method in class java.lang.Math
-
Returns the absolute value of a long
value.
- abs(float) - Static method in class java.lang.Math
-
Returns the absolute value of a float
value.
- abs(double) - Static method in class java.lang.Math
-
Returns the absolute value of a double
value.
- abs(int) - Static method in class java.lang.StrictMath
-
Returns the absolute value of an int
value..
- abs(long) - Static method in class java.lang.StrictMath
-
Returns the absolute value of a long
value.
- abs(float) - Static method in class java.lang.StrictMath
-
Returns the absolute value of a float
value.
- abs(double) - Static method in class java.lang.StrictMath
-
Returns the absolute value of a double
value.
- abs() - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the absolute value
of this BigDecimal
, and whose scale is
this.scale()
.
- abs(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the absolute value
of this BigDecimal
, with rounding according to the
context settings.
- abs() - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is the absolute value of this
BigInteger.
- AbstractAttachment - Class in de.toem.impulse.values
-
- AbstractAttachment(String) - Constructor for class de.toem.impulse.values.AbstractAttachment
-
- AbstractMethodError - Error in java.lang
-
Thrown when an application tries to call an abstract method.
- AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
-
Constructs an AbstractMethodError
with no detail message.
- AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
-
Constructs an AbstractMethodError
with the specified
detail message.
- AbstractSignal - Class in de.toem.impulse.cells.record
-
- AbstractSignal() - Constructor for class de.toem.impulse.cells.record.AbstractSignal
-
- AbstractTemplate - Class in de.toem.impulse.cells.view
-
- AbstractTemplate() - Constructor for class de.toem.impulse.cells.view.AbstractTemplate
-
- AbstractTreeConfiguration - Class in de.toem.impulse.cells.view
-
- AbstractTreeConfiguration() - Constructor for class de.toem.impulse.cells.view.AbstractTreeConfiguration
-
- AbstractViewConfiguration - Class in de.toem.impulse.cells.view
-
- AbstractViewConfiguration() - Constructor for class de.toem.impulse.cells.view.AbstractViewConfiguration
-
- accept(File) - Method in interface java.io.FileFilter
-
Tests whether or not the specified abstract pathname should be
included in a pathname list.
- accept(File, String) - Method in interface java.io.FilenameFilter
-
Tests if a specified file should be included in a file list.
- ACCURACY_DEFAULT - Static variable in interface de.toem.impulse.samples.ISample
-
- acos(double) - Static method in class java.lang.Math
-
Returns the arc cosine of a value; the returned angle is in the
range 0.0 through pi.
- acos(double) - Static method in class java.lang.StrictMath
-
Returns the arc cosine of a value; the returned angle is in the
range 0.0 through pi.
- ActiveChangeUnderMouseRequested - Static variable in interface de.toem.impulse.paint.IPlotTree
-
- activeCount() - Static method in class java.lang.Thread
-
Returns an estimate of the number of active threads in the current
thread's
thread group and its
subgroups.
- activeCount() - Method in class java.lang.ThreadGroup
-
Returns an estimate of the number of active threads in this thread
group and its subgroups.
- ActiveCursorChanged - Static variable in interface de.toem.impulse.paint.IPlotTree
-
- ActiveCursorValueDeltaRequested - Static variable in interface de.toem.impulse.paint.IPlotTree
-
- ActiveCursorValueRequested - Static variable in interface de.toem.impulse.paint.IPlotTree
-
- ActiveDomainAxisChanged - Static variable in interface de.toem.impulse.paint.IPlotTree
-
- activeGroupCount() - Method in class java.lang.ThreadGroup
-
Returns an estimate of the number of active groups in this
thread group and its subgroups.
- activeGroupIterator(int, int, int) - Method in interface de.toem.impulse.samples.IGroupService
-
Returns an iterator for the active group range within a given sample range.
- add(DomainValue) - Method in class de.toem.impulse.domain.DomainValue
-
- ADD - Static variable in interface de.toem.pattern.element.IElementModifier
-
- add(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this +
augend)
, and whose scale is max(this.scale(),
augend.scale())
.
- add(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this + augend)
,
with rounding according to the context settings.
- add(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this + val)
.
- addChild(ICell) - Method in interface de.toem.pattern.element.ICell
-
- addChild(IElement, String, int) - Method in interface de.toem.pattern.element.IElement
-
- addConsecutive(IElementModifier) - Method in interface de.toem.pattern.element.IElementModifier
-
- addElementListener(IElementListener) - Static method in class de.toem.pattern.element.Elements
-
- addEnum(int, String) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- addEnum(int, String, int) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- addFolderConfiguration(ICell, String, String) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Adds a new folder to the configuration.
- addFolderConfiguration(ICell, Scope) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Add a new folder configuration.
- addInitializer(IElementInitializer) - Method in interface de.toem.pattern.element.IElement
-
- addListener(IElementListener) - Method in interface de.toem.pattern.element.IElement
-
- addMarker(Marker) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Adds a marker.
- addMember(String, int, String, int) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- addMember(String, String, int) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Deprecated.
- addPlotConfiguration(ICell, String, String) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Add a new samples configuration (plot).
- addPlotConfiguration(ICell, AbstractSignal) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Add a new samples configuration (plot) for a given source (signal).
- addScope(ICell, String) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Adds a new scope.
- addScope(ICell, String, String) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Adds a new scope.
- addShutdownHook(Thread) - Method in class java.lang.Runtime
-
Registers a new virtual-machine shutdown hook.
- addSignal(ICell, String, String, ISamples.ProcessType, ISamples.SignalType, ISamples.SignalDescriptor, IDomainBase) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Adds a new signals (and creates a writer).
- addSignal(ICell, String, String, ISamples.ProcessType, ISamples.SignalType, ISamples.SignalDescriptor, IDomainBase, boolean) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Adds a new signals.
- addSignal(ICell, String, String, ISamples.ProcessType, ISamples.SignalType, ISamples.SignalDescriptor) - Method in interface de.toem.impulse.samples.ISingleDomainRecordGenerator
-
Adds a new signals (and creates a writer).
- addSignalProxy(ICell, String, String, Signal) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Creates a proxy for en existing signal.
- addSuppressed(Throwable) - Method in class java.lang.Throwable
-
Appends the specified exception to the exceptions that were
suppressed in order to deliver this exception.
- addViewConfiguration(String, String) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Adds a new viewer configuration (views).
- addViewConfiguration(ViewConfiguration) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Adds a new viewer configuration (views).
- addViewConfigurations(byte[]) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Adds new configurations (views) from a wallet binary.
- adjustType(int) - Method in class de.toem.impulse.values.MemberDescriptor
-
Allow late type setting if type is unknown
- AEGEAN_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Aegean Numbers" Unicode character block.
- ALCHEMICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Alchemical Symbols" Unicode character block.
- ALL - Static variable in class de.toem.impulse.domain.DomainBase
-
- all - Static variable in interface de.toem.impulse.samples.ISamplesProducer
-
- ALL_LABELS - Static variable in class de.toem.impulse.domain.DomainBase
-
- ALL_NON_CELLS - Static variable in interface de.toem.pattern.element.IElement
-
- ALL_NON_DOCUMENT_CELLS - Static variable in interface de.toem.pattern.element.IElement
-
- ALL_OPTIONS - Static variable in class de.toem.impulse.domain.DomainBase
-
- ALL_TYPES - Static variable in interface de.toem.pattern.element.IElement
-
- allowsAdd(List<IElement>, List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- allowsAdd(IElement, List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- allowsRemove(List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
-
- ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Alphabetic Presentation Forms" Unicode character block.
- aModifier - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- AmpsBase - Enum in de.toem.impulse.domain
-
- ANCIENT_GREEK_MUSICAL_NOTATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ancient Greek Musical Notation" Unicode character
block.
- ANCIENT_GREEK_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ancient Greek Numbers" Unicode character block.
- ANCIENT_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Ancient Symbols" Unicode character block.
- and(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this & val)
.
- andNot(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this & ~val)
.
- annotation - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- append(CharSequence) - Method in class java.io.CharArrayWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.CharArrayWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.CharArrayWriter
-
Appends the specified character to this writer.
- append(CharSequence) - Method in class java.io.PrintStream
-
Appends the specified character sequence to this output stream.
- append(CharSequence, int, int) - Method in class java.io.PrintStream
-
Appends a subsequence of the specified character sequence to this output
stream.
- append(char) - Method in class java.io.PrintStream
-
Appends the specified character to this output stream.
- append(CharSequence) - Method in class java.io.PrintWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.PrintWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.PrintWriter
-
Appends the specified character to this writer.
- append(CharSequence) - Method in class java.io.StringWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.StringWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.StringWriter
-
Appends the specified character to this writer.
- append(CharSequence) - Method in class java.io.Writer
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.Writer
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.Writer
-
Appends the specified character to this writer.
- append(CharSequence) - Method in interface java.lang.Appendable
-
Appends the specified character sequence to this Appendable.
- append(CharSequence, int, int) - Method in interface java.lang.Appendable
-
Appends a subsequence of the specified character sequence to this
Appendable.
- append(char) - Method in interface java.lang.Appendable
-
Appends the specified character to this Appendable.
- append(Object) - Method in class java.lang.StringBuffer
-
- append(String) - Method in class java.lang.StringBuffer
-
- append(StringBuffer) - Method in class java.lang.StringBuffer
-
Appends the specified StringBuffer to this sequence.
- append(CharSequence) - Method in class java.lang.StringBuffer
-
Appends the specified CharSequence
to this
sequence.
- append(CharSequence, int, int) - Method in class java.lang.StringBuffer
-
- append(char[]) - Method in class java.lang.StringBuffer
-
- append(char[], int, int) - Method in class java.lang.StringBuffer
-
- append(boolean) - Method in class java.lang.StringBuffer
-
- append(char) - Method in class java.lang.StringBuffer
-
- append(int) - Method in class java.lang.StringBuffer
-
- append(long) - Method in class java.lang.StringBuffer
-
- append(float) - Method in class java.lang.StringBuffer
-
- append(double) - Method in class java.lang.StringBuffer
-
- append(Object) - Method in class java.lang.StringBuilder
-
- append(String) - Method in class java.lang.StringBuilder
-
- append(StringBuffer) - Method in class java.lang.StringBuilder
-
Appends the specified StringBuffer to this sequence.
- append(CharSequence) - Method in class java.lang.StringBuilder
-
- append(CharSequence, int, int) - Method in class java.lang.StringBuilder
-
- append(char[]) - Method in class java.lang.StringBuilder
-
- append(char[], int, int) - Method in class java.lang.StringBuilder
-
- append(boolean) - Method in class java.lang.StringBuilder
-
- append(char) - Method in class java.lang.StringBuilder
-
- append(int) - Method in class java.lang.StringBuilder
-
- append(long) - Method in class java.lang.StringBuilder
-
- append(float) - Method in class java.lang.StringBuilder
-
- append(double) - Method in class java.lang.StringBuilder
-
- Appendable - Interface in java.lang
-
An object to which char sequences and values can be appended.
- appendCodePoint(int) - Method in class java.lang.StringBuffer
-
- appendCodePoint(int) - Method in class java.lang.StringBuilder
-
- appendTo(File) - Static method in class java.lang.ProcessBuilder.Redirect
-
Returns a redirect to append to the specified file.
- apply() - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Applies the writer results to their signals.
- apply(Signal) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Apply writer data to the given signal.
- apply(String, String, IElementModifier[], boolean) - Method in interface de.toem.pattern.element.IElementEditor
-
- ARABIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic" Unicode character block.
- ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Presentation Forms-A" Unicode character
block.
- ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Presentation Forms-B" Unicode character block.
- ARABIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arabic Supplement" Unicode character block.
- area - Variable in class de.toem.impulse.paint.IPaint.CachedImage
-
- areBound(List<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- areChildrenSynced() - Method in interface de.toem.impulse.paint.ITreeItem
-
- areSourcesSettling() - Method in interface de.toem.impulse.samples.ISamplesProducer
-
Returns the settling state of its sources.
- ArithmeticException - Exception in java.lang
-
Thrown when an exceptional arithmetic condition has occurred.
- ArithmeticException() - Constructor for exception java.lang.ArithmeticException
-
Constructs an ArithmeticException
with no detail
message.
- ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
-
Constructs an ArithmeticException
with the specified
detail message.
- ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Armenian" Unicode character block.
- arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
-
Copies an array from the specified source array, beginning at the
specified position, to the specified position of the destination array.
- ArrayIndexOutOfBoundsException - Exception in java.lang
-
Thrown to indicate that an array has been accessed with an
illegal index.
- ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs an ArrayIndexOutOfBoundsException
with no
detail message.
- ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs a new ArrayIndexOutOfBoundsException
class with an argument indicating the illegal index.
- ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs an ArrayIndexOutOfBoundsException
class
with the specified detail message.
- ArrayStoreException - Exception in java.lang
-
Thrown to indicate that an attempt has been made to store the
wrong type of object into an array of objects.
- ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
-
Constructs an ArrayStoreException
with no detail message.
- ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
-
Constructs an ArrayStoreException
with the specified
detail message.
- ARROWS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Arrows" Unicode character block.
- asin(double) - Static method in class java.lang.Math
-
Returns the arc sine of a value; the returned angle is in the
range -pi/2 through pi/2.
- asin(double) - Static method in class java.lang.StrictMath
-
Returns the arc sine of a value; the returned angle is in the
range -pi/2 through pi/2.
- AssertionError - Error in java.lang
-
Thrown to indicate that an assertion has failed.
- AssertionError() - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with no detail message.
- AssertionError(Object) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified object, which is converted to a string as
defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(boolean) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified boolean
, which is converted to
a string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(char) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified char
, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(int) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified int
, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(long) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified long
, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(float) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified float
, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(double) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived
from the specified double
, which is converted to a
string as defined in section 15.18.1.1 of
The Java™ Language Specification.
- AssertionError(String, Throwable) - Constructor for error java.lang.AssertionError
-
Constructs a new AssertionError
with the specified
detail message and cause.
- assignLegend(ISamplesLegend) - Method in class de.toem.impulse.values.StructMember
-
Assign a context.
- asSubclass(Class<U>) - Method in class java.lang.Class
-
Casts this Class
object to represent a subclass of the class
represented by the specified class object.
- AT_ANY - Static variable in interface de.toem.impulse.samples.ISample
-
- AT_ASSOC - Static variable in interface de.toem.impulse.samples.ISample
-
Deprecated.
- AT_ASSOC_DELTA - Static variable in interface de.toem.impulse.samples.ISample
-
- AT_ASSOC_DELTA_REV - Static variable in interface de.toem.impulse.samples.ISample
-
- AT_ASSOC_POS - Static variable in interface de.toem.impulse.samples.ISample
-
- AT_ASSOC_POS_REV - Static variable in interface de.toem.impulse.samples.ISample
-
- AT_LABEL - Static variable in interface de.toem.impulse.samples.ISample
-
- AT_MULT - Static variable in interface de.toem.impulse.samples.ISample
-
- AT_RELATION - Static variable in interface de.toem.impulse.samples.ISample
-
- atan(double) - Static method in class java.lang.Math
-
Returns the arc tangent of a value; the returned angle is in the
range -pi/2 through pi/2.
- atan(double) - Static method in class java.lang.StrictMath
-
Returns the arc tangent of a value; the returned angle is in the
range -pi/2 through pi/2.
- atan2(double, double) - Static method in class java.lang.Math
-
Returns the angle theta from the conversion of rectangular
coordinates (x
, y
) to polar
coordinates (r, theta).
- atan2(double, double) - Static method in class java.lang.StrictMath
-
Returns the angle theta from the conversion of rectangular
coordinates (x
, y
) to polar
coordinates (r, theta).
- AttachedLabel - Class in de.toem.impulse.values
-
- AttachedLabel(String, int, int) - Constructor for class de.toem.impulse.values.AttachedLabel
-
- AttachedRelation - Class in de.toem.impulse.values
-
- AttachedRelation(byte, String, String, long, long, IDomainBase) - Constructor for class de.toem.impulse.values.AttachedRelation
-
- attachLabel(String) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Adds a label to the previous sample.
- attachLabel(String, int, int) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Deprecated.
- attachLabel(int, int, int) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Deprecated.
- attachLabel(int) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Adds a label to the previous sample.
- attachments(int) - Method in interface de.toem.impulse.samples.IGroupPointer
-
Returns all attachments of sample.
- attachments(int) - Method in interface de.toem.impulse.samples.IPointer
-
Returns all attachments of current group/sample.
- attachments(int) - Method in interface de.toem.impulse.samples.IReadableGroup
-
Returns all attachments of sample.
- attachments(int) - Method in interface de.toem.impulse.samples.IReadableSample
-
Returns all attachments of sample.
- attachments(int) - Method in interface de.toem.impulse.samples.IReadableValue
-
- attachments(int) - Method in class de.toem.impulse.values.CompoundValue
-
- attachments(int) - Method in class de.toem.impulse.values.GroupedValue
-
- attachmentsAt(int, int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Return all attachments of sample at index 'idx.
- attachmentsAtGroup(int, int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns group value for group id 'group'.
- attachRelation(String, String, long) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Adds an relation to the previous sample.
- attachRelation(int, String, String, long) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
- attachRelation(int, String, String, long, IDomainBase) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
- attachRelation(int, int, long) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Adds an relation to the previous sample.
- attachRelation(int, int, int, long) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
- attachRelation(int, int, int, long, int) - Method in interface de.toem.impulse.samples.ISamplesWriter
-
- AutoCloseable - Interface in java.lang
-
A resource that must be closed when it is no longer needed.
- available() - Method in class java.io.BufferedInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.ByteArrayInputStream
-
Returns the number of remaining bytes that can be read (or skipped over)
from this input stream.
- available() - Method in class java.io.FileInputStream
-
Returns an estimate of the number of remaining bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.FilterInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
caller of a method for this input stream.
- available() - Method in class java.io.InputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.LineNumberInputStream
-
Deprecated.
Returns the number of bytes that can be read from this input
stream without blocking.
- available() - Method in interface java.io.ObjectInput
-
Returns the number of bytes that can be read
without blocking.
- available() - Method in class java.io.ObjectInputStream
-
Returns the number of bytes that can be read without blocking.
- available() - Method in class java.io.PipedInputStream
-
Returns the number of bytes that can be read from this input
stream without blocking.
- available() - Method in class java.io.PushbackInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class java.io.SequenceInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from the current underlying input stream without
blocking by the next invocation of a method for the current
underlying input stream.
- available() - Method in class java.io.StringBufferInputStream
-
Deprecated.
Returns the number of bytes that can be read from the input
stream without blocking.
- availableLayers() - Method in interface de.toem.impulse.samples.IGroupService
-
Calculates the range of used layers.
- availableProcessors() - Method in class java.lang.Runtime
-
Returns the number of processors available to the Java virtual machine.
- aValueFormat - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- AVESTAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Avestan" Unicode character block.
- axis - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- AXIS_DEDICATED - Static variable in class de.toem.impulse.cells.view.AxisConfiguration
-
- AXIS_DEDICATED_BASE - Static variable in class de.toem.impulse.cells.view.AxisConfiguration
-
- AXIS_NONE - Static variable in class de.toem.impulse.cells.view.AxisConfiguration
-
- AXIS_OPTIONS - Static variable in class de.toem.impulse.cells.view.AxisConfiguration
-
- AXIS_ROOT_OPTIONS - Static variable in class de.toem.impulse.cells.view.AxisConfiguration
-
- AXIS_TYPE_LINEAR - Static variable in class de.toem.impulse.cells.view.AxisConfiguration
-
- AXIS_TYPE_LOG10 - Static variable in class de.toem.impulse.cells.view.AxisConfiguration
-
- AXIS_TYPE_OPTIONS - Static variable in class de.toem.impulse.cells.view.AxisConfiguration
-
- AxisConfiguration - Class in de.toem.impulse.cells.view
-
- AxisConfiguration() - Constructor for class de.toem.impulse.cells.view.AxisConfiguration
-
- axisMode - Variable in class de.toem.impulse.cells.view.AxisConfiguration
-
- axisType - Variable in class de.toem.impulse.cells.view.AxisConfiguration
-