Interface | Description |
---|---|
ISciChartDebugLoggerFacade |
Defines the interface to a logger facade.
|
Class | Description |
---|---|
ComparableUtil |
Defines helper class for works with
Comparable . |
DateIntervalUtil |
Helper class for work with date intervals
|
DateUtil |
Helper class for work with
Date values |
Dispatcher |
Helper class which allows to execute some code from UI thread
|
Dispatcher.InvalidateRunnable |
Runnable which requests layout and invalidates for specified view
|
Dispatcher.InvisibleRunnable |
Runnable which set view's visibility to
View.INVISIBLE |
Dispatcher.RequestLayoutRunnable |
Runnable which requests layout for specified view
|
Dispatcher.VisibleRunnable |
Runnable which set view's visibility to
View.VISIBLE |
DoubleUtil |
Defines a helper class for work with double values
|
Guard |
Defines a helper class which allows to build assertions
|
IterableUtil |
Defines a helper class for work with
Iterable instances |
ListUtil |
Defines a helper class for work with
List . |
LogCatLoggerFacade |
Defines default
ISciChartDebugLoggerFacade implementation which outputs log messages into logcat console |
LogoUtil |
Defines a helper class with SciChart logo
|
NativeLibraryHelper |
Defines a helper class for work with native libraries
|
NumberUtil |
Defines a helper class to work with numbers
|
SciChartDebugLogger |
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) . |
Stopwatch |
Defines a stopwatch class which allows to measured passed time between some events
|
StringUtil |
Helper class for work with strings
|
ViewGroupUtil |
Provides helper methods for work with
ViewGroup instances. |
ViewUtil |
Provides helper methods for work with
View instances. |