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(int) - Method in class com.scichart.core.cpp.IntVector
 
add(boolean) - Method in class com.scichart.core.model.BooleanValues
Adds new value
add(int, boolean) - Method in class com.scichart.core.model.BooleanValues
Adds new value at specified location
add(boolean[]) - Method in class com.scichart.core.model.BooleanValues
Adds multiple values from array
add(boolean[], int, int) - Method in class com.scichart.core.model.BooleanValues
Adds multiple values from array region
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.
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
 
AttachableHelper - Class in com.scichart.core.utility
Helper class which contains methods for work with IAttachable
AttachableHelper() - Constructor for class com.scichart.core.utility.AttachableHelper
 
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

BooleanValues - Class in com.scichart.core.model
 
BooleanValues() - Constructor for class com.scichart.core.model.BooleanValues
Creates a new BooleanValues instance
BooleanValues(int) - Constructor for class com.scichart.core.model.BooleanValues
Creates a new BooleanValues instance
BooleanValues(boolean[]) - Constructor for class com.scichart.core.model.BooleanValues
Creates a new BooleanValues instance and initializes it with specified array
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.
capacity() - Method in class com.scichart.core.cpp.IntVector
 
CHARTING - Static variable in class com.scichart.core.utility.NativeLibraryHelper
 
CHARTING_3D - Static variable in class com.scichart.core.utility.NativeLibraryHelper
 
checkDomain(String) - Static method in class com.scichart.core.cpp.NativeCredentials
 
checkLicenseByUrl() - Static method in class com.scichart.core.cpp.NativeCredentials
 
checkLicenseValid() - Static method in class com.scichart.core.cpp.NativeCredentials
 
checkMachineIdValid() - Static method in class com.scichart.core.cpp.NativeCredentials
 
clear() - Method in class com.scichart.core.cpp.IntVector
 
clear() - Method in interface com.scichart.core.framework.ICleanable
Clears the current state of this object
clear() - Method in class com.scichart.core.model.BooleanValues
Clears values without disposing allocated memory
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.cpp - package com.scichart.core.cpp
 
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
CORE - Static variable in class com.scichart.core.utility.NativeLibraryHelper
 
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() - Constructor for class com.scichart.core.licensing.Credentials
 

D

DATA - Static variable in class com.scichart.core.utility.NativeLibraryHelper
 
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
decrementSuspend() - Method in interface com.scichart.core.framework.ISuspendable
Called by IUpdateSuspender each time a target suspender is disposed.
delete() - Method in class com.scichart.core.cpp.IntVector
 
delete() - Method in class com.scichart.core.cpp.LicensingMethodResultOutStringRetBool
 
delete() - Method in class com.scichart.core.cpp.NativeCredentials
 
delete_IntVector(long) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
delete_LicensingMethodResultOutStringRetBool(long) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
delete_NativeCredentials(long) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
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.BooleanValues
Clears and disposes allocated memory
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
DRAWING - Static variable in class com.scichart.core.utility.NativeLibraryHelper
 
dump() - Static method in class com.scichart.core.cpp.NativeCredentials
 

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)
EMPTY - Static variable in class com.scichart.core.utility.StringUtil
 
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
FEATURE_2D - Static variable in class com.scichart.core.licensing.Credentials
 
FEATURE_3D - Static variable in class com.scichart.core.licensing.Credentials
 
finalize() - Method in class com.scichart.core.cpp.IntVector
 
finalize() - Method in class com.scichart.core.cpp.LicensingMethodResultOutStringRetBool
 
finalize() - Method in class com.scichart.core.cpp.NativeCredentials
 
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.
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 interface com.scichart.core.common.IndexFunc
Gets element from sequences
get(int) - Method in class com.scichart.core.cpp.IntVector
 
get(int) - Method in class com.scichart.core.model.BooleanValues
Gets the value at specified location
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.
getAllowDebugging() - Static method in class com.scichart.core.cpp.NativeCredentials
 
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.
getCPtr(IntVector) - Static method in class com.scichart.core.cpp.IntVector
 
getCPtr(LicensingMethodResultOutStringRetBool) - Static method in class com.scichart.core.cpp.LicensingMethodResultOutStringRetBool
 
