Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

Action1<T> - Interface in com.scichart.core.common
Interface which defines action which accepts one argument
Action2<T1,T2> - Interface in com.scichart.core.common
Interface which defines action which accepts two arguments
add(byte) - Method in class com.scichart.core.model.ByteValues
Adds new value
add(int, byte) - Method in class com.scichart.core.model.ByteValues
Adds new value at specified location
add(byte[]) - Method in class com.scichart.core.model.ByteValues
Adds multiple values from array
add(byte[], int, int) - Method in class com.scichart.core.model.ByteValues
Adds multiple values from array region
add(Date) - Method in class com.scichart.core.model.DateValues
Adds new value
add(int, Date) - Method in class com.scichart.core.model.DateValues
Adds new value at specified location.
add(Date[]) - Method in class com.scichart.core.model.DateValues
Adds multiple values from array
add(Date[], int, int) - Method in class com.scichart.core.model.DateValues
Adds multiple values from array region
add(double) - Method in class com.scichart.core.model.DoubleValues
Adds new value
add(int, double) - Method in class com.scichart.core.model.DoubleValues
Adds new value at specified location
add(double[]) - Method in class com.scichart.core.model.DoubleValues
Adds multiple values from array
add(double[], int, int) - Method in class com.scichart.core.model.DoubleValues
Adds multiple values from array region
add(float) - Method in class com.scichart.core.model.FloatValues
Adds new value
add(int, float) - Method in class com.scichart.core.model.FloatValues
Adds new value at specified location
add(float[]) - Method in class com.scichart.core.model.FloatValues
Adds multiple values from array
add(float[], int, int) - Method in class com.scichart.core.model.FloatValues
Adds multiple values from array region
add(int) - Method in class com.scichart.core.model.IntegerValues
Adds new value
add(int, int) - Method in class com.scichart.core.model.IntegerValues
Adds new value at specified location
add(int[]) - Method in class com.scichart.core.model.IntegerValues
Adds multiple values from array
add(int[], int, int) - Method in class com.scichart.core.model.IntegerValues
Adds multiple values from array region
add(long) - Method in class com.scichart.core.model.LongValues
Adds new value
add(int, long) - Method in class com.scichart.core.model.LongValues
Adds new value at specified location
add(long[]) - Method in class com.scichart.core.model.LongValues
Adds multiple values from array
add(long[], int, int) - Method in class com.scichart.core.model.LongValues
Adds multiple values from array region
add(short) - Method in class com.scichart.core.model.ShortValues
Adds new value
add(int, short) - Method in class com.scichart.core.model.ShortValues
Adds new value at specified location
add(short[]) - Method in class com.scichart.core.model.ShortValues
Adds multiple values from array
add(short[], int, int) - Method in class com.scichart.core.model.ShortValues
Adds multiple values from array region
add(int, E) - Method in class com.scichart.core.observable.ObservableCollection
add(E) - Method in class com.scichart.core.observable.ObservableCollection
add(int, T) - Method in class com.scichart.core.observable.ProjectionCollection
add(T) - Method in class com.scichart.core.observable.ProjectionCollection
addAll(int, Collection<? extends E>) - Method in class com.scichart.core.observable.ObservableCollection
addAll(Collection<? extends E>) - Method in class com.scichart.core.observable.ObservableCollection
addAll(int, Collection<? extends T>) - Method in class com.scichart.core.observable.ProjectionCollection
addAll(Collection<? extends T>) - Method in class com.scichart.core.observable.ProjectionCollection
addDelta(long, long) - Method in class com.scichart.core.utility.DateUtil
Adds the delta to specified value
addMotionEventDispatcher(IMotionEventDispatcher) - Method in interface com.scichart.core.utility.touch.IPublishMotionEvents
Adds IMotionEventDispatcher for this source
addObserver(ICollectionObserver<E>) - Method in class com.scichart.core.observable.ObservableCollection
Adds the ICollectionObserver instance into the list to notify if this collection changes
addTime(long) - Method in class com.scichart.core.model.DateValues
Adds new value in ticks
addTime(int, long) - Method in class com.scichart.core.model.DateValues
Adds new value in ticks.
addTime(long[]) - Method in class com.scichart.core.model.DateValues
Adds multiple values in ticks from array
addTime(long[], int, int) - Method in class com.scichart.core.model.DateValues
Adds multiple values in ticks from array region
all(List<T>, Predicate<T>) - Static method in class com.scichart.core.utility.ListUtil
Checks whether all list items satisfy specified predicate.
any(List<T>, Predicate<T>) - Static method in class com.scichart.core.utility.ListUtil
Checks whether the list contains at least one item which satisfies specified predicate.
APPLICATION_ID - Static variable in class com.scichart.core.BuildConfig
 
argumentIsNotNan(double) - Static method in class com.scichart.core.utility.Guard
 
argumentIsRealNumber(double) - Static method in class com.scichart.core.utility.Guard
 
as(Object, Class<T>) - Static method in class com.scichart.core.utility.Guard
 
AttachableServiceContainer - Class in com.scichart.core
Provides an attachable container with access to shared services through SciChart components
AttachableServiceContainer() - Constructor for class com.scichart.core.AttachableServiceContainer
 
attachTo(IServiceContainer) - Method in class com.scichart.core.AttachableServiceContainer
Attaches this instance to the instance of IServiceContainer
attachTo(IServiceContainer) - Method in interface com.scichart.core.framework.IAttachable
Attaches this instance to the instance of IServiceContainer

B

BUILD_TYPE - Static variable in class com.scichart.core.BuildConfig
 
BuildConfig - Class in com.scichart.core
 
BuildConfig() - Constructor for class com.scichart.core.BuildConfig
 
buildTime - Static variable in class com.scichart.core.BuildConfig
 
ByteValues - Class in com.scichart.core.model
Defines a byte values collection
ByteValues() - Constructor for class com.scichart.core.model.ByteValues
Creates a new ByteValues instance
ByteValues(int) - Constructor for class com.scichart.core.model.ByteValues
Creates a new ByteValues instance
ByteValues(byte[]) - Constructor for class com.scichart.core.model.ByteValues
Creates a new ByteValues instance and initializes it with specified array

C

cancel(Runnable) - Static method in class com.scichart.core.utility.Dispatcher
Cancels execution of Runnable on the UI thread
canConvertToBigDecimal(double) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified double value can be converted to BigDecimal.
canConvertToByte(double) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified double value can be converted to byte.
canConvertToDate(double) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified double value can be converted to Date.
canConvertToFloat(double) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified double value can be converted to float.
canConvertToInteger(double) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified double value can be converted to int.
canConvertToLong(double) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified double value can be converted to long.
canConvertToShort(double) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified double value can be converted to short.
clear() - Method in interface com.scichart.core.framework.ICleanable
Clears the current state of this object
clear() - Method in class com.scichart.core.model.ByteValues
Clears values without disposing allocated memory
clear() - Method in class com.scichart.core.model.DateValues
Clears values without disposing allocated memory
clear() - Method in class com.scichart.core.model.DoubleValues
Clears values without disposing allocated memory
clear() - Method in class com.scichart.core.model.FloatValues
Clears values without disposing allocated memory
clear() - Method in class com.scichart.core.model.IntegerValues
Clears values without disposing allocated memory
clear() - Method in class com.scichart.core.model.LongValues
Clears values without disposing allocated memory
clear() - Method in class com.scichart.core.model.ShortValues
Clears values without disposing allocated memory
clear() - Method in class com.scichart.core.observable.CollectionChangedEventArgs
Clears the current state of this object
clear() - Method in class com.scichart.core.observable.ObservableCollection
clear() - Method in class com.scichart.core.observable.ProjectionCollection
clear() - Method in class com.scichart.core.utility.touch.ModifierTouchEventArgs
Clears the current state of this object
close() - Method in class com.scichart.core.framework.DisposableBase
CollectionChangedEventArgs<E> - Class in com.scichart.core.observable
Defines a class which contains changes of ObservableCollection.
CollectionChangedEventArgs() - Constructor for class com.scichart.core.observable.CollectionChangedEventArgs
 
CollectionChangedEventArgs.Action - Enum in com.scichart.core.observable
Defines an enumeration with collection changed types.
com.scichart.core - package com.scichart.core
 
com.scichart.core.annotations - package com.scichart.core.annotations
 
com.scichart.core.common - package com.scichart.core.common
 
com.scichart.core.framework - package com.scichart.core.framework
 
com.scichart.core.licensing - package com.scichart.core.licensing
 
com.scichart.core.model - package com.scichart.core.model
 
com.scichart.core.observable - package com.scichart.core.observable
 
com.scichart.core.utility - package com.scichart.core.utility
 
com.scichart.core.utility.messaging - package com.scichart.core.utility.messaging
 
