Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

U

UF_ABSOLUTE_8 - Static variable in interface de.toem.impulse.samples.ISample
 
UF_DELTA_0 - Static variable in interface de.toem.impulse.samples.ISample
 
UF_DELTA_1 - Static variable in interface de.toem.impulse.samples.ISample
 
UF_DELTA_2 - Static variable in interface de.toem.impulse.samples.ISample
 
UF_DELTA_4 - Static variable in interface de.toem.impulse.samples.ISample
 
UF_DELTA_8 - Static variable in interface de.toem.impulse.samples.ISample
 
UF_DELTA_PREVIOUS - Static variable in interface de.toem.impulse.samples.ISample
 
UGARITIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ugaritic" Unicode character block.
UL0 - Static variable in interface de.toem.impulse.domain.IDomainBase
 
UL1 - Static variable in interface de.toem.impulse.domain.IDomainBase
 
UL2 - Static variable in interface de.toem.impulse.domain.IDomainBase
 
ulp(double) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(double) - Static method in class java.lang.StrictMath
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.StrictMath
Returns the size of an ulp of the argument.
ulp() - Method in class java.math.BigDecimal
Returns the size of an ulp, a unit in the last place, of this BigDecimal.
UNASSIGNED - Static variable in class java.lang.Character
General category "Cn" in the Unicode specification.
unBind(boolean) - Method in interface de.toem.pattern.element.ICell
 
unBind() - Method in interface de.toem.pattern.element.ICover
 
unBind(boolean) - Method in interface de.toem.pattern.element.IElement
 
unBind(IElement) - Method in interface de.toem.pattern.element.IElementProvider
 
uncaughtException(Thread, Throwable) - Method in interface java.lang.Thread.UncaughtExceptionHandler
Method invoked when the given thread terminates due to the given uncaught exception.
uncaughtException(Thread, Throwable) - Method in class java.lang.ThreadGroup
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception, and the thread does not have a specific Thread.UncaughtExceptionHandler installed.
undo(IProgress) - Method in interface de.toem.pattern.element.IElementModifier
 
undo(IProgress, boolean) - Method in interface de.toem.pattern.element.IElementModifier
 
UNDOING - Static variable in interface de.toem.pattern.element.IElementModifier
 
UNDONE - Static variable in interface de.toem.pattern.element.IElementModifier
 
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Unified Canadian Aboriginal Syllabics" Unicode character block.
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Unified Canadian Aboriginal Syllabics Extended" Unicode character block.
uniqueChildName(String) - Method in interface de.toem.pattern.element.ICell
 
uniqueChildName(String) - Method in interface de.toem.pattern.element.IElement
 
units - Variable in class de.toem.impulse.domain.DomainValue
 
units(IDomainBase, DomainValue) - Static method in class de.toem.impulse.domain.DomainValue
 
unitsAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
Return the position at sample index (to be multiplied with the domain base).
Unknown - Static variable in class de.toem.impulse.domain.DomainBase
 
UNKNOWN - Static variable in interface de.toem.pattern.element.IElementModifier
 
UNKNOWN_NAME - Static variable in interface de.toem.pattern.element.IElement
 
UnknownBase - Enum in de.toem.impulse.domain
 
UnknownError - Error in java.lang
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError() - Constructor for error java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String) - Constructor for error java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UNLIMITED - Static variable in class java.math.MathContext
A MathContext object whose settings have the values required for unlimited precision arithmetic.
unread(int) - Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(byte[], int, int) - Method in class java.io.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(byte[]) - Method in class java.io.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(int) - Method in class java.io.PushbackReader
Pushes back a single character by copying it to the front of the pushback buffer.
unread(char[], int, int) - Method in class java.io.PushbackReader
Pushes back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(char[]) - Method in class java.io.PushbackReader
Pushes back an array of characters by copying it to the front of the pushback buffer.
unregister() - Method in interface de.toem.pattern.element.ICell
 
UnsatisfiedLinkError - Error in java.lang
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError() - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String) - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
unscaledValue() - Method in class java.math.BigDecimal
Returns a BigInteger whose value is the unscaled value of this BigDecimal.
UnsupportedClassVersionError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
UnsupportedClassVersionError() - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with no detail message.
UnsupportedClassVersionError(String) - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with the specified detail message.
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedOperationException - Exception in java.lang
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UnsupportedOperationException(String, Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified detail message and cause.
UnsupportedOperationException(Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
update(Object, ISamples.ProcessType, ISamples.SignalType, ISamples.SignalDescriptor, IDomainBase, String, String, String, String, IPropertyModel, IReaderDomainBaseProvider) - Method in interface de.toem.impulse.samples.ISamplesProducer
Tries to update the reader with new configuration.
update() - Method in interface de.toem.impulse.samples.ISamplesProducer
 
update(Signal, IDomainBase) - Method in interface de.toem.impulse.samples.ISamplesReader
Tries to update the reader with signal content.
update(IPackedSamples, IDomainBase) - Method in interface de.toem.impulse.samples.ISamplesReader
Tries to update the reader with a packed samples content.
update(ElementModifierEvent) - Method in interface de.toem.pattern.element.ICell
 
UPPERCASE_LETTER - Static variable in class java.lang.Character
General category "Lu" in the Unicode specification.
useInMenu - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
 
usePattern - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
 
useProtocolVersion(int) - Method in class java.io.ObjectOutputStream
Specify stream protocol version to use when writing the stream.
userLevel() - Method in enum de.toem.impulse.domain.AmpsBase
 
userLevel() - Method in enum de.toem.impulse.domain.DateBase
 
userLevel() - Method in enum de.toem.impulse.domain.FloatBase
 
userLevel() - Method in enum de.toem.impulse.domain.FrequencyBase
 
userLevel() - Method in interface de.toem.impulse.domain.IDomainBase
 
userLevel() - Method in enum de.toem.impulse.domain.IndexBase
 
userLevel() - Method in enum de.toem.impulse.domain.PixelBase
 
userLevel() - Method in enum de.toem.impulse.domain.TimeBase
 
userLevel() - Method in enum de.toem.impulse.domain.UnknownBase
 
userLevel() - Method in enum de.toem.impulse.domain.VoltsBase
 
USUAL_OPTIONS - Static variable in enum de.toem.impulse.domain.TimeBase
 
UTFDataFormatException - Exception in java.io
Signals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z