- Inheritance
-
- Implemented types
-
- Implementers
Methods
-
attach(Context context, ViewParent parent)
→ void
-
-
bindSeries(ChartSeries series)
→ void
-
-
clearDirty()
→ void
-
-
computeScroll()
→ void
-
-
debugDraw(Canvas canvas, Offset offset)
→ void
-
-
debugDraw2(Canvas canvas)
→ void
-
-
detach()
→ void
-
-
dispatchDraw(Canvas canvas)
→ void
-
用于ViewGroup覆写
-
draw(Canvas canvas)
→ void
-
override
-
drawBackground(Canvas canvas, double animatorPercent)
→ void
-
-
drawSelf(Canvas canvas, ViewGroup parent)
→ bool
-
-
getToolTip()
→ ToolTip?
-
======================处理ToolTip========================
override
-
hitTest(Offset localPosition)
→ bool
-
======================= 事件处理=======================
-
invalidate()
→ void
-
-
invalidateWithAnimator()
→ void
-
-
layout(double left, double top, double right, double bottom)
→ void
-
override
-
markDirty()
→ void
-
-
measure(double parentWidth, double parentHeight)
→ void
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onAttach()
→ void
-
-
onCreatedToolTipItem(Offset globalOffset)
→ List<ToolTipItem>
-
override
-
onDetach()
→ void
-
-
onDraw(Canvas canvas)
→ void
-
-
onDrawEnd(Canvas canvas)
→ void
-
-
onDrawForeground(Canvas canvas)
→ void
-
实现绘制前景色
-
onDrawHighlight(Canvas canvas)
→ void
-
覆写实现重绘高亮相关的
-
onDrawPre()
→ void
-
绘制时最先调用的方法,可以在这里面更改相关属性从而实现动画视觉效果
-
onLayout(double left, double top, double right, double bottom)
→ void
-
-
onLayoutEnd()
→ void
-
-
onMeasure(double parentWidth, double parentHeight)
→ Size
-
-
onScrollChanged(double scrollX, double scrollY, double oldScrollX, double oldScrollY)
→ void
-
-
requestLayout()
→ void
-
-
scrollBy(int x, int y, {bool redraw = false})
→ void
-
-
scrollTo(double x, double y, {bool redraw = false})
→ void
-
-
setScale(double x, double y)
→ void
-
-
setScroll(double x, double y)
→ void
-
-
setTranslation(double x, double y)
→ void
-
-
toGlobalOffset(Offset localOffset)
→ Offset
-
-
toLocalOffset(Offset globalOffset)
→ Offset
-
-
toolTipInArea(Offset globalOffset)
→ bool
-
override
-
toString()
→ String
-
A string representation of this object.
inherited
-
unBindSeries()
→ void
-