com.scichart.core.utility.objectPooling - package com.scichart.core.utility.objectPooling
 
com.scichart.core.utility.touch - package com.scichart.core.utility.touch
 
ComparableUtil - Class in com.scichart.core.utility
Defines helper class for works with Comparable.
ComparableUtil() - Constructor for class com.scichart.core.utility.ComparableUtil
 
compare(T, T) - Static method in class com.scichart.core.utility.ComparableUtil
Compares two Comparable values.
constrain(int, int, int) - Static method in class com.scichart.core.utility.NumberUtil
Constrains the value to specified bounds
constrain(long, long, long) - Static method in class com.scichart.core.utility.NumberUtil
Constrains the value to specified bounds
constrain(float, float, float) - Static method in class com.scichart.core.utility.NumberUtil
Constrains the value to specified bounds
constrain(double, double, double) - Static method in class com.scichart.core.utility.NumberUtil
Constrains the value to specified bounds
count(List<T>, Predicate<T>) - Static method in class com.scichart.core.utility.ListUtil
Gets count of items from the list which satisfy specified predicate.
create() - Method in interface com.scichart.core.common.Factory
Creates new instance of type T
Credentials - Class in com.scichart.core.licensing
Credentials
Credentials() - Constructor for class com.scichart.core.licensing.Credentials
 

D

DATE_MAX_TICKS_VALUE - Static variable in class com.scichart.core.utility.DateUtil
 
DATE_MAX_VALUE - Static variable in class com.scichart.core.utility.DateUtil
 
DATE_MIN_TICKS_VALUE - Static variable in class com.scichart.core.utility.DateUtil
 
DATE_MIN_VALUE - Static variable in class com.scichart.core.utility.DateUtil
 
DateIntervalUtil - Class in com.scichart.core.utility
Helper class for work with date intervals
DateIntervalUtil() - Constructor for class com.scichart.core.utility.DateIntervalUtil
 
DateUtil - Class in com.scichart.core.utility
Helper class for work with Date values
DateUtil() - Constructor for class com.scichart.core.utility.DateUtil
Creates a new instance of DateUtil class
DateValues - Class in com.scichart.core.model
Defines a Date values collection
DateValues() - Constructor for class com.scichart.core.model.DateValues
Creates a new DateValues instance
DateValues(int) - Constructor for class com.scichart.core.model.DateValues
Creates a new DateValues instance
DateValues(long[]) - Constructor for class com.scichart.core.model.DateValues
Creates a new DateValues instance and initializes it with specified array
DAYS_IN_MONTH - Static variable in class com.scichart.core.utility.DateIntervalUtil
The days in month
DAYS_IN_YEAR - Static variable in class com.scichart.core.utility.DateIntervalUtil
The days in year
DEBUG - Static variable in class com.scichart.core.BuildConfig
 
Decoder - Class in com.scichart.core.licensing
Decoder
Decoder(String) - Constructor for class com.scichart.core.licensing.Decoder
 
Decoder.LicenseType - Enum in com.scichart.core.licensing
The licence type
decrementSuspend() - Method in interface com.scichart.core.framework.ISuspendable
Called by IUpdateSuspender each time a target suspender is disposed.
deliver(IMessage) - Method in interface com.scichart.core.utility.messaging.IMessageSubscription
Deliver the message
deregisterService(Class<T>) - Method in interface com.scichart.core.IServiceContainer
Deregisters service.
deregisterService(Class<T>) - Method in class com.scichart.core.ServiceContainer
Deregisters service.
detach() - Method in class com.scichart.core.AttachableServiceContainer
Detaches this instance from currently attached IServiceContainer instance
detach() - Method in interface com.scichart.core.framework.IAttachable
Detaches this instance from currently attached IServiceContainer instance
DimensionUnit - Annotation Type in com.scichart.core.annotations
Defines annotations with TypedValue unit values
Dispatcher - Class in com.scichart.core.utility
Helper class which allows to execute some code from UI thread
Dispatcher() - Constructor for class com.scichart.core.utility.Dispatcher
 
Dispatcher.InvalidateRunnable - Class in com.scichart.core.utility
Runnable which requests layout and invalidates for specified view
Dispatcher.InvisibleRunnable - Class in com.scichart.core.utility
Runnable which set view's visibility to View.INVISIBLE
Dispatcher.RequestLayoutRunnable - Class in com.scichart.core.utility
Runnable which requests layout for specified view
Dispatcher.VisibleRunnable - Class in com.scichart.core.utility
Runnable which set view's visibility to View.VISIBLE
DisposableBase - Class in com.scichart.core.framework
Defines base class for disposable object.
DisposableBase() - Constructor for class com.scichart.core.framework.DisposableBase
 
dispose() - Method in interface com.scichart.core.framework.IDisposable
Closes this instance and releases all allocated resources
dispose() - Method in class com.scichart.core.framework.UpdateSuspender
Closes this instance and releases all allocated resources
dispose() - Method in class com.scichart.core.utility.messaging.MessageSubscriptionToken
Closes this instance and releases all allocated resources
disposeItems() - Method in class com.scichart.core.model.ByteValues
Clears and disposes allocated memory
disposeItems() - Method in class com.scichart.core.model.DateValues
Clears and disposes allocated memory
disposeItems() - Method in class com.scichart.core.model.DoubleValues
Clears and disposes allocated memory
disposeItems() - Method in class com.scichart.core.model.FloatValues
Clears and disposes allocated memory
disposeItems() - Method in class com.scichart.core.model.IntegerValues
Clears and disposes allocated memory
disposeItems() - Method in class com.scichart.core.model.LongValues
Clears and disposes allocated memory
disposeItems() - Method in class com.scichart.core.model.ShortValues
Clears and disposes allocated memory
DoubleUtil - Class in com.scichart.core.utility
Defines a helper class for work with double values
DoubleUtil() - Constructor for class com.scichart.core.utility.DoubleUtil
 
DoubleValues - Class in com.scichart.core.model
Defines a double values collection
DoubleValues() - Constructor for class com.scichart.core.model.DoubleValues
Creates a new DoubleValues instance
DoubleValues(int) - Constructor for class com.scichart.core.model.DoubleValues
Creates a new DoubleValues instance
DoubleValues(double[]) - Constructor for class com.scichart.core.model.DoubleValues
Creates a new DoubleValues instance and initializes it with specified array

E

e - Variable in class com.scichart.core.utility.touch.ModifierTouchEventArgs
The MotionEvent instance
Empty - Static variable in class com.scichart.core.common.Size
Constant with empty size (0, 0)
EPSILON - Static variable in class com.scichart.core.utility.DoubleUtil
 
equals(Object) - Method in class com.scichart.core.common.Size
equals(Object) - Method in class com.scichart.core.framework.SmartProperty
equals(Object) - Method in class com.scichart.core.framework.SmartPropertyBoolean
equals(Object) - Method in class com.scichart.core.framework.SmartPropertyDouble
equals(Object) - Method in class com.scichart.core.framework.SmartPropertyFloat
equals(Object) - Method in class com.scichart.core.framework.SmartPropertyInteger
equals(Object) - Method in class com.scichart.core.framework.SmartPropertyLong
equals(Object) - Method in class com.scichart.core.observable.CollectionChangedEventArgs
EventAggregator - Class in com.scichart.core.utility.messaging
EventAggregator used within SciChart for inter-component communication
EventAggregator() - Constructor for class com.scichart.core.utility.messaging.EventAggregator
 
execute(T) - Method in interface com.scichart.core.common.Action1
Executes action with specified param
execute(T1, T2) - Method in interface com.scichart.core.common.Action2
Executes action with specified params

F

Factory<T> - Interface in com.scichart.core.common
Interface which defines factory methods for some specified class
first(List<T>) - Static method in class com.scichart.core.utility.ListUtil
Selects the first item from the list, if list is empty throws exception.
first(List<T>, Predicate<T>) - Static method in class com.scichart.core.utility.ListUtil
Selects the first item from the list which satisfies specified predicate, if list is empty or match not found throws exception.
firstOrDefault(List<T>) - Static method in class com.scichart.core.utility.ListUtil
Selects the first item from the list, if list is empty returns null.
firstOrDefault(List<T>, Predicate<T>) - Static method in class com.scichart.core.utility.ListUtil
Selects the first item from the list which satisfies specified predicate, if list is empty or match not found returns null.
FLAVOR - Static variable in class com.scichart.core.BuildConfig
 