getCPtr(NativeCredentials) - Static method in class com.scichart.core.cpp.NativeCredentials
 
getCPtr(SWIGTYPE_p_std__string) - Static method in class com.scichart.core.cpp.SWIGTYPE_p_std__string
 
getElapsedTime() - Method in class com.scichart.core.utility.Stopwatch
Gets ellapsed time in milliseconds
getEncrypted(String) - Static method in class com.scichart.core.cpp.NativeCredentials
 
getEventsSource() - Method in interface com.scichart.core.utility.touch.IReceiveMotionEventGroup
Gets the IHitTestable source of motion events.
getExpiryDate() - Static method in class com.scichart.core.cpp.NativeCredentials
 
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.BooleanValues
Gets the internal items array
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() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseDaysRemaining() - Method in class com.scichart.core.licensing.Credentials
 
getLicenseFeatureName2d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureName3d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameAndroid2d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameAndroid3d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameEnterprise() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameIos2d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameIos3d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameMac2d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameMac3d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameWeb2d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameWeb3d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameWpf2d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseFeatureNameWpf3d() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseType() - Static method in class com.scichart.core.cpp.NativeCredentials
 
getLicenseType() - Method in class com.scichart.core.licensing.Credentials
 
getLock() - Method in interface com.scichart.core.framework.ISuspendableWithLock
 
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.
getOutString() - Method in class com.scichart.core.cpp.LicensingMethodResultOutStringRetBool
 
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() - Static method in class com.scichart.core.cpp.NativeCredentials
 
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.
getReturnValue() - Method in class com.scichart.core.cpp.LicensingMethodResultOutStringRetBool
 
getRuntimeKeyStatus() - Static method in class com.scichart.core.cpp.NativeCredentials
 
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.
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
 
getUpdateSuspenderCount() - Method in interface com.scichart.core.framework.ISuspendable
Gets the counter used to count amount UpdateSuspender instances associated with current ISuspendable
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.BooleanValues
Get type of values
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.
hasFeature(String) - Static method in class com.scichart.core.cpp.NativeCredentials
 
hasFeature(String) - Method in class com.scichart.core.licensing.Credentials
 
hash256Encode64(String) - Static method in class com.scichart.core.cpp.NativeCredentials
 
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
IndexFunc<T> - Interface in com.scichart.core.common
Interface which defines a func which returns element of sequence by its index
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
IntVector - Class in com.scichart.core.cpp
 
IntVector(long, boolean) - Constructor for class com.scichart.core.cpp.IntVector
 
IntVector() - Constructor for class com.scichart.core.cpp.IntVector
 
IntVector(long) - Constructor for class com.scichart.core.cpp.IntVector
 
IntVector_add(long, IntVector, int) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
IntVector_capacity(long, IntVector) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
IntVector_clear(long, IntVector) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
IntVector_get(long, IntVector, int) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
IntVector_isEmpty(long, IntVector) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
IntVector_reserve(long, IntVector, long) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
IntVector_set(long, IntVector, int, int) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
IntVector_size(long, IntVector) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
InvalidatableElementCallback - Class in com.scichart.core.framework
Defines a callback for smart properties which invalidate specified element when property changes
InvalidatableElementCallback(IInvalidatableElement) - Constructor for class com.scichart.core.framework.InvalidatableElementCallback
Creates new instance of InvalidatableElementCallback class
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
IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for property change listener
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.cpp.IntVector
 
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
isNullOrEmpty(CharSequence) - Static method in class com.scichart.core.utility.StringUtil
Checks whether char sequence 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
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.
ISuspendableWithLock - Interface in com.scichart.core.framework
 
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

LICENSE_TYPE_FULL - Static variable in class com.scichart.core.cpp.NativeLicenseType
 
LICENSE_TYPE_FULL_EXPIRED - Static variable in class com.scichart.core.cpp.NativeLicenseType
 
LICENSE_TYPE_INVALID_DEVELOPER_LICENSE - Static variable in class com.scichart.core.cpp.NativeLicenseType
 
LICENSE_TYPE_INVALID_LICENSE - Static variable in class com.scichart.core.cpp.NativeLicenseType
 
