Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BottomTickView<D>

Type parameters

  • D

Hierarchy

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

font

gridLineColor

gridLineColor: MemberAnimator<this, Color, AnyColor>

gridLineWidth

gridLineWidth: MemberAnimator<this, number>

opacity

opacity: MemberAnimator<this, number>

textColor

textColor: MemberAnimator<this, Color, AnyColor>

tickLabelPadding

tickLabelPadding: MemberAnimator<this, number>

tickMarkColor

tickMarkColor: MemberAnimator<this, Color, AnyColor>

tickMarkLength

tickMarkLength: MemberAnimator<this, number>

tickMarkWidth

tickMarkWidth: MemberAnimator<this, number>

Accessors

anchor

appView

bounds

canvasView

childViews

  • get childViews(): ReadonlyArray<View>

clientBounds

  • get clientBounds(): BoxR2

clientTransform

coord

  • get coord(): number

culled

  • get culled(): boolean

dirty

  • get dirty(): boolean

hitBounds

  • get hitBounds(): BoxR2 | null

hover

  • get hover(): boolean

orientation

pageBounds

  • get pageBounds(): BoxR2

pageTransform

parentTransform

parentView

  • get parentView(): View | null

pixelRatio

  • get pixelRatio(): number

popoverBounds

  • get popoverBounds(): BoxR2

value

  • get value(): D

viewController

viewObservers

Methods

addViewObserver

animate

  • animate(): void

append

appendChildView

  • appendChildView(childView: View): void

cascadeAnimate

  • cascadeAnimate(frame: number): void

cascadeCull

  • cascadeCull(): void

cascadeLayout

  • cascadeLayout(): void

cascadeMount

  • cascadeMount(): void

cascadeRender

cascadeResize

  • cascadeResize(): void

cascadeScroll

  • cascadeScroll(): void

cascadeUnmount

  • cascadeUnmount(): void

Protected didAddViewObserver

Protected didAnimate

  • didAnimate(frame: number): void

Protected didCull

  • didCull(): void

Protected didInsertChildView

  • didInsertChildView(childView: View, targetView: View | null | undefined): void

Protected didLayout

  • didLayout(): void

Protected didMount

  • didMount(): void

Protected didObserve

  • didObserve(callback: function): void

Protected didRemoveChildView

  • didRemoveChildView(childView: View): void

Protected didRemoveViewObserver

Protected didRender

Protected didResize

  • didResize(): void

Protected didScroll

  • didScroll(): void

Protected didSetAnchor

Protected didSetBounds

  • didSetBounds(newBounds: BoxR2, oldBounds: BoxR2): void

Protected didSetCulled

  • didSetCulled(culled: boolean): void

Protected didSetDirty

  • didSetDirty(dirty: boolean): void

Protected didSetHidden

  • didSetHidden(hidden: boolean): void

Protected didSetKey

  • didSetKey(key: string | null): void

Protected didSetParentView

  • didSetParentView(parentView: View | null): void

Protected didSetViewController

Protected didUnmount

  • didUnmount(): void

dispatchEvent

fadeIn

fadeOut

getChildView

  • getChildView(key: string): View | null

hitTest

insert

insertChildView

  • insertChildView(childView: View, targetView: View | null): void

isMounted

  • isMounted(): boolean

isVisible

  • isVisible(): boolean

key

  • key(): string | null
  • key(key: string | null): this

Protected layoutTickLabel

off

  • off(type: string, listener: EventListenerOrEventListenerObject, options?: EventListenerOptions | boolean): this

on

  • on(type: string, listener: EventListenerOrEventListenerObject, options?: AddEventListenerOptions | boolean): this

Protected onAddViewObserver

Protected onAnimate

  • onAnimate(t: number): void

Protected onCull

  • onCull(): void

Protected onInsertChildView

  • onInsertChildView(childView: View, targetView: View | null): void

Protected onLayout

  • onLayout(): void

Protected onMount

  • onMount(): void

Protected onRemoveChildView

  • onRemoveChildView(childView: View): void

Protected onRemoveViewObserver

Protected onRender

Protected onResize

  • onResize(): void

Protected onScroll

  • onScroll(): void

Protected onSetAnchor

Protected onSetBounds

  • onSetBounds(newBounds: BoxR2, oldBounds: BoxR2): void

Protected onSetCulled

  • onSetCulled(culled: boolean): void

Protected onSetHidden

  • onSetHidden(hidden: boolean): void

Protected onSetKey

  • onSetKey(key: string | null): void

Protected onSetParentView

  • onSetParentView(parentView: View | null): void

Protected onSetViewController

Protected onUnmount

  • onUnmount(): void

prepend

prependChildView

  • prependChildView(childView: View): void

preserve

  • preserve(): boolean
  • preserve(preserve: boolean): this

remove

  • remove(): void

removeAll

  • removeAll(): void

removeChildView

  • removeChildView(childView: View): void

removeViewObserver

Protected renderTick

setAnchor

setBounds

  • setBounds(bounds: BoxR2): void

setChildView

  • setChildView(key: string, newChildView: View | null): View | null

Protected setChildViewAnchor

Protected setChildViewBounds

Protected setChildViewCulled

  • setChildViewCulled(childView: RenderView, culled: boolean): void

setCoord

  • setCoord(coord: number): void

setCulled

  • setCulled(culled: boolean): void

setDirty

  • setDirty(dirty: boolean): void

setHidden

  • setHidden(hidden: boolean): void

setParentView

  • setParentView(parentView: View | null): void

setViewController

tickLabel

Protected willAddViewObserver

Protected willAnimate

  • willAnimate(frame: number): void

Protected willCull

  • willCull(): void

Protected willInsertChildView

  • willInsertChildView(childView: View, targetView: View | null | undefined): void

Protected willLayout

  • willLayout(): void

Protected willMount

  • willMount(): void

Protected willObserve

  • willObserve(callback: function): void

Protected willRemoveChildView

  • willRemoveChildView(childView: View): void

Protected willRemoveViewObserver

Protected willRender

Protected willResize

  • willResize(): void

Protected willScroll

  • willScroll(): void

Protected willSetAnchor

Protected willSetBounds

Protected willSetCulled

  • willSetCulled(culled: boolean): boolean | void

Protected willSetHidden

  • willSetHidden(hidden: boolean): boolean | void

Protected willSetKey

  • willSetKey(key: string | null): void

Protected willSetParentView

  • willSetParentView(parentView: View | null): void

Protected willSetViewController

Protected willUnmount

  • willUnmount(): void

Static bottom

Static create

Static from

Static fromAny

Static fromNode

Static left

Static right

Static top