FloatValues - Class in com.scichart.core.model
Defines a float values collection
FloatValues() - Constructor for class com.scichart.core.model.FloatValues
Creates a new FloatValues instance
FloatValues(int) - Constructor for class com.scichart.core.model.FloatValues
Creates a new FloatValues instance
FloatValues(float[]) - Constructor for class com.scichart.core.model.FloatValues
Creates a new FloatValues instance and initializes it with specified array
fromDays(double) - Static method in class com.scichart.core.utility.DateIntervalUtil
Gets interval from value in days
fromDouble(double, Class<T>) - Static method in class com.scichart.core.utility.ComparableUtil
Converts double value to specified Comparable type.
fromHours(double) - Static method in class com.scichart.core.utility.DateIntervalUtil
Gets interval from value in hours
fromMinutes(double) - Static method in class com.scichart.core.utility.DateIntervalUtil
Gets interval from value in minutes
fromMonths(double) - Static method in class com.scichart.core.utility.DateIntervalUtil
Gets interval from value in months
fromSeconds(double) - Static method in class com.scichart.core.utility.DateIntervalUtil
Gets interval from value in seconds
fromWeeks(double) - Static method in class com.scichart.core.utility.DateIntervalUtil
Gets interval from value in weeks
fromYears(double) - Static method in class com.scichart.core.utility.DateIntervalUtil
Gets interval from value in years
func(T) - Method in interface com.scichart.core.common.Func1
Executes function with specified argument
Func1<T,TResult> - Interface in com.scichart.core.common
Interface which defines function with one argument

G

get(int) - Method in class com.scichart.core.model.ByteValues
Gets the value at specified location
get(int) - Method in class com.scichart.core.model.DateValues
Gets the value at specified location
get(int) - Method in class com.scichart.core.model.DoubleValues
Gets the value at specified location
get(int) - Method in class com.scichart.core.model.FloatValues
Gets the value at specified location
get(int) - Method in class com.scichart.core.model.IntegerValues
Gets the value at specified location
get(int) - Method in class com.scichart.core.model.LongValues
Gets the value at specified location
get(int) - Method in class com.scichart.core.model.ShortValues
Gets the value at specified location
get() - Method in class com.scichart.core.utility.objectPooling.ObjectPool
Gets the item from the pool, if pool is empty default object factory is used
get(Factory<T>) - Method in class com.scichart.core.utility.objectPooling.ObjectPool
Gets the item from the pool, if pool is empty default object factory is used
getAction() - Method in class com.scichart.core.observable.CollectionChangedEventArgs
Gets the action that caused the event.
getBackground() - Method in interface com.scichart.core.framework.IView
Gets the background Drawable for this IView instance
getBoundsRelativeTo(Rect, IHitTestable) - Method in interface com.scichart.core.framework.IHitTestable
Gets the bounds of the current IHitTestable relative to the other IHitTestable element
getBoundsRelativeTo(RectF, IHitTestable) - Method in interface com.scichart.core.framework.IHitTestable
Gets the bounds of the current IHitTestable relative to the other IHitTestable element
getBoundsRelativeTo(View, IHitTestable, Rect) - Static method in class com.scichart.core.utility.ViewUtil
Gets the bounds of the View relative to other IHitTestable element.
getBoundsRelativeTo(View, View, Rect) - Static method in class com.scichart.core.utility.ViewUtil
Gets the bounds of the View relative to other View element.
getBoundsRelativeTo(View, IHitTestable, RectF) - Static method in class com.scichart.core.utility.ViewUtil
Gets the bounds of the View relative to other IHitTestable element.
getBoundsRelativeTo(View, View, RectF) - Static method in class com.scichart.core.utility.ViewUtil
Gets the bounds of the View relative to other View element.
getContext() - Method in interface com.scichart.core.framework.IContextProvider
Returns Context instance, through which we can access the current theme, resources, etc.
getCustomer() - Method in class com.scichart.core.licensing.Credentials
 
getElapsedTime() - Method in class com.scichart.core.utility.Stopwatch
Gets ellapsed time in milliseconds
getEventsSource() - Method in interface com.scichart.core.utility.touch.IReceiveMotionEventGroup
Gets the IHitTestable source of motion events.
getHeight() - Method in interface com.scichart.core.framework.IView
Gets the IView height in pixels
getIsEnabled() - Method in interface com.scichart.core.utility.touch.IReceiveMotionEvents
Get whether this IReceiveMotionEvents instance is enabled for interaction
getIsSuspended() - Method in interface com.scichart.core.framework.ISuspendable
Gets a value indicating whether updates for the target are currently suspended
getIsSuspended(ISuspendable) - Static method in class com.scichart.core.framework.UpdateSuspender
Gets a value indicating whether updates for this instance are currently suspended
getItemsArray() - Method in class com.scichart.core.model.ByteValues
Gets the internal items array
getItemsArray() - Method in class com.scichart.core.model.DateValues
Gets the internal items array
getItemsArray() - Method in class com.scichart.core.model.DoubleValues
Gets the internal items array
getItemsArray() - Method in class com.scichart.core.model.FloatValues
Gets the internal items array
getItemsArray() - Method in class com.scichart.core.model.IntegerValues
Gets the internal items array
getItemsArray() - Method in class com.scichart.core.model.LongValues
Gets the internal items array
getItemsArray() - Method in class com.scichart.core.model.ShortValues
Gets the internal items array
getLayoutParams() - Method in interface com.scichart.core.framework.IView
Gets the ViewGroup.LayoutParams for this IView instance
getLicenseDaysRemaining() - Method in class com.scichart.core.licensing.Credentials
 
getLicensedTo() - Method in class com.scichart.core.licensing.Credentials
 
getLicenseType() - Method in class com.scichart.core.licensing.Credentials
 
getMessageType() - Method in class com.scichart.core.utility.messaging.MessageSubscriptionToken
Gets the type of message.
getMotionEventGroup() - Method in interface com.scichart.core.utility.touch.IReceiveMotionEventGroup
Gets the ID of the motion event group, which is used to share motion events across multiple targets.
getName() - Method in interface com.scichart.core.utility.touch.IReceiveMotionEvents
Gets the name of receiver
getName() - Method in class com.scichart.core.utility.touch.ReceiveMotionEventsBase
Gets the name of receiver
getNewIndex() - Method in class com.scichart.core.observable.CollectionChangedEventArgs
Gets the index at which the change occurred.
getNewItems() - Method in class com.scichart.core.observable.CollectionChangedEventArgs
Gets the list of new items involved in the change.
getOldIndex() - Method in class com.scichart.core.observable.CollectionChangedEventArgs
Gets the index at which the change occurred.
getOldItems() - Method in class com.scichart.core.observable.CollectionChangedEventArgs
Gets the old items which were removed or replaced in this change.
getOrderId() - Method in class com.scichart.core.licensing.Credentials
 
getPaddingBottom() - Method in interface com.scichart.core.framework.IView
Returns the lefbottomt padding of this IView instance
getPaddingLeft() - Method in interface com.scichart.core.framework.IView
Returns the left padding of this IView instance
getPaddingRight() - Method in interface com.scichart.core.framework.IView
Returns the right padding of this IView instance
getPaddingTop() - Method in interface com.scichart.core.framework.IView
Returns the top padding of this IView instance
getPointRelativeTo(PointF, IHitTestable) - Method in interface com.scichart.core.utility.touch.IReceiveMotionEventGroup
Transforms a point relative to the specified IHitTestable instance.
getPoweredBySciChartLogo() - Static method in class com.scichart.core.utility.LogoUtil
 
getPoweredBySciChartLogoDrawable() - Static method in class com.scichart.core.utility.LogoUtil
 
getProductCode() - Method in class com.scichart.core.licensing.Credentials
 
getReceiveHandledEvents() - Method in interface com.scichart.core.utility.touch.IReceiveMotionEvents
Gets a value indicating whether motion events should be propagated to the target
getResumeTargetOnClose() - Method in interface com.scichart.core.framework.IUpdateSuspender
Gets a value indicating whether the target will resume when the IUpdateSuspender is disposed.
getResumeTargetOnClose() - Method in class com.scichart.core.framework.UpdateSuspender
Gets a value indicating whether the target will resume when the IUpdateSuspender is disposed.
getSender() - Method in interface com.scichart.core.utility.messaging.IMessage
The sender of the message, or null if not supported by the message implementation.
getSender() - Method in class com.scichart.core.utility.messaging.MessageBase
The sender of the message, or null if not supported by the message implementation.
getSerialKey() - Method in class com.scichart.core.licensing.Credentials
 
getService(Class<T>) - Method in class com.scichart.core.AttachableServiceContainer
Gets the esrvice instance registered by type
getService(Class<T>) - Method in interface com.scichart.core.IServiceContainer
Gets the esrvice instance registered by type
getService(Class<T>) - Method in class com.scichart.core.ServiceContainer
Gets the esrvice instance registered by type
getServices() - Method in interface com.scichart.core.IServiceProvider
Gets the IServiceContainer which provides access to services throughout SciChart.
getSourceCollection() - Method in class com.scichart.core.observable.ProjectionCollection
Gets the source collection to project from
getSubscriptionToken() - Method in interface com.scichart.core.utility.messaging.IMessageSubscription
Token returned to the subscribed to reference this subscription
getTime(int) - Method in class com.scichart.core.model.DateValues
 
