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 

S

SafeVarargs - Annotation Type in java.lang
A programmer assertion that the body of the annotated method or constructor does not perform potentially unsafe operations on its varargs parameter.
SAMARITAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Samaritan" Unicode character block.
samples - Variable in class de.toem.impulse.cells.record.Signal
 
samples - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
SamplesExploit - Class in de.toem.impulse.cells.record
 
SamplesExploit() - Constructor for class de.toem.impulse.cells.record.SamplesExploit
 
SamplesExploit(Field) - Constructor for class de.toem.impulse.cells.record.SamplesExploit
 
SAURASHTRA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Saurashtra" Unicode character block.
save(IProgress) - Method in interface de.toem.pattern.element.IElement
 
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_ENUM - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
scalb(double, int) - Static method in class java.lang.Math
Return d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.Math
Return f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
scalb(double, int) - Static method in class java.lang.StrictMath
Return d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.StrictMath
Return f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
scale - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
scale() - Method in class java.math.BigDecimal
Returns the scale of this BigDecimal.
SCALE_TYPE_LINEAR - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
SCALE_TYPE_LOG10 - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
scaleByPowerOfTen(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose numerical value is equal to (this * 10n).
scaleFrom - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
scaleTo - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
scaleType - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
scaleUnit - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
Scope - Class in de.toem.impulse.cells.record
 
Scope() - Constructor for class de.toem.impulse.cells.record.Scope
 
scriptPattern - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
 
SearchConfiguration - Class in de.toem.impulse.cells.view
 
SearchConfiguration() - Constructor for class de.toem.impulse.cells.view.SearchConfiguration
 
SearchConfigurationInstancer - Class in de.toem.impulse.cells.view
 
SearchConfigurationInstancer() - Constructor for class de.toem.impulse.cells.view.SearchConfigurationInstancer
 
SecurityException - Exception in java.lang
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified detail message and cause.
SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified cause and a detail message of (cause==null ?
SecurityManager - Class in java.lang
The security manager is a class that allows applications to implement a security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
seek(long) - Method in class java.io.RandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
SelectionChanged - Static variable in interface de.toem.impulse.paint.IPlotTree
 
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
SequenceInputStream - Class in java.io
A SequenceInputStream represents the logical concatenation of other input streams.
SequenceInputStream(Enumeration<? extends InputStream>) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the two arguments, which will be read in order, first s1 and then s2, to provide the bytes to be read from this SequenceInputStream.
Serializable - Interface in java.io
Serializability of a class is enabled by the class implementing the java.io.Serializable interface.
SerializablePermission - Class in java.io
This class is for Serializable permissions.
SerializablePermission(String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission with the specified name.
SerializablePermission(String, String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission object with the specified name.
serializers - Static variable in class de.toem.pattern.element.Elements
 
set(T) - Method in class java.lang.ThreadLocal
Sets the current thread's copy of this thread-local variable to the specified value.
setAccuracy(int) - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
Sets the accuracy descriptor.
setActiveChangeUnderMouse(String, Number, IDomainBase, long, long, long) - Method in interface de.toem.impulse.paint.ITreeItem
 
setActiveCursorValue(boolean, String, Number, IDomainBase, long, long) - Method in interface de.toem.impulse.paint.ITreeItem
 
setActiveValuePainter(IActiveValueProvider) - Method in interface de.toem.impulse.paint.ITreeItem
 
setAttachments(List<IAttachment>) - Method in class de.toem.impulse.values.CompoundValue
 
setBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit set.
setBytes(byte[]) - Method in class de.toem.impulse.values.CompoundPack
 
setBytesValue(byte[]) - Method in class de.toem.impulse.values.StructMember
Sets the value of the member.
setCell(ICell) - Method in interface de.toem.pattern.element.ICover
 
setCellType(String) - Method in interface de.toem.pattern.element.ICover
 
setCharAt(int, char) - Method in class java.lang.StringBuffer
 
setChildrenSynced(boolean) - Method in interface de.toem.impulse.paint.ITreeItem
 
setClassAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the desired assertion status for the named top-level class in this class loader and any nested classes contained therein.
setColor(Object) - Method in interface de.toem.impulse.paint.IPaintItem
 
setColor(int, Object) - Method in interface de.toem.impulse.paint.ITheme
 
setCombined(boolean) - Method in interface de.toem.impulse.paint.ITreeItem
 
setConfiguration(String) - Method in interface de.toem.pattern.element.ICover
 
setContent(String) - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
Sets the content descriptor.
setContextClassLoader(ClassLoader) - Method in class java.lang.Thread
Sets the context ClassLoader for this Thread.
setConverterConfiguration(SampleConverterConfiguration) - Method in class de.toem.impulse.values.CompoundValue
 
setCurrent(long, boolean) - Method in interface de.toem.impulse.samples.ISamplesIterator
Sets the current position to 'units'.
setCurrent(DomainValue, boolean) - Method in interface de.toem.impulse.samples.ISamplesIterator
Sets the current position to 'position'.
setDaemon(boolean) - Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean) - Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setData(Object) - Method in interface de.toem.impulse.paint.IPaintItem
 
setData(String, Object) - Method in interface de.toem.impulse.paint.IPaintItem
 
setData(Object) - Method in interface de.toem.impulse.samples.IPackedSamples
Sets the transient data.
setData(String, Object) - Method in interface de.toem.impulse.samples.IPackedSamples
Sets the transient data.
setData(Object) - Method in interface de.toem.pattern.element.ICell
 
setData(String, Object) - Method in interface de.toem.pattern.element.ICell
 
setDefaultAssertionStatus(boolean) - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
Set the default handler invoked when a thread abruptly terminates due to an uncaught exception, and no other handler has been defined for that thread.
setDelta(long) - Method in interface de.toem.impulse.samples.IPointer
Internal use only!
setDescription(String) - Method in interface de.toem.impulse.paint.IPaintItem
 
setDomainAxis(boolean) - Method in interface de.toem.impulse.paint.ITreeItem
 
setDomainAxisMap(Map<Class<? extends IDomainBase>, IDomainAxis>) - Method in interface de.toem.impulse.paint.ITreeItem
 
setDomainBase(IDomainBase) - Method in interface de.toem.impulse.samples.ISamplesWriter
Sets the domain base.
setDoubleValue(double) - Method in class de.toem.impulse.values.StructMember
Sets the value of the member.
setEnum(int, String, int) - Method in interface de.toem.impulse.samples.ISamplesLegend
 
setEnum(int, String, int) - Method in interface de.toem.impulse.samples.ISamplesWriter
Adds an enumeration to to the writers legend.
setErr(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" error output stream.
setExecutable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's execute permission for this abstract pathname.
setExecutable(boolean) - Method in class java.io.File
A convenience method to set the owner's execute permission for this abstract pathname.
setExpandable(boolean) - Method in interface de.toem.impulse.paint.ITreeItem
 
setExpanded(boolean) - Method in interface de.toem.impulse.paint.ITreeItem
 
setFlags(int) - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
Sets the scale descriptor of 3rd dim.
setFloatValue(float) - Method in class de.toem.impulse.values.StructMember
Sets the value of the member.
setFolderMode(int) - Method in interface de.toem.impulse.paint.IFolderItem
 
setFont(Object) - Method in interface de.toem.impulse.paint.ITheme
 
setFormat(int) - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
Sets the default format.
setFormat0(int) - Method in class de.toem.impulse.values.CompoundPack
 
setGroup(int) - Method in class de.toem.impulse.values.CompoundPack
 
setGroup(int) - Method in class de.toem.impulse.values.CompoundValue
 
setHidden(boolean) - Method in class de.toem.impulse.values.MemberDescriptor
 
setHint(String, String) - Method in interface de.toem.pattern.element.IElement
 
setHints(Map<String, String>) - Method in interface de.toem.pattern.element.IElement
 
setHunt(String) - Method in interface de.toem.pattern.element.ICell
 
setId(String) - Method in interface de.toem.impulse.samples.ISamplesProducer
Sets the identifier.
setId(String) - Method in interface de.toem.impulse.samples.ISamplesWriter
Sets the identifier.
setIdx(int) - Method in class de.toem.impulse.values.CompoundPack
 
setIdx(int) - Method in class de.toem.impulse.values.CompoundValue
 
setImage(Object) - Method in interface de.toem.impulse.paint.IPaintItem
 
setIn(InputStream) - Static method in class java.lang.System
Reassigns the "standard" input stream.
setIndex(int) - Method in interface de.toem.impulse.samples.IPointer
Sets the samples index (0
setIntValue(int) - Method in class de.toem.impulse.values.StructMember
Sets the value of the member.
setLastModified(long) - Method in class java.io.File
Sets the last-modified time of the file or directory named by this abstract pathname.
setLayer(int) - Method in class de.toem.impulse.values.CompoundPack
 
setLayer(int) - Method in class de.toem.impulse.values.CompoundValue
 
setLegend(ISamplesLegend) - Method in interface de.toem.impulse.samples.ISamplesWriter
Sets the legend.
setLength(long) - Method in class java.io.RandomAccessFile
Sets the length of this file.
setLength(int) - Method in class java.lang.StringBuffer
 
setLineNumber(int) - Method in class java.io.LineNumberInputStream
Deprecated.
Sets the line number to the specified argument.
setLineNumber(int) - Method in class java.io.LineNumberReader
Set the current line number.
setLineWidth(int) - Method in interface de.toem.impulse.paint.ITheme
 
setListener(IElementModifierListener) - Method in interface de.toem.pattern.element.IElementModifier
 
setLongValue(long) - Method in class de.toem.impulse.values.StructMember
Sets the value of the member.
setMarkerFont(Object) - Method in interface de.toem.impulse.paint.ITheme
 
setMarkers(Markers) - Method in interface de.toem.impulse.paint.ITreeItem
 
setMarkerStyle(int) - Method in interface de.toem.impulse.paint.ITreeItem
 
setMaxPriority(int) - Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMember(int, String, int, String, int) - Method in interface de.toem.impulse.samples.ISamplesLegend
 
setMember(int, String, String, int) - Method in interface de.toem.impulse.samples.ISamplesWriter
Adds a named elements of an array/struct to the writers legend.
setMember(int, String, int, String, int) - Method in interface de.toem.impulse.samples.ISamplesWriter
Adds a named elements of an array/struct to the writers legend.
setModify(boolean) - Method in interface de.toem.pattern.element.IElementProvider
 
setName(String) - Method in interface de.toem.impulse.samples.ISamplesProducer
Sets the name.
setName(String) - Method in interface de.toem.impulse.samples.ISamplesWriter
Sets the name.
setName(String) - Method in interface de.toem.pattern.element.ICell
 
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNone(boolean) - Method in class de.toem.impulse.values.CompoundValue
 
setOrder(int) - Method in class de.toem.impulse.values.CompoundPack
 
setOrder(int) - Method in class de.toem.impulse.values.CompoundValue
 
setOut(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" output stream.
setPackageAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the package default assertion status for the named package.
setPaintStyle(PaintStyle) - Method in interface de.toem.impulse.paint.IPlotItem
 
setPosition(DomainValue) - Method in interface de.toem.impulse.paint.ICursorItem
 
setPosition(DomainValue) - Method in interface de.toem.impulse.samples.IPointer
Sets the position of the pointer.
setPreferedHeight(int) - Method in interface de.toem.impulse.paint.ITreeItem
 
setPreferred(boolean) - Method in enum de.toem.impulse.domain.AmpsBase
 
setPreferred(boolean) - Method in enum de.toem.impulse.domain.DateBase
 
setPreferred(boolean) - Method in enum de.toem.impulse.domain.FloatBase
 
setPreferred(boolean) - Method in enum de.toem.impulse.domain.FrequencyBase
 
setPreferred(boolean) - Method in interface de.toem.impulse.domain.IDomainBase
 
setPreferred(boolean) - Method in enum de.toem.impulse.domain.IndexBase
 
setPreferred(boolean) - Method in enum de.toem.impulse.domain.PixelBase
 
setPreferred(boolean) - Method in enum de.toem.impulse.domain.TimeBase
 
setPreferred(boolean) - Method in enum de.toem.impulse.domain.UnknownBase
 
setPreferred(boolean) - Method in enum de.toem.impulse.domain.VoltsBase
 
setPrintMode(boolean) - Method in interface de.toem.impulse.paint.ITheme
 
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setProperties(ICell) - Method in interface de.toem.pattern.element.ICover
 
setProperties(Properties) - Static method in class java.lang.System
Sets the system properties to the Properties argument.
setProperty(String, Object) - Method in interface de.toem.pattern.element.ICover
 
setProperty(String, String) - Static method in class java.lang.System
Sets the system property indicated by the specified key.
setReadable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's read permission for this abstract pathname.
setReadable(boolean) - Method in class java.io.File
A convenience method to set the owner's read permission for this abstract pathname.
setReadOnly() - Method in class java.io.File
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setSamples(IReadableSamples) - Method in interface de.toem.impulse.paint.IPlotItem
 
setSamples(IReadableSamples) - Method in class de.toem.impulse.values.CompoundValue
Sets the source samples (internal only).
setScale(int) - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
Sets the scale descriptor of 1st dim.
setScale(int, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setScale(int, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setScale(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to this BigDecimal's.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
Sets the System security.
setSerializer(String) - Method in interface de.toem.pattern.element.ICover
 
setStackTrace(StackTraceElement[]) - Method in class java.lang.Throwable
Sets the stack trace elements that will be returned by Throwable.getStackTrace() and printed by Throwable.printStackTrace() and related methods.
setStringValue(String) - Method in class de.toem.impulse.values.StructMember
Sets the value of the member.
setTagDomain(ISamples.TagDomain) - Method in interface de.toem.impulse.samples.ISamplesWriter
Sets the tag domain.
setTagged(boolean) - Method in class de.toem.impulse.values.CompoundPack
 
setTagged(boolean) - Method in class de.toem.impulse.values.CompoundValue
 
setText(String) - Method in interface de.toem.impulse.paint.IPaintItem
 
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
Set the handler invoked when this thread abruptly terminates due to an uncaught exception.
setUnits(long) - Method in interface de.toem.impulse.samples.IPointer
Sets the position of the pointer.
setUnits(long) - Method in class de.toem.impulse.values.CompoundPack
 
setUnits(long) - Method in class de.toem.impulse.values.CompoundValue
 
setUpdateSuggested(boolean) - Method in interface de.toem.pattern.element.IElementModifier
 
setValid(boolean) - Method in class de.toem.impulse.values.StructMember
Sets the valid flag.
setValue(Object) - Method in class de.toem.impulse.cells.record.SamplesExploit
 
setValue(Object) - Method in class de.toem.impulse.values.CompoundValue
 
setValue(Object) - Method in class de.toem.impulse.values.StructMember
Sets the value of the member.
setValue(Field, Object) - Method in interface de.toem.pattern.element.ICell
 
setValue(String, Object) - Method in interface de.toem.pattern.element.ICell
 
setWritable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's write permission for this abstract pathname.
setWritable(boolean) - Method in class java.io.File
A convenience method to set the owner's write permission for this abstract pathname.
SHAVIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Shavian" Unicode character block.
SHIFT_FORMAT_0_D - Static variable in interface de.toem.impulse.samples.ISample
 
SHIFT_FORMAT_0_DF - Static variable in interface de.toem.impulse.samples.ISample
 
SHIFT_FORMAT_0_GO - Static variable in interface de.toem.impulse.samples.ISample
 
SHIFT_FORMAT_0_XDF - Static variable in interface de.toem.impulse.samples.ISample
 
SHIFT_FORMAT_1_TF - Static variable in interface de.toem.impulse.samples.ISample
 
shiftLeft(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this << n).
shiftRight(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this >> n).
Short - Class in java.lang
The Short class wraps a value of primitive type short in an object.
Short(short) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the specified short value.
Short(String) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the short value indicated by the String parameter.
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Long
Returns the value of this Long as a short.
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
shortValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a short, checking for lost information.
Signal - Class in de.toem.impulse.cells.record
 
Signal() - Constructor for class de.toem.impulse.cells.record.Signal
 
signal - Variable in class de.toem.impulse.cells.record.SignalProxy
 
signalDescriptor - Variable in class de.toem.impulse.cells.record.Signal
 
signalDescriptor - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
signalDescriptor - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
 
signalDescriptor - Variable in class de.toem.impulse.cells.view.ViewConfiguration
 
SignalDescriptor() - Constructor for class de.toem.impulse.samples.ISamples.SignalDescriptor
Default Constructor.
SignalDescriptor(String, int) - Constructor for class de.toem.impulse.samples.ISamples.SignalDescriptor
Constructor.
SignalDescriptor(String, int, int, int) - Constructor for class de.toem.impulse.samples.ISamples.SignalDescriptor
Constructor.
SignalDescriptor(String, int, int, int, int, int) - Constructor for class de.toem.impulse.samples.ISamples.SignalDescriptor
Constructor.
SignalProxy - Class in de.toem.impulse.cells.record
 
SignalProxy() - Constructor for class de.toem.impulse.cells.record.SignalProxy
 
SignalReference - Class in de.toem.impulse.cells.view
Deprecated.
SignalReference() - Constructor for class de.toem.impulse.cells.view.SignalReference
Deprecated.
 
signalType - Variable in class de.toem.impulse.cells.record.Signal
 
signalType - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
signalType - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
 
signalType - Variable in class de.toem.impulse.cells.view.ViewConfiguration
 
signum(int) - Static method in class java.lang.Integer
Returns the signum function of the specified int value.
signum(long) - Static method in class java.lang.Long
Returns the signum function of the specified long value.
signum(double) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
signum(double) - Static method in class java.lang.StrictMath
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.StrictMath
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
signum() - Method in class java.math.BigDecimal
Returns the signum function of this BigDecimal.
signum() - Method in class java.math.BigInteger
Returns the signum function of this BigInteger.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
sin(double) - Static method in class java.lang.StrictMath
Returns the trigonometric sine of an angle.
sinh(double) - Static method in class java.lang.Math
Returns the hyperbolic sine of a double value.
sinh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic sine of a double value.
SINHALA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sinhala" Unicode character block.
size() - Method in interface de.toem.impulse.samples.IGroupService
Answers the no of groups managed by this index
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.io.CharArrayWriter
Returns the current size of the buffer.
size() - Method in class java.io.DataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
SIZE - Static variable in class java.lang.Byte
The number of bits used to represent a byte value in two's complement binary form.
SIZE - Static variable in class java.lang.Character
The number of bits used to represent a char value in unsigned binary form, constant 16.
SIZE - Static variable in class java.lang.Double
The number of bits used to represent a double value.
SIZE - Static variable in class java.lang.Float
The number of bits used to represent a float value.
SIZE - Static variable in class java.lang.Integer
The number of bits used to represent an int value in two's complement binary form.
SIZE - Static variable in class java.lang.Long
The number of bits used to represent a long value in two's complement binary form.
SIZE - Static variable in class java.lang.Short
The number of bits used to represent a short value in two's complement binary form.
skip(long) - Method in class java.io.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class java.io.BufferedReader
Skips characters.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.CharArrayReader
Skips characters.
skip(long) - Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterReader
Skips characters.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.LineNumberInputStream
Deprecated.
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.LineNumberReader
Skip characters.
skip(long) - Method in interface java.io.ObjectInput
Skips n bytes of input.
skip(long) - Method in class java.io.PushbackInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.PushbackReader
Skips characters.
skip(long) - Method in class java.io.Reader
Skips characters.
skip(long) - Method in class java.io.StringBufferInputStream
Deprecated.
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.StringReader
Skips the specified number of characters in the stream.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in class java.io.ObjectInputStream
Skips bytes.
skipBytes(int) - Method in class java.io.RandomAccessFile
Attempts to skip over n bytes of input discarding the skipped bytes.
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds, subject to the precision and accuracy of system timers and schedulers.
sleep(long, int) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds plus the specified number of nanoseconds, subject to the precision and accuracy of system timers and schedulers.
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Small Form Variants" Unicode character block.
sortByOrder(List<IElement>) - Static method in class de.toem.pattern.element.Elements
 
source - Variable in class de.toem.impulse.cells.record.PortScope
 
SourceReference - Class in de.toem.impulse.cells.view
 
SourceReference() - Constructor for class de.toem.impulse.cells.view.SourceReference
 
SourceReferenceInstancer - Class in de.toem.impulse.cells.view
 
SourceReferenceInstancer() - Constructor for class de.toem.impulse.cells.view.SourceReferenceInstancer
 
SourceReferenceInstancer(SourceReferenceInstancer, List<IElement>) - Constructor for class de.toem.impulse.cells.view.SourceReferenceInstancer
 
SPACE_SEPARATOR - Static variable in class java.lang.Character
General category "Zs" in the Unicode specification.
SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Spacing Modifier Letters" Unicode character block.
SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Specials" Unicode character block.
split(String, int) - Method in class java.lang.String
Splits this string around matches of the given split(String) - Method in class java.lang.String
Splits this string around matches of the given sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
sqrt(double) - Static method in class java.lang.StrictMath
Returns the correctly rounded positive square root of a double value.
StackOverflowError - Error in java.lang
Thrown when a stack overflow occurs because an application recurses too deeply.
StackOverflowError() - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
StackTraceElement - Class in java.lang
An element in a stack trace, as returned by Throwable.getStackTrace().
StackTraceElement(String, String, String, int) - Constructor for class java.lang.StackTraceElement
Creates a stack trace element representing the specified execution point.
start - Variable in class de.toem.impulse.cells.record.Signal
 
start - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
start - Variable in class de.toem.impulse.cells.view.ViewConfiguration
 
start(RootDoc) - Static method in class de.toem.impulse.javadoc.Doclet
Deprecated.
This function does it
start() - Method in class java.lang.ProcessBuilder
Starts a new process using the attributes of this process builder.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
START_PUNCTUATION - Static variable in class java.lang.Character
General category "Ps" in the Unicode specification.
startsWith(String, int) - Method in class java.lang.String
Tests if the substring of this string beginning at the specified index starts with the specified prefix.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
STATE_0_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_1_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_D_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_H_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_J_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_K_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_L_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_LC_DIGITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_LEVEL_16 - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_LEVEL_2 - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_LEVEL_4 - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_LEVEL_NONE - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_M_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_N_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_O_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_P_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_U_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_UC_DIGITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_UNKNOWN_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_W_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_X_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
STATE_Z_BITS - Static variable in interface de.toem.impulse.samples.ISample
 
stop() - Method in class java.lang.Thread
Deprecated.
This method is inherently unsafe. Stopping a thread with Thread.stop causes it to unlock all of the monitors that it has locked (as a natural consequence of the unchecked ThreadDeath exception propagating up the stack). If any of the objects previously protected by these monitors were in an inconsistent state, the damaged objects become visible to other threads, potentially resulting in arbitrary behavior. Many uses of stop should be replaced by code that simply modifies some variable to indicate that the target thread should stop running. The target thread should check this variable regularly, and return from its run method in an orderly fashion if the variable indicates that it is to stop running. If the target thread waits for long periods (on a condition variable, for example), the interrupt method should be used to interrupt the wait. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
stop(Throwable) - Method in class java.lang.Thread
Deprecated.
This method is inherently unsafe. See Thread.stop() for details. An additional danger of this method is that it may be used to generate exceptions that the target thread is unprepared to handle (including checked exceptions that the thread could not possibly throw, were it not for this method). For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
stop() - Method in class java.lang.ThreadGroup
Deprecated.
This method is inherently unsafe. See Thread.stop() for details.
STREAM_MAGIC - Static variable in interface java.io.ObjectStreamConstants
Magic number that is written to the stream header.
STREAM_VERSION - Static variable in interface java.io.ObjectStreamConstants
Version number that is written to the stream header.
StreamCorruptedException - Exception in java.io
Thrown when control information that was read from an object stream violates internal consistency checks.
StreamCorruptedException(String) - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list a reason why thrown.
StreamCorruptedException() - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list no reason why thrown.
StreamTokenizer - Class in java.io
The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
Deprecated.
As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:
   Reader r = new BufferedReader(new InputStreamReader(is));
   StreamTokenizer st = new StreamTokenizer(r);
 
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
StrictMath - Class in java.lang
The class StrictMath contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
String - Class in java.lang
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(int[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the Unicode code point array argument.
String(byte[], int, int, int) - Constructor for class java.lang.String
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the String constructors that take a Charset, charset name, or that use the platform's default charset.
String(byte[], int) - Constructor for class java.lang.String
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the String constructors that take a Charset, charset name, or that use the platform's default charset.
String(byte[], int, int, String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], int, int, Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(byte[], Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(byte[], int, int) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the platform's default charset.
String(byte[]) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the platform's default charset.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
String(StringBuilder) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string builder argument.
StringBuffer - Class in java.lang
A thread-safe, mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and the specified initial capacity.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer initialized to the contents of the specified string.
StringBuffer(CharSequence) - Constructor for class java.lang.StringBuffer
Constructs a string buffer that contains the same characters as the specified CharSequence.
StringBufferInputStream - Class in java.io
Deprecated.
This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the StringReader class.
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
Deprecated.
Creates a string input stream to read data from the specified string.
StringBuilder - Class in java.lang
A mutable sequence of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity of 16 characters.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity specified by the capacity argument.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string builder initialized to the contents of the specified string.
StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
Constructs a string builder that contains the same characters as the specified CharSequence.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by String methods to indicate that an index is either negative or greater than the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringReader - Class in java.io
A character stream whose source is a string.
StringReader(String) - Constructor for class java.io.StringReader
Creates a new string reader.
stringValue() - Method in interface de.toem.impulse.samples.IReadableSample
Return current sample as String value.
stringValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
 
stringValue(Object, boolean) - Method in interface de.toem.impulse.samples.ISampleConverter
 
stringValueAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
Returns sample at index idx as String value.
stringValueOf(Object) - Method in interface de.toem.impulse.samples.IReadableMembers
Returns value of member 'member' as String value.
StringWriter - Class in java.io
A character stream that collects its output in a string buffer, which can then be used to construct a string.
StringWriter() - Constructor for class java.io.StringWriter
Create a new string writer using the default initial string-buffer size.
StringWriter(int) - Constructor for class java.io.StringWriter
Create a new string writer using the specified initial string-buffer size.
stripTrailingZeros() - Method in class java.math.BigDecimal
Returns a BigDecimal which is numerically equal to this one but with any trailing zeros removed from the representation.
Struct - Class in de.toem.impulse.values
This class contains the value of struct signals.
Struct(byte[], int, int, ISamplesLegend) - Constructor for class de.toem.impulse.values.Struct
Creates a new struct event.
Struct(StructMember...) - Constructor for class de.toem.impulse.values.Struct
 
STRUCT_CONTENT_CHART - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
Deprecated.
STRUCT_CONTENT_GANTT - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
Deprecated.
STRUCT_CONTENT_LOG - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
Deprecated.
STRUCT_CONTENT_TRANSACTION - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
Deprecated.
STRUCT_MASK_TYPE - Static variable in interface de.toem.impulse.samples.ISample
 
STRUCT_MOD_HIDDEN - Static variable in interface de.toem.impulse.samples.ISample
 
STRUCT_MOD_VALID_UNTIL_CHANGE - Static variable in interface de.toem.impulse.samples.ISample
 
STRUCT_TYPE_BINARY - Static variable in interface de.toem.impulse.samples.ISample
Binary struct member type.
STRUCT_TYPE_BOOLEAN - Static variable in interface de.toem.impulse.samples.ISample
Boolean struct member type.
STRUCT_TYPE_ENUM - Static variable in interface de.toem.impulse.samples.ISample
Global enumeration struct member type.
STRUCT_TYPE_FLOAT - Static variable in interface de.toem.impulse.samples.ISample
Float struct member type.
STRUCT_TYPE_INTEGER - Static variable in interface de.toem.impulse.samples.ISample
Integer struct member type.
STRUCT_TYPE_LOCAL_ENUM - Static variable in interface de.toem.impulse.samples.ISample
Local enumeration struct member type.
STRUCT_TYPE_MAX - Static variable in interface de.toem.impulse.samples.ISample
 
STRUCT_TYPE_MERGE_ENUM - Static variable in interface de.toem.impulse.samples.ISample
Merging enumeration struct member type.
STRUCT_TYPE_STRUCT - Static variable in interface de.toem.impulse.samples.ISample
Inner struct member type.
STRUCT_TYPE_TEXT - Static variable in interface de.toem.impulse.samples.ISample
Text struct member type.
STRUCT_TYPE_UNKNOWN - Static variable in interface de.toem.impulse.samples.ISample
 
StructGannt - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
Deprecated.
StructGantt - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
 
StructLog - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
 
StructMember - Class in de.toem.impulse.values
A struct member is mainly a tuple of name, type and value.
StructMember(String, int, String, int) - Constructor for class de.toem.impulse.values.StructMember
Creates a new struct member.
StructMember(String, int, String, int, Object) - Constructor for class de.toem.impulse.values.StructMember
Creates a new struct member.
StructMember(int, int, Object) - Constructor for class de.toem.impulse.values.StructMember
Creates a new struct member.
StructMember(ISamplesLegend, byte[], int) - Constructor for class de.toem.impulse.values.StructMember
Creates a new struct member from packed data.
StructTransaction - Static variable in class de.toem.impulse.samples.ISamples.SignalDescriptor
 
structValue() - Method in interface de.toem.impulse.samples.IReadableSample
Return current sample as Struct value.
structValue(Object) - Method in interface de.toem.impulse.samples.ISampleConverter
 
structValueAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
Returns sample at index idx as Struct value.
style - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
style - Variable in class de.toem.impulse.values.AbstractAttachment
 
STYLE_ACTIVE - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_ALLOW_0_WITHOUT_UNITS - Static variable in interface de.toem.impulse.domain.IDomainBase
 
STYLE_AREA - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_AUTO_UNIT - Static variable in interface de.toem.impulse.domain.IDomainBase
 
STYLE_BASE - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_CHART - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_DEFAULT - Static variable in interface de.toem.impulse.domain.IDomainBase
 
STYLE_DELTA - Static variable in interface de.toem.impulse.domain.IDomainBase
 
STYLE_DIFF - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_DIR_DOWN - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_DIR_UP - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_DROP_AFTER - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_DROP_BEFORE - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_DROP_ON - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_EVENT - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_FOCUS - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_GANT - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_HIDDEN - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_HOVER - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_IMAGE - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_IMAGES - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_LABELS - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_LINE - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_LOG - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_LOGIC - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_LOOSE - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MASK_DIR - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MEASURE - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MEASURE_NORMAL - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MEASURE_SHARED - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MEASURE_SHARED_TO_LEFT - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MEASURE_SHARED_TO_RIGHT - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MOVE - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MOVE_LEFT - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MOVE_LEFT_BOOST - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MOVE_LEFT_FAST - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MOVE_RIGHT - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MOVE_RIGHT_BOOST - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MOVE_RIGHT_FAST - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_MULTI - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_NOAXIS - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_NONE - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_NONE - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_PREFFERED_UNIT - Static variable in interface de.toem.impulse.domain.IDomainBase
 
STYLE_QUICK_MEASURE - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_REMOVE_TRAILING_ZEROS - Static variable in interface de.toem.impulse.domain.IDomainBase
 
STYLE_RESIZE - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_SELECTED - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_SHOW_ICONS - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_SHOW_NAMES_RIGHTALLIGNED - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_SHOW_VALUE_COLUMN - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_TAG_TO_LEFT - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_TRANSACTION - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_VECTOR - Static variable in class de.toem.impulse.cells.view.PlotConfiguration
 
STYLE_XSTYLE - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_ZOOM_IN - Static variable in interface de.toem.impulse.paint.ITheme
 
STYLE_ZOOM_OUT - Static variable in interface de.toem.impulse.paint.ITheme
 
styleDescriptor - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
styleParameters - Variable in class de.toem.impulse.cells.view.PlotConfiguration
 
styles - Variable in class de.toem.impulse.values.AbstractAttachment
 
sub(DomainValue) - Method in class de.toem.impulse.domain.DomainValue
 
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable overriding of readObject and writeObject.
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a new CharSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.String
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuffer
 
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable substitution of one object for another during serialization/deserialization.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int) - Method in class java.lang.StringBuffer
 
substring(int, int) - Method in class java.lang.StringBuffer
 
subtract(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - subtrahend), and whose scale is max(this.scale(), subtrahend.scale()).
subtract(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - subtrahend), with rounding according to the context settings.
subtract(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this - val).
SUNDANESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sundanese" Unicode character block.
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Superscripts and Subscripts" Unicode character block.
SUPPLEMENTAL_ARROWS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-A" Unicode character block.
SUPPLEMENTAL_ARROWS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-B" Unicode character block.
SUPPLEMENTAL_MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Mathematical Operators" Unicode character block.
SUPPLEMENTAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Punctuation" Unicode character block.
SUPPLEMENTARY_PRIVATE_USE_AREA_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplementary Private Use Area-A" Unicode character block.
SUPPLEMENTARY_PRIVATE_USE_AREA_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplementary Private Use Area-B" Unicode character block.
SuppressWarnings - Annotation Type in java.lang
Indicates that the named compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element).
SURROGATE - Static variable in class java.lang.Character
General category "Cs" in the Unicode specification.
SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
Deprecated.
As of J2SE 5, use Character.UnicodeBlock.HIGH_SURROGATES, Character.UnicodeBlock.HIGH_PRIVATE_USE_SURROGATES, and Character.UnicodeBlock.LOW_SURROGATES. These new constants match the block definitions of the Unicode Standard. The Character.UnicodeBlock.of(char) and Character.UnicodeBlock.of(int) methods return the new constants, not SURROGATES_AREA.
suspend() - Method in class java.lang.Thread
Deprecated.
This method has been deprecated, as it is inherently deadlock-prone. If the target thread holds a lock on the monitor protecting a critical system resource when it is suspended, no thread can access this resource until the target thread is resumed. If the thread that would resume the target thread attempts to lock this monitor prior to calling resume, deadlock results. Such deadlocks typically manifest themselves as "frozen" processes. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
suspend() - Method in class java.lang.ThreadGroup
Deprecated.
This method is inherently deadlock-prone. See Thread.suspend() for details.
sval - Variable in class java.io.StreamTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
swap() - Method in class de.toem.impulse.values.Logic
Swap the bits of the value.
SYLOTI_NAGRI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syloti Nagri" Unicode character block.
sync() - Method in class java.io.FileDescriptor
Force all system buffers to synchronize with the underlying device.
SYNC_NONE - Static variable in class de.toem.impulse.cells.record.PortScope
 
SYNC_SYNCED - Static variable in class de.toem.impulse.cells.record.PortScope
 
SYNC_UNSYNCED - Static variable in class de.toem.impulse.cells.record.PortScope
 
synced - Variable in class de.toem.impulse.cells.record.PortScope
 
SyncFailedException - Exception in java.io
Signals that a sync operation has failed.
SyncFailedException(String) - Constructor for exception java.io.SyncFailedException
Constructs an SyncFailedException with a detail message.
syncResource() - Method in interface de.toem.pattern.element.IElement
 
SYRIAC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syriac" Unicode character block.
System - Class in java.lang
The System class contains several useful class fields and methods.
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