Class TKComicView

Object
   |
   +--TKComicView

class TKComicView

Defined in ComicView.js


Field Summary
 Object _currentPanelIndex
          
 Object _nextPanelOpacity
          
 Object _previousPanelOpacity
          
 Object _transitionDuration
          
 Object container
          
 Object currentPanel
          
 Object element
          
 Object nextPanel
          
 Object previousPanel
          
<static>  Object synthetizes
          
 
Constructor Summary
TKComicView(element)
           
 
Method Summary
 void applyClass(element, className)
          
 Object getNumberOfPanels()
          
 void init()
          
 Object loadPanel(index)
          
 void moveToPanel(index)
          
 void setTransitionDuration(newTransitionDuration)
          
 void showNextPanel()
          
 void showPreviousPanel()
          
<static> Object buildComicView(element, data)
          

Field Detail

_currentPanelIndex

Object _currentPanelIndex

_nextPanelOpacity

Object _nextPanelOpacity

_previousPanelOpacity

Object _previousPanelOpacity

_transitionDuration

Object _transitionDuration

container

Object container

currentPanel

Object currentPanel

element

Object element

nextPanel

Object nextPanel

previousPanel

Object previousPanel

synthetizes

<static> Object synthetizes

Constructor Detail

TKComicView

TKComicView(element)

Method Detail

applyClass

void applyClass(element, className)

getNumberOfPanels

Object getNumberOfPanels()

init

void init()

loadPanel

Object loadPanel(index)

moveToPanel

void moveToPanel(index)

setTransitionDuration

void setTransitionDuration(newTransitionDuration)

showNextPanel

void showNextPanel()

showPreviousPanel

void showPreviousPanel()

buildComicView

<static> Object buildComicView(element, data)


Documentation generated by JSDoc on Tue Sep 15 21:24:36 2009