getUserData(String) - Method in class com.scichart.core.licensing.Decoder
 
getValue() - Method in class com.scichart.core.framework.SmartProperty
Gets the current property value
getValue() - Method in class com.scichart.core.framework.SmartPropertyBoolean
Gets the current property value
getValue() - Method in class com.scichart.core.framework.SmartPropertyDouble
Gets the current property value
getValue() - Method in class com.scichart.core.framework.SmartPropertyFloat
Gets the current property value
getValue() - Method in class com.scichart.core.framework.SmartPropertyInteger
Gets the current property value
getValue() - Method in class com.scichart.core.framework.SmartPropertyLong
Gets the current property value
getValuesType() - Method in class com.scichart.core.model.ByteValues
Get type of values
getValuesType() - Method in class com.scichart.core.model.DateValues
Get type of values
getValuesType() - Method in class com.scichart.core.model.DoubleValues
Get type of values
getValuesType() - Method in class com.scichart.core.model.FloatValues
Get type of values
getValuesType() - Method in class com.scichart.core.model.IntegerValues
Get type of values
getValuesType() - Method in interface com.scichart.core.model.IValues
Get type of values
getValuesType() - Method in class com.scichart.core.model.LongValues
Get type of values
getValuesType() - Method in class com.scichart.core.model.ShortValues
Get type of values
getView() - Method in interface com.scichart.core.framework.IHitTestable
Gets the View instance associated with this IHitTestable element
getVisibility() - Method in interface com.scichart.core.framework.IView
Gets the visibility for this IView instance
getWidth() - Method in interface com.scichart.core.framework.IView
Gets the IView width in pixels
Guard - Class in com.scichart.core.utility
Defines a helper class which allows to build assertions
Guard() - Constructor for class com.scichart.core.utility.Guard
 

H

handleException(String, Exception) - Method in interface com.scichart.core.utility.ISciChartDebugLoggerFacade
Handle caught exception with specified error message
handleException(String, Exception) - Method in class com.scichart.core.utility.LogCatLoggerFacade
Handle caught exception with specified error message
handleException(Exception) - Method in class com.scichart.core.utility.SciChartDebugLogger
Handles caught exception by passing it to ISciChartDebugLoggerFacade.
hashCode() - Method in class com.scichart.core.common.Size
hashCode() - Method in class com.scichart.core.framework.SmartProperty
hashCode() - Method in class com.scichart.core.framework.SmartPropertyBoolean
hashCode() - Method in class com.scichart.core.framework.SmartPropertyDouble
hashCode() - Method in class com.scichart.core.framework.SmartPropertyFloat
hashCode() - Method in class com.scichart.core.framework.SmartPropertyInteger
hashCode() - Method in class com.scichart.core.framework.SmartPropertyLong
hashCode() - Method in class com.scichart.core.observable.CollectionChangedEventArgs
hasService(Class<T>) - Method in class com.scichart.core.AttachableServiceContainer
Determines whether this instance has the service of specified type.
hasService(Class<T>) - Method in interface com.scichart.core.IServiceContainer
Determines whether this instance has the service of specified type.
hasService(Class<T>) - Method in class com.scichart.core.ServiceContainer
Determines whether this instance has the service of specified type.
height - Variable in class com.scichart.core.common.Size
The height value in pixels
HORIZONTAL - Static variable in class com.scichart.core.annotations.Orientation
Horizontal orientation

I

IAttachable - Interface in com.scichart.core.framework
Defines interface with methods which allows to attach/detach this instance to IServiceContainer
ICleanable - Interface in com.scichart.core.framework
Defines a methods which allow to clean current state of object
ICollectionObserver<T> - Interface in com.scichart.core.observable
Defines the listener for ObservableCollection.
IContextProvider - Interface in com.scichart.core.framework
Specifies interface with method which allows to get access to Context instance.
IDisposable - Interface in com.scichart.core.framework
Classes which implement IDisposable interface can be disposed
IEventAggregator - Interface in com.scichart.core.utility.messaging
Defines the interface to a lightweight Event Aggregator used within SciChart for inter-component communication.
IHitTestable - Interface in com.scichart.core.framework
Defines the base interface for a type which can be hit-tested
IInvalidatableElement - Interface in com.scichart.core.framework
Classes which implement IInvalidatableElement can be invalidated (redrawn)
ILicenseProvider - Interface in com.scichart.core.licensing
Defines the interface to a license provider
IMessage - Interface in com.scichart.core.utility.messaging
A message to be published/delivered by IEventAggregator
IMessageSubscription - Interface in com.scichart.core.utility.messaging
Represents a message subscription
IMotionEventDispatcher - Interface in com.scichart.core.utility.touch
Defines the interface with motion event callbacks
IMotionEventManager - Interface in com.scichart.core.utility.touch
Defines the interface to the MotionEventManager, a helper class to propagate motion events
initialize() - Static method in class com.scichart.core.licensing.Credentials
 
instance() - Static method in class com.scichart.core.utility.SciChartDebugLogger
Gets the singleton SciChartDebugLogger instance.
instanceOf(Object, Class<T>) - Static method in class com.scichart.core.utility.Guard
 
instanceOf(Object, Class<T>, String) - Static method in class com.scichart.core.utility.Guard
expects format string with single '%s' which will be replaced on type
instanceOfAndNotNull(Object, Class<T>) - Static method in class com.scichart.core.utility.Guard
 
IntegerValues - Class in com.scichart.core.model
Defines a int values collection
IntegerValues() - Constructor for class com.scichart.core.model.IntegerValues
Creates a new IntegerValues instance
IntegerValues(int) - Constructor for class com.scichart.core.model.IntegerValues
Creates a new IntegerValues instance
IntegerValues(int[]) - Constructor for class com.scichart.core.model.IntegerValues
Creates a new IntegerValues instance and initializes it with specified array
invalidate() - Method in interface com.scichart.core.framework.IView
Invalidates this IView instance
invalidateElement() - Method in interface com.scichart.core.framework.IInvalidatableElement
Asynchronously requests that the element redraws itself plus children.
InvalidateRunnable(View) - Constructor for class com.scichart.core.utility.Dispatcher.InvalidateRunnable
Creates a new instance of Dispatcher.InvalidateRunnable class
InvisibleRunnable(View) - Constructor for class com.scichart.core.utility.Dispatcher.InvisibleRunnable
Creates a new instance of Dispatcher.InvisibleRunnable class
IPublishMotionEvents - Interface in com.scichart.core.utility.touch
Defines the interface to a class which publishes motion events.
IReceiveMotionEventGroup - Interface in com.scichart.core.utility.touch
 
IReceiveMotionEvents - Interface in com.scichart.core.utility.touch
Defines the interface to a type which receives unified motion events
isAdditionValid(long, long) - Method in class com.scichart.core.utility.DateUtil
Checks if addition is valid for specified value
isAttached() - Method in class com.scichart.core.AttachableServiceContainer
Gets whether this instance is attached on not
isAttached() - Method in interface com.scichart.core.framework.IAttachable
Gets whether this instance is attached on not
ISciChartDebugLoggerFacade - Interface in com.scichart.core.utility
Defines the interface to a logger facade.
isDefined(double) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified argument is defined.
isDefined(float) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified argument is defined.
isDefined(int) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified argument is defined.
isDefined(short) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified argument is defined.
isDefined(byte) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified argument is defined.
isDefined(long) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified argument is defined.
isDefined(Date) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified argument is defined.
isDefined(Comparable) - Static method in class com.scichart.core.utility.ComparableUtil
Checks if specified argument is defined.
isDivisibleBy(long, long) - Method in class com.scichart.core.utility.DateUtil
Checks if specified value is divisible by passed interval
isDivisibleBy(double, double) - Static method in class com.scichart.core.utility.DoubleUtil
Checks whether the specified value is divisible by divisor
isEmpty() - Method in class com.scichart.core.common.Size
Gets value indicating whether this size is empty
isEmpty() - Method in class com.scichart.core.utility.objectPooling.ObjectPool
Get the value indicating whether the pool is empty
IServiceContainer - Interface in com.scichart.core
Defines the interface to a ServiceContainer used throughout SciChart.
IServiceProvider - Interface in com.scichart.core
Classes which implement IServiceProvider can get access to services provided by SciChart
isHandled - Variable in class com.scichart.core.utility.touch.ModifierTouchEventArgs
Gets or sets whether this event is Handled
isInSourceBounds - Variable in class com.scichart.core.utility.touch.ModifierTouchEventArgs
If True, then this motion event occurred inside the master IPublishMotionEvents.
isIntegerType(Class<?>) - Static method in class com.scichart.core.utility.NumberUtil
Checks whether the specified type is an integer type
isLicenseValid() - Method in class com.scichart.core.licensing.Credentials
 
