ToolTipNode class

整个图表只有一个

Inheritance

Constructors

ToolTipNode()

Properties

areaBounds Rect
no setterinherited
bottom double
no setterinherited
boundRect Rect
getter/setter pairinherited
centerX double
no setterinherited
centerY double
no setterinherited
context Context
getter/setter pairinherited
forceLayout bool
getter/setter pairinherited
forceMeasure bool
getter/setter pairinherited
globalAreaBound Rect
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height double
no setterinherited
index int
getter/setter pairinherited
inDrawing bool
getter/setter pairinherited
inLayout bool
getter/setter pairinherited
isDirty bool
no setterinherited
layoutCompleted bool
getter/setter pairinherited
left double
no setterinherited
measureCompleted bool
getter/setter pairinherited
oldBoundRect Rect
getter/setter pairinherited
paint Paint
getter/setter pairinherited
parent ViewParent?
no setterinherited
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleX double
getter/setter pairinherited
scaleY double
getter/setter pairinherited
scrollX double
getter/setter pairinherited
scrollY double
getter/setter pairinherited
top double
no setterinherited
translationX double
getter/setter pairinherited
translationY double
getter/setter pairinherited
width double
====================普通属性函数=======================================
no setterinherited
zIndex int
getter/setter pairinherited

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited