- 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
-
- addObserver(ICollectionObserver<E>) - Method in class com.scichart.core.observable.ObservableCollection
-
- 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
-
- attachTo(IServiceContainer) - Method in interface com.scichart.core.framework.IAttachable
-
- 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
-
- checkLicenseValid() - Static method in class com.scichart.core.cpp.NativeCredentials
-
- checkMachineIdValid() - Static method in class com.scichart.core.cpp.NativeCredentials
-
- checkTrial() - 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
-
- 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
-
- 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
-
- DateValues(int) - Constructor for class com.scichart.core.model.DateValues
-
- 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
-
- delete() - Method in class com.scichart.core.cpp.IntVector
-
- delete() - Method in class com.scichart.core.cpp.NativeCredentials
-
- delete_IntVector(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
-
- detach() - Method in interface com.scichart.core.framework.IAttachable
-
- 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
-
- DoubleValues(int) - Constructor for class com.scichart.core.model.DoubleValues
-
- 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
-
- 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.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
-
- FloatValues(int) - Constructor for class com.scichart.core.model.FloatValues
-
- 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
- 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
-
- getBoundsRelativeTo(RectF, IHitTestable) - Method in interface com.scichart.core.framework.IHitTestable
-
- 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(NativeCredentials) - Static method in class com.scichart.core.cpp.NativeCredentials
-
- getElapsedTime() - Method in class com.scichart.core.utility.Stopwatch
-
Gets ellapsed time in milliseconds
- getEventsSource() - Method in interface com.scichart.core.utility.touch.IReceiveMotionEventGroup
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- getProductCode() - Method in class com.scichart.core.licensing.Credentials
-
- getReceiveHandledEvents() - Method in interface com.scichart.core.utility.touch.IReceiveMotionEvents
-
Gets a value indicating whether motion events should be propagated to the target
- getResumeTargetOnClose() - Method in interface com.scichart.core.framework.IUpdateSuspender
-
Gets a value indicating whether the target will resume when the
IUpdateSuspender
is disposed.
- getResumeTargetOnClose() - Method in class com.scichart.core.framework.UpdateSuspender
-
Gets a value indicating whether the target will resume when the
IUpdateSuspender
is disposed.
- getRuntimeKeyStatus() - Method in class com.scichart.core.licensing.Credentials
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ILicenseProvider - Interface in com.scichart.core.licensing
-
Defines the interface to a license provider
- IMessage - Interface in com.scichart.core.utility.messaging
-
- 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
-
- 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
-
- IntegerValues(int) - Constructor for class com.scichart.core.model.IntegerValues
-
- 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
-
- 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
-
- InvisibleRunnable(View) - Constructor for class com.scichart.core.utility.Dispatcher.InvisibleRunnable
-
- 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
-
- 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
-
- 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
- isTrial() - Method in class com.scichart.core.licensing.Credentials
-
- isTrue(boolean, String) - Static method in class com.scichart.core.utility.Guard
-
- isUiThread() - Static method in class com.scichart.core.utility.Dispatcher
-
Checks whether the method is called from UI thread
- ISuspendable - Interface in com.scichart.core.framework
-
Classes which implement
ISuspendable
can have updates suspended/resumed.
- 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
- 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
-
- 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
-
- ObservableCollection() - Constructor for class com.scichart.core.observable.ObservableCollection
-
- 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
-
- ObservableSmartProperty(ObservableSmartProperty.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartProperty
-
- ObservableSmartProperty.IPropertyChangeListener - Interface in com.scichart.core.framework
-
- 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
-
- ObservableSmartPropertyBoolean(ObservableSmartPropertyBoolean.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyBoolean
-
- ObservableSmartPropertyBoolean.IPropertyChangeListener - Interface in com.scichart.core.framework
-
- 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
-
- ObservableSmartPropertyDouble(ObservableSmartPropertyDouble.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyDouble
-
- ObservableSmartPropertyDouble.IPropertyChangeListener - Interface in com.scichart.core.framework
-
- 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
-
- ObservableSmartPropertyFloat(ObservableSmartPropertyFloat.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyFloat
-
- ObservableSmartPropertyFloat.IPropertyChangeListener - Interface in com.scichart.core.framework
-
- 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
-
- ObservableSmartPropertyInteger(ObservableSmartPropertyInteger.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyInteger
-
- ObservableSmartPropertyInteger.IPropertyChangeListener - Interface in com.scichart.core.framework
-
- 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
-
- ObservableSmartPropertyLong(ObservableSmartPropertyLong.IPropertyChangeListener) - Constructor for class com.scichart.core.framework.ObservableSmartPropertyLong
-
- ObservableSmartPropertyLong.IPropertyChangeListener - Interface in com.scichart.core.framework
-
- onCollectionChanged(ObservableCollection<T>, CollectionChangedEventArgs<T>) - Method in interface com.scichart.core.observable.ICollectionObserver
-
- onCollectionChanged(ObservableCollection<TSource>, CollectionChangedEventArgs<TSource>) - Method in class com.scichart.core.observable.ProjectionCollection
-
- 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
-
- 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
-
- 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
-
- removeObserver(ICollectionObserver<E>) - Method in class com.scichart.core.observable.ObservableCollection
-
- 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
-
- 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.
- 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
-
- 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
- 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
-
- setResumeTargetOnClose(boolean) - Method in interface com.scichart.core.framework.IUpdateSuspender
-
Sets a value indicating whether the target will resume when the
IUpdateSuspender
is disposed.
- setResumeTargetOnClose(boolean) - Method in class com.scichart.core.framework.UpdateSuspender
-
Sets a value indicating whether the target will resume when the
IUpdateSuspender
is disposed.
- setRuntimeLicenseKey(String) - Static method in class com.scichart.core.cpp.NativeCredentials
-
- setRuntimeLicenseKey(String) - Static method in class com.scichart.core.licensing.Credentials
-
sets the runtime license key
- 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
-
- setWeakValue(boolean) - Method in class com.scichart.core.framework.SmartPropertyBoolean
-
- setWeakValue(double) - Method in class com.scichart.core.framework.SmartPropertyDouble
-
- setWeakValue(float) - Method in class com.scichart.core.framework.SmartPropertyFloat
-
- setWeakValue(int) - Method in class com.scichart.core.framework.SmartPropertyInteger
-
- setWeakValue(long) - Method in class com.scichart.core.framework.SmartPropertyLong
-
- ShortValues - Class in com.scichart.core.model
-
Defines a short values collection
- ShortValues() - Constructor for class com.scichart.core.model.ShortValues
-
- ShortValues(int) - Constructor for class com.scichart.core.model.ShortValues
-
- 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
-
- SmartProperty() - Constructor for class com.scichart.core.framework.SmartProperty
-
- 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
-
- SmartPropertyBoolean() - Constructor for class com.scichart.core.framework.SmartPropertyBoolean
-
- 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
-
- SmartPropertyDouble() - Constructor for class com.scichart.core.framework.SmartPropertyDouble
-
- 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
-
- SmartPropertyFloat() - Constructor for class com.scichart.core.framework.SmartPropertyFloat
-
- 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
-
- SmartPropertyInteger() - Constructor for class com.scichart.core.framework.SmartPropertyInteger
-
- 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
-
- SmartPropertyLong() - Constructor for class com.scichart.core.framework.SmartPropertyLong
-
- 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
-
- 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.NativeCredentials
-
- 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
-
- 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
-
- tryAttachTo(IServiceContainer, IAttachable) - Static method in class com.scichart.core.utility.AttachableHelper
-
- tryDetach(IAttachable) - Static method in class com.scichart.core.utility.AttachableHelper
-
- tryDetachFrom(IAttachable, IAttachable) - Static method in class com.scichart.core.utility.AttachableHelper
-
- 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