isMaster - Variable in class com.scichart.core.utility.touch.ModifierTouchEventArgs
If True, then this motion event occurred on a master IPublishMotionEvents.
isNullOrEmpty(List<T>) - Static method in class com.scichart.core.utility.ListUtil
Checks whether list is null or empty.
isNullOrEmpty(String) - Static method in class com.scichart.core.utility.StringUtil
Checks whether string is null or empty
isOnePixelSize() - Method in class com.scichart.core.common.Size
Gets the value indicating whether this size is one pixel size
isPointWithinBounds(float, float) - Method in interface com.scichart.core.framework.IHitTestable
Checks if the point is within the bound of the current IHitTestable element
isPointWithinBounds(float, float, IHitTestable) - Method in interface com.scichart.core.framework.IHitTestable
Checks if the point specified relative to another IHitTestable element is within the bound of the current IHitTestable element
isPointWithinBounds(View, float, float) - Static method in class com.scichart.core.utility.ViewUtil
Returns true if the point is within the bounds of the View.
isPointWithinBounds(View, float, float, IHitTestable) - Static method in class com.scichart.core.utility.ViewUtil
Returns true if the point specified relative to other IHitTestable element is within the bounds of the View.
isPointWithinBounds(View, float, float, View) - Static method in class com.scichart.core.utility.ViewUtil
Returns true if the point specified relative to other View element is within the bounds of the View.
isPowerOf(double, double, double) - Static method in class com.scichart.core.utility.DoubleUtil
Checks whether the value is a power of some specified power value with specified log base
isRealNumber(double) - Static method in class com.scichart.core.utility.DoubleUtil
Checks whether the specified value is a real number
isRunning() - Method in class com.scichart.core.utility.Stopwatch
Gets the value indicating whether this instance is measuring time
isSuspended() - Method in interface com.scichart.core.framework.IUpdateSuspender
Gets a value indicating whether updates for this instance are currently suspended
isSuspended() - Method in class com.scichart.core.framework.UpdateSuspender
Gets a value indicating whether updates for this instance are currently suspended
isTrial() - Method in class com.scichart.core.licensing.Credentials
 
isTrue(boolean, String) - Static method in class com.scichart.core.utility.Guard
 
isUiThread() - Static method in class com.scichart.core.utility.Dispatcher
Checks whether the method is called from UI thread
ISuspendable - Interface in com.scichart.core.framework
Classes which implement ISuspendable can have updates suspended/resumed.
isZero(double) - Static method in class com.scichart.core.utility.DoubleUtil
Checks whether the specified value is zero
IterableUtil - Class in com.scichart.core.utility
Defines a helper class for work with Iterable instances
IterableUtil() - Constructor for class com.scichart.core.utility.IterableUtil
 
IUpdateSuspender - Interface in com.scichart.core.framework
Defines the interface to an UpdateSuspender, a disposable class which allows nested suspend/resume operations on an ISuspendable instance
IValues<T> - Interface in com.scichart.core.model
Defines the base interface for values
IView - Interface in com.scichart.core.framework
Defines interface which allows to get access to some of View methods
IViewContainer - Interface in com.scichart.core.framework
Defines interface with methods which allows to add/remove views from this container

L

ListUtil - Class in com.scichart.core.utility
Defines a helper class for work with List.
ListUtil() - Constructor for class com.scichart.core.utility.ListUtil
 
log(double, double) - Static method in class com.scichart.core.utility.DoubleUtil
Computes log value with specified log base
LogCatLoggerFacade - Class in com.scichart.core.utility
Defines default ISciChartDebugLoggerFacade implementation which outputs log messages into logcat console
LogCatLoggerFacade() - Constructor for class com.scichart.core.utility.LogCatLoggerFacade
 
logError(String, String, Object...) - Method in interface com.scichart.core.utility.ISciChartDebugLoggerFacade
Logs error message with the string format message with optional arguments
logError(String, String, Object...) - Method in class com.scichart.core.utility.LogCatLoggerFacade
Logs error message with the string format message with optional arguments
logError(String, String, Object...) - Method in class com.scichart.core.utility.SciChartDebugLogger
Writes an error line to the ISciChartDebugLoggerFacade.
LoggedMessageBase - Class in com.scichart.core.utility.messaging
Base class for automatically logged Event Aggregator messages
LoggedMessageBase(Object) - Constructor for class com.scichart.core.utility.messaging.LoggedMessageBase
Initializes a new instance of the LoggedMessageBase class.
logInfo(String, String, Object...) - Method in interface com.scichart.core.utility.ISciChartDebugLoggerFacade
Logs info message with the string format message with optional arguments
logInfo(String, String, Object...) - Method in class com.scichart.core.utility.LogCatLoggerFacade
Logs info message with the string format message with optional arguments
LogoUtil - Class in com.scichart.core.utility
Defines a helper class with SciChart logo
LogoUtil() - Constructor for class com.scichart.core.utility.LogoUtil
 
logWarning(String, String, Object...) - Method in interface com.scichart.core.utility.ISciChartDebugLoggerFacade
Logs warning message with the string format message with optional arguments
logWarning(String, String, Object...) - Method in class com.scichart.core.utility.LogCatLoggerFacade
Logs warning message with the string format message with optional arguments
logWarning(String, String, Object...) - Method in class com.scichart.core.utility.SciChartDebugLogger
Writes a warning line to the ISciChartDebugLoggerFacade.
LongValues - Class in com.scichart.core.model
Defines a long values collection
LongValues() - Constructor for class com.scichart.core.model.LongValues
Creates a new LongValues instance
LongValues(int) - Constructor for class com.scichart.core.model.LongValues
Creates a new LongValues instance
LongValues(long[]) - Constructor for class com.scichart.core.model.LongValues
Creates a new LongValues instance and initializes it with specified array

M

max(T, T) - Static method in class com.scichart.core.utility.ComparableUtil
Gets bigger of two Comparable values.
MessageBase - Class in com.scichart.core.utility.messaging
Base class for messages published/delivered by IEventAggregator
MessageBase(Object) - Constructor for class com.scichart.core.utility.messaging.MessageBase
Initializes a new instance of the MessageBase class.
MessageSubscriptionToken - Class in com.scichart.core.utility.messaging
Represents an active subscription to a message.
MessageSubscriptionToken(IEventAggregator, Class<?>) - Constructor for class com.scichart.core.utility.messaging.MessageSubscriptionToken
Initializes a new instance of the MessageSubscriptionToken class.
min(T, T) - Static method in class com.scichart.core.utility.ComparableUtil
Gets smaller of two Comparable values.
ModifierTouchEventArgs - Class in com.scichart.core.utility.touch
Defines a event args, used by various classes within SciChart to process motion events
ModifierTouchEventArgs() - Constructor for class com.scichart.core.utility.touch.ModifierTouchEventArgs
 
MotionEventManager - Class in com.scichart.core.utility.touch
A helper class to propagate motion events
MotionEventManager() - Constructor for class com.scichart.core.utility.touch.MotionEventManager
 

N

NativeLibraryHelper - Class in com.scichart.core.utility
Defines a helper class for work with native libraries
NativeLibraryHelper() - Constructor for class com.scichart.core.utility.NativeLibraryHelper
 
NEW_LINE - Static variable in class com.scichart.core.utility.StringUtil
 
notNull(Object, String) - Static method in class com.scichart.core.utility.Guard
 
NumberUtil - Class in com.scichart.core.utility
Defines a helper class to work with numbers
NumberUtil() - Constructor for class com.scichart.core.utility.NumberUtil
 

O