LICENSE_TYPE_NO_LICENSE - Static variable in class com.scichart.core.cpp.NativeLicenseType
 
LICENSE_TYPE_SUBSCRIPTION_EXPIRED - Static variable in class com.scichart.core.cpp.NativeLicenseType
 
LICENSE_TYPE_TRIAL - Static variable in class com.scichart.core.cpp.NativeLicenseType
 
LICENSE_TYPE_TRIAL_EXPIRED - Static variable in class com.scichart.core.cpp.NativeLicenseType
 
LicenseType - Enum in com.scichart.core.licensing
The licence type
LicensingMethodResultOutStringRetBool - Class in com.scichart.core.cpp
 
LicensingMethodResultOutStringRetBool(long, boolean) - Constructor for class com.scichart.core.cpp.LicensingMethodResultOutStringRetBool
 
LicensingMethodResultOutStringRetBool() - Constructor for class com.scichart.core.cpp.LicensingMethodResultOutStringRetBool
 
LicensingMethodResultOutStringRetBool_OutString_get(long, LicensingMethodResultOutStringRetBool) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
LicensingMethodResultOutStringRetBool_OutString_set(long, LicensingMethodResultOutStringRetBool, String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
LicensingMethodResultOutStringRetBool_ReturnValue_get(long, LicensingMethodResultOutStringRetBool) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
LicensingMethodResultOutStringRetBool_ReturnValue_set(long, LicensingMethodResultOutStringRetBool, boolean) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
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.
mergeRuntimeLicenseKey(String) - Static method in class com.scichart.core.cpp.NativeCredentials
 
mergeRuntimeLicenseKeyW(String) - Static method in class com.scichart.core.cpp.NativeCredentials
 
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

NativeCredentials - Class in com.scichart.core.cpp
 
NativeCredentials(long, boolean) - Constructor for class com.scichart.core.cpp.NativeCredentials
 
NativeCredentials() - Constructor for class com.scichart.core.cpp.NativeCredentials
 
NativeCredentials_checkDomain(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_checkLicenseByUrl() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_checkLicenseValid() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_checkMachineIdValid() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_dump() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getAllowDebugging() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getEncrypted(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getExpiryDate() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseDaysRemaining() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureName2d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureName3d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameAndroid2d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameAndroid3d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameEnterprise() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameIos2d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameIos3d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameMac2d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameMac3d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameWeb2d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameWeb3d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameWpf2d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseFeatureNameWpf3d() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getLicenseType() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getProductCode() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_getRuntimeKeyStatus() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_hasFeature(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_hash256Encode64(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_mergeRuntimeLicenseKey(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_mergeRuntimeLicenseKeyW(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_resetRuntimeLicense() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_setDesigntimeLicenseKey(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_setDesigntimeLicenseKeyW(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_setRuntimeLicenseKey(String, long) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_setRuntimeLicenseKeyReturnErrors(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NativeCredentials_setRuntimeLicenseKeyW(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
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
 
NativeLicenseType - Class in com.scichart.core.cpp
 
NativeLicenseType() - Constructor for class com.scichart.core.cpp.NativeLicenseType
 
new_IntVector__SWIG_0() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
new_IntVector__SWIG_1(long) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
new_LicensingMethodResultOutStringRetBool() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NEW_LINE - Static variable in class com.scichart.core.utility.StringUtil
 
new_NativeCredentials() - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
NotifiableSmartProperty<T> - Class in com.scichart.core.framework
Defines a smart property class which can hold Object instances and accepts IPropertyChangeListener to notify when new value is set
NotifiableSmartProperty(IPropertyChangeListener, T) - Constructor for class com.scichart.core.framework.NotifiableSmartProperty
Creates a new instance of SmartProperty class
NotifiableSmartProperty(IPropertyChangeListener) - Constructor for class com.scichart.core.framework.NotifiableSmartProperty
Creates a new instance of NotifiableSmartProperty class
NotifiableSmartPropertyBoolean - Class in com.scichart.core.framework
Defines a smart property class which can hold boolean value and accepts IPropertyChangeListener to notify when new value is set
NotifiableSmartPropertyBoolean(IPropertyChangeListener, boolean) - Constructor for class com.scichart.core.framework.NotifiableSmartPropertyBoolean
Creates a new instance of SmartProperty class
NotifiableSmartPropertyBoolean(IPropertyChangeListener) - Constructor for class com.scichart.core.framework.NotifiableSmartPropertyBoolean
Creates a new instance of NotifiableSmartProperty class
NotifiableSmartPropertyDouble - Class in com.scichart.core.framework
Defines a smart property class which can hold double value and accepts IPropertyChangeListener to notify when new value is set
NotifiableSmartPropertyDouble(IPropertyChangeListener, double) - Constructor for class com.scichart.core.framework.NotifiableSmartPropertyDouble
Creates a new instance of SmartProperty class
NotifiableSmartPropertyDouble(IPropertyChangeListener) - Constructor for class com.scichart.core.framework.NotifiableSmartPropertyDouble
Creates a new instance of NotifiableSmartProperty class
NotifiableSmartPropertyFloat - Class in com.scichart.core.framework
Defines a smart property class which can hold float value and accepts IPropertyChangeListener to notify when new value is set
NotifiableSmartPropertyFloat(IPropertyChangeListener, float) - Constructor for class com.scichart.core.framework.NotifiableSmartPropertyFloat
Creates a new instance of SmartProperty class
NotifiableSmartPropertyFloat(IPropertyChangeListener) - Constructor for class com.scichart.core.framework.NotifiableSmartPropertyFloat
Creates a new instance of NotifiableSmartProperty class
NotifiableSmartPropertyInteger - Class in com.scichart.core.framework
Defines a smart property class which can hold int value and accepts IPropertyChangeListener to notify when new value is set
NotifiableSmartPropertyInteger(IPropertyChangeListener, int) - Constructor for class com.scichart.core.framework.NotifiableSmartPropertyInteger
Creates a new instance of NotifiableSmartPropertyInteger class
NotifiableSmartPropertyInteger(IPropertyChangeListener) - Constructor for class com.scichart.core.framework.NotifiableSmartPropertyInteger
Creates a new instance of NotifiableSmartPropertyInteger class
NotifiableSmartPropertyLong - Class in com.scichart.core.framework
Defines a smart property class which can hold long value and accepts IPropertyChangeListener to notify when new value is set
NotifiableSmartPropertyLong(IPropertyChangeListener, long) - Constructor for class com.scichart.core.framework.NotifiableSmartPropertyLong
Creates a new instance of NotifiableSmartPropertyLong class
NotifiableSmartPropertyLong(IPropertyChangeListener) - Constructor for class com.scichart.core.framework.NotifiableSmartPropertyLong
Creates a new instance of NotifiableSmartPropertyLong class
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.
ObservableSmartProperty<T> - Class in com.scichart.core.framework
Defines a smart property class which can hold Object instances and provides listener with old and new value
ObservableSmartProperty(ObservableSmartProperty.IPropertyChangeListener, T) - Constructor for class com.scichart.core.framework.ObservableSmartProperty
Creates a new instance of ObservableSmartProperty class
ObservableSmartProperty(ObservableSmartProperty.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartProperty
Creates a new instance of ObservableSmartProperty class
ObservableSmartProperty.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartProperty listener
ObservableSmartPropertyBoolean - Class in com.scichart.core.framework
Defines a smart property class which can hold boolean value and provides listener with old and new value
ObservableSmartPropertyBoolean(ObservableSmartPropertyBoolean.IPropertyChangeListener, boolean) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyBoolean
Creates a new instance of ObservableSmartPropertyBoolean class
ObservableSmartPropertyBoolean(ObservableSmartPropertyBoolean.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyBoolean
Creates a new instance of ObservableSmartPropertyBoolean class
ObservableSmartPropertyBoolean.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartPropertyBoolean listener
ObservableSmartPropertyDouble - Class in com.scichart.core.framework
Defines a smart property class which can hold double value and provides listener with old and new value
ObservableSmartPropertyDouble(ObservableSmartPropertyDouble.IPropertyChangeListener, double) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyDouble
Creates a new instance of ObservableSmartPropertyDouble class
ObservableSmartPropertyDouble(ObservableSmartPropertyDouble.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyDouble
Creates a new instance of ObservableSmartPropertyDouble class
ObservableSmartPropertyDouble.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartPropertyDouble listener
ObservableSmartPropertyFloat - Class in com.scichart.core.framework
Defines a smart property class which can hold float value and provides listener with old and new value
ObservableSmartPropertyFloat(ObservableSmartPropertyFloat.IPropertyChangeListener, long) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyFloat
Creates a new instance of ObservableSmartPropertyFloat class
ObservableSmartPropertyFloat(ObservableSmartPropertyFloat.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyFloat
Creates a new instance of ObservableSmartPropertyFloat class
ObservableSmartPropertyFloat.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartPropertyFloat listener
ObservableSmartPropertyInteger - Class in com.scichart.core.framework
Defines a smart property class which can hold int value and provides listener with old and new value
ObservableSmartPropertyInteger(ObservableSmartPropertyInteger.IPropertyChangeListener, int) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyInteger
Creates a new instance of ObservableSmartPropertyInteger class
ObservableSmartPropertyInteger(ObservableSmartPropertyInteger.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyInteger
Creates a new instance of ObservableSmartPropertyInteger class
ObservableSmartPropertyInteger.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartPropertyInteger listener
ObservableSmartPropertyLong - Class in com.scichart.core.framework
Defines a smart property class which can hold long value and provides listener with old and new value
ObservableSmartPropertyLong(ObservableSmartPropertyLong.IPropertyChangeListener, long) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyLong
Creates a new instance of ObservableSmartPropertyLong class
ObservableSmartPropertyLong(ObservableSmartPropertyLong.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyLong
Creates a new instance of ObservableSmartPropertyLong class
ObservableSmartPropertyLong.IPropertyChangeListener - Interface in com.scichart.core.framework
Defines the interface for SmartPropertyLong listener
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() - Method in class com.scichart.core.framework.InvalidatableElementCallback
 
onPropertyChanged() - Method in interface com.scichart.core.framework.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(T, T) - Method in class com.scichart.core.framework.NotifiableSmartProperty
Called when property value is changed
onPropertyChanged(boolean, boolean) - Method in class com.scichart.core.framework.NotifiableSmartPropertyBoolean
Called when property value is changed
onPropertyChanged(double, double) - Method in class com.scichart.core.framework.NotifiableSmartPropertyDouble
Called when property value is changed
onPropertyChanged(float, float) - Method in class com.scichart.core.framework.NotifiableSmartPropertyFloat
Called when property value is changed
onPropertyChanged(int, int) - Method in class com.scichart.core.framework.NotifiableSmartPropertyInteger
Called when property value is changed
onPropertyChanged(long, long) - Method in class com.scichart.core.framework.NotifiableSmartPropertyLong
Called when property value is changed
onPropertyChanged(Object, Object) - Method in interface com.scichart.core.framework.ObservableSmartProperty.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(T, T) - Method in class com.scichart.core.framework.ObservableSmartProperty
Called when property value is changed
onPropertyChanged(boolean, boolean) - Method in interface com.scichart.core.framework.ObservableSmartPropertyBoolean.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(boolean, boolean) - Method in class com.scichart.core.framework.ObservableSmartPropertyBoolean
Called when property value is changed
onPropertyChanged(double, double) - Method in interface com.scichart.core.framework.ObservableSmartPropertyDouble.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(double, double) - Method in class com.scichart.core.framework.ObservableSmartPropertyDouble
Called when property value is changed
onPropertyChanged(float, float) - Method in interface com.scichart.core.framework.ObservableSmartPropertyFloat.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(float, float) - Method in class com.scichart.core.framework.ObservableSmartPropertyFloat
Called when property value is changed
onPropertyChanged(int, int) - Method in interface com.scichart.core.framework.ObservableSmartPropertyInteger.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(int, int) - Method in class com.scichart.core.framework.ObservableSmartPropertyInteger
Called when property value is changed
onPropertyChanged(long, long) - Method in interface com.scichart.core.framework.ObservableSmartPropertyLong.IPropertyChangeListener
Called when new property value is set
onPropertyChanged(long, long) - Method in class com.scichart.core.framework.ObservableSmartPropertyLong
Called when property value is changed
onPropertyChanged(T, T) - Method in class com.scichart.core.framework.SmartProperty
Called when property value is changed
onPropertyChanged(boolean, boolean) - Method in class com.scichart.core.framework.SmartPropertyBoolean
Called when property value is changed
onPropertyChanged(double, double) - Method in class com.scichart.core.framework.SmartPropertyDouble
Called when property value is changed
onPropertyChanged(float, float) - Method in class com.scichart.core.framework.SmartPropertyFloat
Called when property value is changed
onPropertyChanged(int, int) - Method in class com.scichart.core.framework.SmartPropertyInteger
Called when property value is changed
onPropertyChanged(long, long) - Method in class com.scichart.core.framework.SmartPropertyLong
Called when property value is changed
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

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.BooleanValues
Removes value at specified location
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
reserve(long) - Method in class com.scichart.core.cpp.IntVector
 
reset() - Method in class com.scichart.core.utility.Stopwatch
Resets measured results
resetRuntimeLicense() - Static method in class com.scichart.core.cpp.NativeCredentials
 
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.
SciChartCoreNative - Class in com.scichart.core.cpp
 
SciChartCoreNative() - Constructor for class com.scichart.core.cpp.SciChartCoreNative
 
SciChartCoreNativeJNI - Class in com.scichart.core.cpp
 
SciChartCoreNativeJNI() - Constructor for class com.scichart.core.cpp.SciChartCoreNativeJNI
 
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.
select(List<TResult>, 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, int) - Method in class com.scichart.core.cpp.IntVector
 
set(int, boolean) - Method in class com.scichart.core.model.BooleanValues
Sets the value at specified location
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
setDesigntimeLicenseKey(String) - Static method in class com.scichart.core.cpp.NativeCredentials
 
setDesigntimeLicenseKeyW(String) - Static method in class com.scichart.core.cpp.NativeCredentials
 
setDesigntimeLicenseKeyW(String) - Static method in class com.scichart.core.cpp.SciChartCoreNative
 
setDesigntimeLicenseKeyW(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
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.
setOutString(String) - Method in class com.scichart.core.cpp.LicensingMethodResultOutStringRetBool
 
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.
setReturnValue(boolean) - Method in class com.scichart.core.cpp.LicensingMethodResultOutStringRetBool
 
setRuntimeLicenseKey(String, SWIGTYPE_p_std__string) - Static method in class com.scichart.core.cpp.NativeCredentials
 
setRuntimeLicenseKey(String) - Static method in class com.scichart.core.licensing.Credentials
sets the runtime license key
setRuntimeLicenseKeyReturnErrors(String) - Static method in class com.scichart.core.cpp.NativeCredentials
 
setRuntimeLicenseKeyReturnErrors(String) - Static method in class com.scichart.core.cpp.SciChartCoreNative
 
setRuntimeLicenseKeyReturnErrors(String) - Static method in class com.scichart.core.cpp.SciChartCoreNativeJNI
 
setRuntimeLicenseKeyW(String) - Static method in class com.scichart.core.cpp.NativeCredentials
 
setSize(int) - Method in class com.scichart.core.model.BooleanValues
Sets the values size
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
setTamper() - Method in class com.scichart.core.licensing.Credentials
 
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.cpp.IntVector
 
size() - Method in class com.scichart.core.model.BooleanValues
Gets the size of values
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(T) - Constructor for class com.scichart.core.framework.SmartProperty
Creates a new instance of SmartProperty class
SmartProperty() - Constructor for class com.scichart.core.framework.SmartProperty
Creates a new instance of SmartProperty class
SmartPropertyBoolean - Class in com.scichart.core.framework
Defines a smart property class which can hold boolean value
SmartPropertyBoolean(boolean) - Constructor for class com.scichart.core.framework.SmartPropertyBoolean
Creates a new instance of SmartPropertyBoolean class
SmartPropertyBoolean() - Constructor for class com.scichart.core.framework.SmartPropertyBoolean
Creates a new instance of SmartPropertyBoolean class
SmartPropertyDouble - Class in com.scichart.core.framework
Defines a smart property class which can hold double value
SmartPropertyDouble(double) - Constructor for class com.scichart.core.framework.SmartPropertyDouble
Creates a new instance of SmartPropertyDouble class
SmartPropertyDouble() - Constructor for class com.scichart.core.framework.SmartPropertyDouble
Creates a new instance of SmartPropertyDouble class
SmartPropertyFloat - Class in com.scichart.core.framework
Defines a smart property class which can hold float value
SmartPropertyFloat(float) - Constructor for class com.scichart.core.framework.SmartPropertyFloat
Creates a new instance of SmartPropertyFloat class
SmartPropertyFloat() - Constructor for class com.scichart.core.framework.SmartPropertyFloat
Creates a new instance of SmartPropertyFloat class
SmartPropertyInteger - Class in com.scichart.core.framework
Defines a smart property class which can hold int value
SmartPropertyInteger(int) - Constructor for class com.scichart.core.framework.SmartPropertyInteger
Creates a new instance of SmartPropertyInteger class
SmartPropertyInteger() - Constructor for class com.scichart.core.framework.SmartPropertyInteger
Creates a new instance of SmartPropertyInteger class
SmartPropertyLong - Class in com.scichart.core.framework
Defines a smart property class which can hold long value
SmartPropertyLong(long) - Constructor for class com.scichart.core.framework.SmartPropertyLong
Creates a new instance of SmartPropertyLong class
SmartPropertyLong() - Constructor for class com.scichart.core.framework.SmartPropertyLong
Creates a new instance of SmartPropertyLong class
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
swigCMemOwn - Variable in class com.scichart.core.cpp.IntVector
 
swigCMemOwn - Variable in class com.scichart.core.cpp.LicensingMethodResultOutStringRetBool
 
swigCMemOwn - Variable in class com.scichart.core.cpp.NativeCredentials
 
SWIGTYPE_p_std__string - Class in com.scichart.core.cpp
 
SWIGTYPE_p_std__string(long, boolean) - Constructor for class com.scichart.core.cpp.SWIGTYPE_p_std__string
 
SWIGTYPE_p_std__string() - Constructor for class com.scichart.core.cpp.SWIGTYPE_p_std__string
 

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.
toDate(double) - Static method in class com.scichart.core.utility.ComparableUtil
Converts double to its Date representation
toDouble(Comparable) - Static method in class com.scichart.core.utility.ComparableUtil
Converts comparable to its double representation.
toDouble(double) - Static method in class com.scichart.core.utility.ComparableUtil
Converts value 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.
tryAttachTo(T, IAttachable) - Static method in class com.scichart.core.utility.AttachableHelper
Helper method which attaches IAttachable instance to target IAttachable
tryAttachTo(IServiceContainer, IAttachable) - Static method in class com.scichart.core.utility.AttachableHelper
Helper method which attaches IAttachable instance to target IServiceContainer
tryDetach(IAttachable) - Static method in class com.scichart.core.utility.AttachableHelper
Helper method which detaches IAttachable instance
tryDetachFrom(IAttachable, IAttachable) - Static method in class com.scichart.core.utility.AttachableHelper
Helper method which detaches IAttachable instance from target IAttachable
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.
tryLoadCharting3DLibrary() - Static method in class com.scichart.core.utility.NativeLibraryHelper
Tries to load native charting3d library
tryLoadChartingLibrary() - Static method in class com.scichart.core.utility.NativeLibraryHelper
Tries to load native charting library
tryLoadCoreLibrary() - Static method in class com.scichart.core.utility.NativeLibraryHelper
Tries to load native core library
tryLoadDataLibrary() - Static method in class com.scichart.core.utility.NativeLibraryHelper
Tries to load native data library
tryLoadDrawingLibrary() - Static method in class com.scichart.core.utility.NativeLibraryHelper
Tries to load native drawing library
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
using(ISuspendableWithLock, Runnable) - Static method in class com.scichart.core.framework.UpdateSuspender
Helper method which suspend updates on target instance which also requires lock 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.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.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.
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.
where(List<T>, 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