A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
U
- Uniform - enum entry in com.androidplot.xy.CatmullRomInterpolator.Type
- union(Number,Number) - function in com.androidplot.xy.RectRegion
- union(RectRegion) - function in com.androidplot.xy.RectRegion
- Compares the input bounds xy min/max vals against this instance's current xy min/max vals.If the input.min is less than this.min then this.min will be set to input.min.If the input.max is greater than this.max then this.max will be set to input.maxThe result will always have equal or greater area than the inputs.
- union(Number) - function in com.androidplot.Region
- union(Region) - function in com.androidplot.Region
- Compares the input bounds min/max against this instance's current min/max.If the input.min is less than this.min then this.min will be set to input.min.If the input.max is greater than this.max then this.max will be set to input.maxThe result of a union will always be an equal or larger size region.
- unscheduleDrawable(Drawable,Runnable) - function in android.view.XYPlot
- unscheduleDrawable(Drawable,Runnable) - function in android.view.Plot
- unscheduleDrawable(Drawable,Runnable) - function in android.view.PieChart
- updateDomainMinMaxForOriginModel() - function in com.androidplot.xy.XYPlot
- updateDragShadow(View.DragShadowBuilder) - function in android.view.XYPlot
- updateDragShadow(View.DragShadowBuilder) - function in android.view.Plot
- updateDragShadow(View.DragShadowBuilder) - function in android.view.PieChart
- updateRangeMinMaxForOriginModel() - function in com.androidplot.xy.XYPlot
- USE_BACKGROUND_THREAD - enum entry in com.androidplot.Plot.RenderMode
Use a second thread and an off-screen buffer to do drawing. This is the preferred methodof drawing dynamic data and static data that consists of a large number of points. This modeprovides more efficient CPU utilization at the cost of increased memory usage. As ofversion 0.5.1 this is the default RenderMode.XML value: use_background_thread
- USE_MAIN_THREAD - enum entry in com.androidplot.Plot.RenderMode
Do everything in the primary thread. This is the preferred method of drawing static chartsand dynamic data that consists of a small number of points. This mode uses less memory atthe cost of poor CPU utilization.XML value: use_main_thread
- useImplicitXVals() - function in com.androidplot.xy.SimpleXYSeries
- Use index value as xVal, instead of explicit, user provided xVals.