ObjectPool<T extends ICleanable> - Class in com.scichart.core.utility.objectPooling
Defines a simple object pool implementation which allows to reuse object instances
ObjectPool(Factory<T>) - Constructor for class com.scichart.core.utility.objectPooling.ObjectPool
Initializes a new ObjectPool instance
ObservableCollection<E> - Class in com.scichart.core.observable
Defines a List implementation which allows to get notification about adding, removing items from it
ObservableCollection(int) - Constructor for class com.scichart.core.observable.ObservableCollection
Creates a new ObservableCollection instance
ObservableCollection() - Constructor for class com.scichart.core.observable.ObservableCollection
Creates a new ObservableCollection instance
ObservableCollection(Collection<? extends E>) - Constructor for class com.scichart.core.observable.ObservableCollection
Creates a new ObservableCollection instance which contains the elements of the specified collection.
onCollectionChanged(ObservableCollection<T>, CollectionChangedEventArgs<T>) - Method in interface com.scichart.core.observable.ICollectionObserver
Called when ObservableCollection changes.
onCollectionChanged(ObservableCollection<TSource>, CollectionChangedEventArgs<TSource>) - Method in class com.scichart.core.observable.ProjectionCollection
Called when ObservableCollection changes.
OnePixelSize - Static variable in class com.scichart.core.common.Size
Constant with one pixel size (1, 1)
onGenericMotion(ModifierTouchEventArgs) - Method in interface com.scichart.core.utility.touch.IReceiveMotionEvents
Called when new generic motion event occurs
onGenericMotionEvent(MotionEvent) - Method in interface com.scichart.core.utility.touch.IMotionEventDispatcher
Called when need to handle generic screen motion events.
onPropertyChanged(Object, Object) - Method in interface com.scichart.core.framework.SmartProperty.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(boolean, boolean) - Method in interface com.scichart.core.framework.SmartPropertyBoolean.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(double, double) - Method in interface com.scichart.core.framework.SmartPropertyDouble.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(float, float) - Method in interface com.scichart.core.framework.SmartPropertyFloat.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(int, int) - Method in interface com.scichart.core.framework.SmartPropertyInteger.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(long, long) - Method in interface com.scichart.core.framework.SmartPropertyLong.IPropertyChangeListener
Called when new property value is set
onTouch(ModifierTouchEventArgs) - Method in interface com.scichart.core.utility.touch.IReceiveMotionEvents
Called when new touch event occurs
onTouchEvent(MotionEvent) - Method in interface com.scichart.core.utility.touch.IMotionEventDispatcher
Called when need to handle touch screen motion events.
Orientation - Class in com.scichart.core.annotations
Defines class with 2D orientation constants
Orientation() - Constructor for class com.scichart.core.annotations.Orientation
 
Orientation.OrientationMode - Annotation Type in com.scichart.core.annotations
Defines annotations with Orientation values

P

postDelayedOnUiThread(Runnable, long) - Static method in class com.scichart.core.utility.Dispatcher
Posts and runs Runnable from UI thread with some delay
postInvalidate() - Method in interface com.scichart.core.framework.IView
Posts invalidate for this IView instance
postOnUiThread(Runnable) - Static method in class com.scichart.core.utility.Dispatcher
Posts and runs Runnable from UI thread
Predicate<T> - Interface in com.scichart.core.common
Interface which defines method which check if argument meets some criteria
ProjectionCollection<T,TSource> - Class in com.scichart.core.observable
Defines special read-only collection which projects items of one collection into another collection according to specified transform function
ProjectionCollection(Func1<TSource, T>) - Constructor for class com.scichart.core.observable.ProjectionCollection
Creates a new ProjectionCollection instance with specified projection function
ProjectionCollection(ObservableCollection<TSource>, Func1<TSource, T>) - Constructor for class com.scichart.core.observable.ProjectionCollection
Creates a new ProjectionCollection instance with specified projection function
publish(TMessage) - Method in class com.scichart.core.utility.messaging.EventAggregator
Publish a message to any subscribers.
publish(TMessage) - Method in interface com.scichart.core.utility.messaging.IEventAggregator
Publish a message to any subscribers.
put(T) - Method in class com.scichart.core.utility.objectPooling.ObjectPool
Put item into pool for further reusing

R

R - Class in com.scichart.core
 
R() - Constructor for class com.scichart.core.R
 
range(int, int, Func1<Integer, T>) - Static method in class com.scichart.core.utility.IterableUtil
Creates Iterable which emits count values which are selected by selector function
ReceiveMotionEventsBase - Class in com.scichart.core.utility.touch
Defines a base class for IReceiveMotionEvents implementors
ReceiveMotionEventsBase() - Constructor for class com.scichart.core.utility.touch.ReceiveMotionEventsBase
 
registerService(Class<T>, T) - Method in interface com.scichart.core.IServiceContainer
Registers the service.
registerService(Class<T>, T) - Method in class com.scichart.core.ServiceContainer
Registers the service.
remove(int) - Method in class com.scichart.core.model.ByteValues
Removes value at specified location
remove(int) - Method in class com.scichart.core.model.DateValues
Removes value at specified location
remove(int) - Method in class com.scichart.core.model.DoubleValues
Removes value at specified location
remove(int) - Method in class com.scichart.core.model.FloatValues
Removes value at specified location
remove(int) - Method in class com.scichart.core.model.IntegerValues
Removes value at specified location
remove(int) - Method in class com.scichart.core.model.LongValues
Removes value at specified location
remove(int) - Method in class com.scichart.core.model.ShortValues
Removes value at specified location
remove(int) - Method in class com.scichart.core.observable.ObservableCollection
remove(Object) - Method in class com.scichart.core.observable.ObservableCollection
remove(int) - Method in class com.scichart.core.observable.ProjectionCollection
remove(Object) - Method in class com.scichart.core.observable.ProjectionCollection
removeAll(Collection<?>) - Method in class com.scichart.core.observable.ObservableCollection
removeAll(Collection<?>) - Method in class com.scichart.core.observable.ProjectionCollection
removeMotionEventDispatcher(IMotionEventDispatcher) - Method in interface com.scichart.core.utility.touch.IPublishMotionEvents
Removes IMotionEventDispatcher from this source
removeObserver(ICollectionObserver<E>) - Method in class com.scichart.core.observable.ObservableCollection
Removes the ICollectionObserver instance from the list to notify if this collection changes
removeRange(int, int) - Method in class com.scichart.core.observable.ObservableCollection
removeRange(int, int) - Method in class com.scichart.core.observable.ProjectionCollection
requestLayout() - Method in interface com.scichart.core.framework.IView
Requests layout for this IView instance
RequestLayoutRunnable(View) - Constructor for class com.scichart.core.utility.Dispatcher.RequestLayoutRunnable
Creates a new instance of Dispatcher.RequestLayoutRunnable class
reset() - Method in class com.scichart.core.utility.Stopwatch
Resets measured results
resumeUpdates(IUpdateSuspender) - Method in interface com.scichart.core.framework.ISuspendable
Resumes updates on the target, intended to e called by IUpdateSuspender
retainAll(Collection<?>) - Method in class com.scichart.core.observable.ObservableCollection
retainAll(Collection<?>) - Method in class com.scichart.core.observable.ProjectionCollection
round(double, int) - Static method in class com.scichart.core.utility.DoubleUtil
Rounds value to nearest value considering specified amount of decimal places
roundDown(double, double) - Static method in class com.scichart.core.utility.DoubleUtil
Rounds down specified value to value which is divisible by nearest value
roundDownPower(double, double, double) - Static method in class com.scichart.core.utility.DoubleUtil
 
roundOff(double, int, boolean) - Static method in class com.scichart.core.utility.DoubleUtil
Rounds value to nearest value considering specified amount of decimal places
roundOff(double) - Static method in class com.scichart.core.utility.DoubleUtil
Rounds value to nearest integer value
roundUp(long, long) - Method in class com.scichart.core.utility.DateUtil
Rounds up specified value to date interval
roundUp(double, double) - Static method in class com.scichart.core.utility.DoubleUtil
Rounds up specified value to value which is divisible by nearest value
roundUpPower(double, double, double) - Static method in class com.scichart.core.utility.DoubleUtil
 
run() - Method in class com.scichart.core.utility.Dispatcher.InvalidateRunnable
run() - Method in class com.scichart.core.utility.Dispatcher.InvisibleRunnable
run() - Method in class com.scichart.core.utility.Dispatcher.RequestLayoutRunnable
run() - Method in class com.scichart.core.utility.Dispatcher.VisibleRunnable
runOnUiThread(Runnable) - Static method in class com.scichart.core.utility.Dispatcher
Runs the specified runnable on the UI thread.

S

safeAdd(View) - Method in interface com.scichart.core.framework.IViewContainer
Adds view into this view container
safeAdd(View, ViewGroup.LayoutParams) - Method in interface com.scichart.core.framework.IViewContainer
Adds view into this view container
safeAdd(List<T>, T) - Static method in class com.scichart.core.utility.ListUtil
Adds items into list if it wasn't added before, otherwise nothing happens.
safeAddChild(ViewGroup, Object) - Static method in class com.scichart.core.utility.ViewGroupUtil
Adds a child if the child is not null and if the viewGroup does not contain the child.
safeAddChild(ViewGroup, Object, int) - Static method in class com.scichart.core.utility.ViewGroupUtil
Adds a child at specified index if the child is not null and if the viewGroup does not contain the child.
safeAddChild(Object, Object) - Static method in class com.scichart.core.utility.ViewGroupUtil
Adds a child if it is not null and the viewGroup is not null.
safeRemove(View) - Method in interface com.scichart.core.framework.IViewContainer
Removes view from this view container
safeRemoveChild(ViewGroup, Object) - Static method in class com.scichart.core.utility.ViewGroupUtil
Remove a child if the child is not null and if viewGroup contains the child
safeRemoveChild(Object, Object) - Static method in class com.scichart.core.utility.ViewGroupUtil
Removes a child if it is not null and the viewGroup is not null.
SciChartDebugLogger - Class in com.scichart.core.utility
Provides a debug logger which can be used to pipe debug messages from SciChart to your own code, by setting the ISciChartDebugLoggerFacade via SciChartDebugLogger.setLoggerFacade(ISciChartDebugLoggerFacade).
select(T) - Method in interface com.scichart.core.common.Predicate
Checks if item meets some criteria which is defined by this predicate
select(List<T>, Func1<T, TResult>) - Static method in class com.scichart.core.utility.ListUtil
Selects all items from the list and transforms them according to provided selector.
ServiceContainer - Class in com.scichart.core
Provides a container with access to shared services through SciChart components
ServiceContainer() - Constructor for class com.scichart.core.ServiceContainer
 
