Class HTMLViewCube

Hierarchy

  • HTMLViewCube

Constructors

  • Parameters

    • camera: JCamera
    • boundingBox: BoundingBox
    • type: ViewCubeType = ViewCubeType.Full

    Returns HTMLViewCube

Properties

m_animate: boolean = false
m_animateFlag: boolean = false
m_axisX: HTMLElement
m_axisY: HTMLElement
m_axisZ: HTMLElement
m_backContainer: HTMLElement
m_backCorner0: HTMLElement
m_backCorner1: HTMLElement
m_backCorner2: HTMLElement
m_backCorner3: HTMLElement
m_backEdge0: HTMLElement
m_backEdge1: HTMLElement
m_backEdge2: HTMLElement
m_backEdge3: HTMLElement
m_backTitle: HTMLElement
m_bottomContainer: HTMLElement
m_bottomCorner0: HTMLElement
m_bottomCorner1: HTMLElement
m_bottomCorner2: HTMLElement
m_bottomCorner3: HTMLElement
m_bottomEdge0: HTMLElement
m_bottomEdge1: HTMLElement
m_bottomEdge2: HTMLElement
m_bottomEdge3: HTMLElement
m_bottomTitle: HTMLElement
m_boundingBox: BoundingBox
m_camera: JCamera
m_cubecContainer: HTMLElement
m_dom: HTMLElement
m_events: Map<string, ((...data) => void)> = ...

Type declaration

    • (...data): void
    • Parameters

      • Rest ...data: any[]

      Returns void

m_frontContainer: HTMLElement
m_frontCorner0: HTMLElement
m_frontCorner1: HTMLElement
m_frontCorner2: HTMLElement
m_frontCorner3: HTMLElement
m_frontEdge0: HTMLElement
m_frontEdge1: HTMLElement
m_frontEdge2: HTMLElement
m_frontEdge3: HTMLElement
m_frontTitle: HTMLElement
m_leftContainer: HTMLElement
m_leftCorner0: HTMLElement
m_leftCorner1: HTMLElement
m_leftCorner2: HTMLElement
m_leftCorner3: HTMLElement
m_leftEdge0: HTMLElement
m_leftEdge1: HTMLElement
m_leftEdge2: HTMLElement
m_leftEdge3: HTMLElement
m_leftTitle: HTMLElement
m_map: Map<HTMLElement, HTMLElementInfo>
m_rightContainer: HTMLElement
m_rightCorner0: HTMLElement
m_rightCorner1: HTMLElement
m_rightCorner2: HTMLElement
m_rightCorner3: HTMLElement
m_rightEdge0: HTMLElement
m_rightEdge1: HTMLElement
m_rightEdge2: HTMLElement
m_rightEdge3: HTMLElement
m_rightTitle: HTMLElement
m_topContainer: HTMLElement
m_topCorner0: HTMLElement
m_topCorner1: HTMLElement
m_topCorner2: HTMLElement
m_topCorner3: HTMLElement
m_topEdge0: HTMLElement
m_topEdge1: HTMLElement
m_topEdge2: HTMLElement
m_topEdge3: HTMLElement
m_topTitle: HTMLElement

Accessors

  • get animate(): boolean
  • Returns boolean

  • set animate(animate): void
  • Parameters

    • animate: boolean

    Returns void

  • get backTitle(): string
  • Returns string

  • set backTitle(title): void
  • Parameters

    • title: string

    Returns void

  • get bottomTitle(): string
  • Returns string

  • set bottomTitle(title): void
  • Parameters

    • title: string

    Returns void

  • get dom(): HTMLElement
  • Returns HTMLElement

  • get frontTitle(): string
  • Returns string

  • set frontTitle(title): void
  • Parameters

    • title: string

    Returns void

  • get leftTitle(): string
  • Returns string

  • set leftTitle(title): void
  • Parameters

    • title: string

    Returns void

  • get rightTitle(): string
  • Returns string

  • set rightTitle(title): void
  • Parameters

    • title: string

    Returns void

  • get topTitle(): string
  • Returns string

  • set topTitle(title): void
  • Parameters

    • title: string

    Returns void

Methods

  • Type Parameters

    • K extends keyof EventMap

    Parameters

    • name: K
    • callback: ((...data) => void)
        • (...data): void
        • Parameters

          • Rest ...data: EventMap[K]

          Returns void

    Returns void

  • Returns HTMLElement

  • Returns HTMLElement

  • Returns Map<HTMLElement, HTMLElementInfo>

  • Returns HTMLElement

  • Returns Map<HTMLElement, HTMLElementInfo>

  • Returns HTMLElement

  • Returns Map<HTMLElement, HTMLElementInfo>

  • Returns HTMLElement

  • Returns HTMLElement

  • Type Parameters

    • K extends keyof EventMap

    Parameters

    • name: K
    • Rest ...data: EventMap[K]

    Returns void

  • Returns void

  • Returns void

  • Type Parameters

    • K extends keyof EventMap

    Parameters

    • name: K

    Returns void

Generated using TypeDoc