set(int, byte) - Method in class com.scichart.core.model.ByteValues
Sets the value at specified location
set(int, Date) - Method in class com.scichart.core.model.DateValues
Sets the value at specified location
set(int, double) - Method in class com.scichart.core.model.DoubleValues
Sets the value at specified location
set(int, float) - Method in class com.scichart.core.model.FloatValues
Sets the value at specified location
set(int, int) - Method in class com.scichart.core.model.IntegerValues
Sets the value at specified location
set(int, long) - Method in class com.scichart.core.model.LongValues
Sets the value at specified location
set(int, short) - Method in class com.scichart.core.model.ShortValues
Sets the value at specified location
set(int, E) - Method in class com.scichart.core.observable.ObservableCollection
set(int, T) - Method in class com.scichart.core.observable.ProjectionCollection
setLayoutParams(ViewGroup.LayoutParams) - Method in interface com.scichart.core.framework.IView
Sets the ViewGroup.LayoutParams for this IView instance
setLoggerFacade(ISciChartDebugLoggerFacade) - Method in class com.scichart.core.utility.SciChartDebugLogger
Sets the ISciChartDebugLoggerFacade to write to.
setResumeTargetOnClose(boolean) - Method in interface com.scichart.core.framework.IUpdateSuspender
Sets a value indicating whether the target will resume when the IUpdateSuspender is disposed.
setResumeTargetOnClose(boolean) - Method in class com.scichart.core.framework.UpdateSuspender
Sets a value indicating whether the target will resume when the IUpdateSuspender is disposed.
setRuntimeLicenseKey(String) - Static method in class com.scichart.core.licensing.Credentials
sets the runtime license key
setSize(int) - Method in class com.scichart.core.model.ByteValues
Sets the values size
setSize(int) - Method in class com.scichart.core.model.DateValues
Sets the values size
setSize(int) - Method in class com.scichart.core.model.DoubleValues
Sets the values size
setSize(int) - Method in class com.scichart.core.model.FloatValues
Sets the values size
setSize(int) - Method in class com.scichart.core.model.IntegerValues
Sets the values size
setSize(int) - Method in class com.scichart.core.model.LongValues
Sets the values size
setSize(int) - Method in class com.scichart.core.model.ShortValues
Sets the values size
setSourceCollection(ObservableCollection<TSource>) - Method in class com.scichart.core.observable.ProjectionCollection
Sets the source collection to project from
setStrongValue(T) - Method in class com.scichart.core.framework.SmartProperty
Sets weak value for this property which overrides any previously set value
setStrongValue(boolean) - Method in class com.scichart.core.framework.SmartPropertyBoolean
Sets weak value for this property which overrides any previously set value
setStrongValue(double) - Method in class com.scichart.core.framework.SmartPropertyDouble
Sets weak value for this property which overrides any previously set value
setStrongValue(float) - Method in class com.scichart.core.framework.SmartPropertyFloat
Sets weak value for this property which overrides any previously set value
setStrongValue(int) - Method in class com.scichart.core.framework.SmartPropertyInteger
Sets weak value for this property which overrides any previously set value
setStrongValue(long) - Method in class com.scichart.core.framework.SmartPropertyLong
Sets weak value for this property which overrides any previously set value
setTime(int, long) - Method in class com.scichart.core.model.DateValues
Sets the value at specified location
setVisibility(int) - Method in interface com.scichart.core.framework.IView
Sets visibility for this IView instance
setWeakValue(T) - Method in class com.scichart.core.framework.SmartProperty
Sets weak value for this property if it was not overridden by SmartProperty.setStrongValue(Object) call
setWeakValue(boolean) - Method in class com.scichart.core.framework.SmartPropertyBoolean
Sets weak value for this property if it was not overridden by SmartProperty.setStrongValue(Object) call
setWeakValue(double) - Method in class com.scichart.core.framework.SmartPropertyDouble
Sets weak value for this property if it was not overridden by SmartProperty.setStrongValue(Object) call
setWeakValue(float) - Method in class com.scichart.core.framework.SmartPropertyFloat
Sets weak value for this property if it was not overridden by SmartProperty.setStrongValue(Object) call
setWeakValue(int) - Method in class com.scichart.core.framework.SmartPropertyInteger
Sets weak value for this property if it was not overridden by SmartProperty.setStrongValue(Object) call
setWeakValue(long) - Method in class com.scichart.core.framework.SmartPropertyLong
Sets weak value for this property if it was not overridden by SmartProperty.setStrongValue(Object) call
ShortValues - Class in com.scichart.core.model
Defines a short values collection
ShortValues() - Constructor for class com.scichart.core.model.ShortValues
Creates a new ShortValues instance
ShortValues(int) - Constructor for class com.scichart.core.model.ShortValues
Creates a new ShortValues instance
ShortValues(short[]) - Constructor for class com.scichart.core.model.ShortValues
Creates a new ShortValues instance and initializes it with specified array
single(List<T>, Predicate<T>) - Static method in class com.scichart.core.utility.ListUtil
Selects single item which satisfies specified predicate, if there are more than one item which satisfies predicate then throws exception.
singleOrDefault(List<T>, Predicate<T>) - Static method in class com.scichart.core.utility.ListUtil
Selects single item which satisfies specified predicate, If list is empty returns null and if there are more than one item which satisfies predicate then throws exception.
Size - Class in com.scichart.core.common
Defines a class which allows to specify 2D size of object in pixels
Size(int, int) - Constructor for class com.scichart.core.common.Size
Createa a new Size instance
size() - Method in class com.scichart.core.model.ByteValues
Gets the size of values
size() - Method in class com.scichart.core.model.DateValues
Gets the size of values
size() - Method in class com.scichart.core.model.DoubleValues
Gets the size of values
size() - Method in class com.scichart.core.model.FloatValues
Gets the size of values
size() - Method in class com.scichart.core.model.IntegerValues
Gets the size of values
size() - Method in interface com.scichart.core.model.IValues
Gets the size of values
size() - Method in class com.scichart.core.model.LongValues
Gets the size of values
size() - Method in class com.scichart.core.model.ShortValues
Gets the size of values
size() - Method in class com.scichart.core.utility.objectPooling.ObjectPool
Gets the size of pool
SmartProperty<T> - Class in com.scichart.core.framework
Defines a smart property class which can hold Object instances
SmartProperty(SmartProperty<T>, SmartProperty.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.SmartProperty
Creates a new instance of SmartProperty class
SmartProperty(SmartProperty.IPropertyChangeListener, T) - Constructor for class com.scichart.core.framework.SmartProperty
Creates a new instance of SmartProperty class
SmartProperty(SmartProperty.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.SmartProperty
Creates a new instance of SmartProperty class
SmartProperty.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartProperty listener
SmartPropertyBoolean - Class in com.scichart.core.framework
Defines a smart property class which can hold boolean value
SmartPropertyBoolean(SmartPropertyBoolean.IPropertyChangeListener, boolean) - Constructor for class com.scichart.core.framework.SmartPropertyBoolean
Creates a new instance of SmartPropertyBoolean class
SmartPropertyBoolean(SmartPropertyBoolean.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.SmartPropertyBoolean
Creates a new instance of SmartPropertyBoolean class
SmartPropertyBoolean.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartPropertyBoolean listener
SmartPropertyDouble - Class in com.scichart.core.framework
Defines a smart property class which can hold double value
SmartPropertyDouble(SmartPropertyDouble.IPropertyChangeListener, double) - Constructor for class com.scichart.core.framework.SmartPropertyDouble
Creates a new instance of SmartPropertyDouble class
SmartPropertyDouble(SmartPropertyDouble.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.SmartPropertyDouble
Creates a new instance of SmartPropertyDouble class
SmartPropertyDouble.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartPropertyDouble listener
SmartPropertyFloat - Class in com.scichart.core.framework
Defines a smart property class which can hold float value
SmartPropertyFloat(SmartPropertyFloat.IPropertyChangeListener, float) - Constructor for class com.scichart.core.framework.SmartPropertyFloat
Creates a new instance of SmartPropertyFloat class
SmartPropertyFloat(SmartPropertyFloat.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.SmartPropertyFloat
Creates a new instance of SmartPropertyFloat class
SmartPropertyFloat.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartPropertyFloat listener
SmartPropertyInteger - Class in com.scichart.core.framework
Defines a smart property class which can hold int value
SmartPropertyInteger(SmartPropertyInteger.IPropertyChangeListener, int) - Constructor for class com.scichart.core.framework.SmartPropertyInteger
Creates a new instance of SmartPropertyInteger class
SmartPropertyInteger(SmartPropertyInteger.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.SmartPropertyInteger
Creates a new instance of SmartPropertyInteger class
SmartPropertyInteger.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartPropertyInteger listener
SmartPropertyLong - Class in com.scichart.core.framework
Defines a smart property class which can hold long value
SmartPropertyLong(SmartPropertyLong.IPropertyChangeListener, int) - Constructor for class com.scichart.core.framework.SmartPropertyLong
Creates a new instance of SmartPropertyLong class
SmartPropertyLong(SmartPropertyLong.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.SmartPropertyLong
Creates a new instance of SmartPropertyLong class
SmartPropertyLong.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartPropertyLong listener
source - Variable in class com.scichart.core.utility.touch.ModifierTouchEventArgs
Source of event
start() - Method in class com.scichart.core.utility.Stopwatch
Starts time measure
startNew() - Static method in class com.scichart.core.utility.Stopwatch
Creates and starts new Stopwatch instance
stop() - Method in class com.scichart.core.utility.Stopwatch
Stops time measure
Stopwatch - Class in com.scichart.core.utility
Defines a stopwatch class which allows to measured passed time between some events
Stopwatch() - Constructor for class com.scichart.core.utility.Stopwatch
 
StringUtil - Class in com.scichart.core.utility
Helper class for work with strings
StringUtil() - Constructor for class com.scichart.core.utility.StringUtil
 
subscribe(Class<TMessage>, Action1<TMessage>) - Method in class com.scichart.core.utility.messaging.EventAggregator
Subscribe to a message type with the given destination and delivery action.
subscribe(Class<TMessage>, Action1<TMessage>, boolean) - Method in class com.scichart.core.utility.messaging.EventAggregator
Subscribe to a message type with the given destination and delivery action.
subscribe(Class<TMessage>, Action1<TMessage>) - Method in interface com.scichart.core.utility.messaging.IEventAggregator
Subscribe to a message type with the given destination and delivery action.
subscribe(Class<TMessage>, Action1<TMessage>, boolean) - Method in interface com.scichart.core.utility.messaging.IEventAggregator
Subscribe to a message type with the given destination and delivery action.
subscribe(IPublishMotionEvents, IReceiveMotionEvents) - Method in interface com.scichart.core.utility.touch.IMotionEventManager
Subscribes to motion events on the Source, propagating handlers to the Target
subscribe(IPublishMotionEvents, IReceiveMotionEvents) - Method in class com.scichart.core.utility.touch.MotionEventManager
Subscribes to motion events on the Source, propagating handlers to the Target
suspendUpdates() - Method in interface com.scichart.core.framework.ISuspendable
Suspends drawing updated on the target until the returned object is disposed, when a final draw call will be issued

T

TAG - Static variable in class com.scichart.core.utility.messaging.LoggedMessageBase
 
TAG - Static variable in class com.scichart.core.utility.touch.MotionEventManager
 
TAG - Variable in class com.scichart.core.utility.touch.ReceiveMotionEventsBase
 
toArray(Iterable<T>, Class<T>) - Static method in class com.scichart.core.utility.IterableUtil
Converts iterable to an array
toDate(Comparable) - Static method in class com.scichart.core.utility.ComparableUtil
Converts comparable to its Date representation.
toDouble(Comparable) - Static method in class com.scichart.core.utility.ComparableUtil
Converts comparable to its double representation.
toList(Iterable<T>) - Static method in class com.scichart.core.utility.IterableUtil
Converts iterable to a list
toString() - Method in class com.scichart.core.common.Size
toString() - Method in class com.scichart.core.framework.SmartProperty
toString() - Method in class com.scichart.core.framework.SmartPropertyBoolean
toString() - Method in class com.scichart.core.framework.SmartPropertyDouble
toString() - Method in class com.scichart.core.framework.SmartPropertyFloat
toString() - Method in class com.scichart.core.framework.SmartPropertyInteger
toString() - Method in class com.scichart.core.framework.SmartPropertyLong
toString() - Method in class com.scichart.core.observable.CollectionChangedEventArgs
translatePoint(PointF, IHitTestable) - Method in interface com.scichart.core.framework.IHitTestable
Translates the point relative to the other IHitTestable element
translatePoint(View, PointF, IHitTestable) - Static method in class com.scichart.core.utility.ViewUtil
Translates points relative to other IHitTestable element.
translatePoint(View, PointF, View) - Static method in class com.scichart.core.utility.ViewUtil
Translates points relative to other View element.
tryDispose(IDisposable) - Static method in class com.scichart.core.framework.DisposableBase
Helper method which checks if disposable is null before disposing.
tryDispose(List<T>) - Static method in class com.scichart.core.framework.DisposableBase
Helper method which disposes list of disposables.
tryDispose(SparseArray<T>) - Static method in class com.scichart.core.framework.DisposableBase
Helper method which disposes sparse array of disposables.
tryDispose(Map<?, T>) - Static method in class com.scichart.core.framework.DisposableBase
Helper method which disposes map of disposables.
tryLoadLibrary(String) - Static method in class com.scichart.core.utility.NativeLibraryHelper
Tries to load native library

U

unsubscribe(MessageSubscriptionToken) - Method in class com.scichart.core.utility.messaging.EventAggregator
Unsubscribe from a particular message type.
unsubscribe(MessageSubscriptionToken) - Method in interface com.scichart.core.utility.messaging.IEventAggregator
Unsubscribe from a particular message type.
unsubscribe(IPublishMotionEvents) - Method in interface com.scichart.core.utility.touch.IMotionEventManager
Unsubscribes the source from motion events
unsubscribe(IReceiveMotionEvents) - Method in interface com.scichart.core.utility.touch.IMotionEventManager
Unsubscribes the element from motion events
unsubscribe(IPublishMotionEvents) - Method in class com.scichart.core.utility.touch.MotionEventManager
Unsubscribes the source from motion events
unsubscribe(IReceiveMotionEvents) - Method in class com.scichart.core.utility.touch.MotionEventManager
Unsubscribes the element from motion events
UpdateSuspender - Class in com.scichart.core.framework
A disposable class which allows nested suspend/resume operations on an ISuspendable target
UpdateSuspender(ISuspendable) - Constructor for class com.scichart.core.framework.UpdateSuspender
Initializes a new instance of the UpdateSuspender class.
using(ISuspendable, Runnable) - Static method in class com.scichart.core.framework.UpdateSuspender
Helper method which suspend updates on target instance while runnable is executing

V

validate(Object) - Method in interface com.scichart.core.licensing.ILicenseProvider
Validates the component
valueOf(String) - Static method in enum com.scichart.core.licensing.Decoder.LicenseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.scichart.core.observable.CollectionChangedEventArgs.Action
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.scichart.core.licensing.Decoder.LicenseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.scichart.core.observable.CollectionChangedEventArgs.Action
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_CODE - Static variable in class com.scichart.core.BuildConfig
 
VERSION_NAME - Static variable in class com.scichart.core.BuildConfig
 
VERTICAL - Static variable in class com.scichart.core.annotations.Orientation
Vertical
ViewGroupUtil - Class in com.scichart.core.utility
Provides helper methods for work with ViewGroup instances.
ViewGroupUtil() - Constructor for class com.scichart.core.utility.ViewGroupUtil
 
ViewUtil - Class in com.scichart.core.utility
Provides helper methods for work with View instances.
ViewUtil() - Constructor for class com.scichart.core.utility.ViewUtil
 
Visibility - Annotation Type in com.scichart.core.annotations
Defines annotations with View visibility values
VisibleRunnable(View) - Constructor for class com.scichart.core.utility.Dispatcher.VisibleRunnable
Creates a new instance of Dispatcher.VisibleRunnable class

W

where(List<T>, Predicate<T>) - Static method in class com.scichart.core.utility.ListUtil
Selects all items from the list which satisfy specified predicate.
width - Variable in class com.scichart.core.common.Size
The width value in pixels
writeLine(String, String, Object...) - Method in class com.scichart.core.utility.SciChartDebugLogger
Writes an info line to the ISciChartDebugLoggerFacade.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links