Framework JavaScript ACube V2.10.0
 

Classe ComposantChartLine

Object
   |
   +--ComposantSVG
         |
         +--ComposantChart
               |
               +--ComposantChartLine

class ComposantChartLine
extends ComposantChart


This class «ComposantChartLine» permit to draw a SVG Line chart. Data set define the list of Curve witch will draw






UML diagrams


Version: 2.7

Auteur: MAEE
Definie dans ergonomique/fw_svg_chart.js


Sommaire des Attributs
 Boolean isDrawAxis
          If this variable is true, the Axis draw inside pie section.
<private>  Number xRange
          This number represent the scale value for X axis.
<private>  Number yRange
          This number represent the scale value for X axis.
By default 10.
   
Attributs hérités de la classeComposantChart
divBindLegend, divBindTitle, title, XMLdata, colors, dataset
   
Attributs hérités de la classeComposantSVG
frameId, id, width, height, blankFile
 
Sommaire des Constructeurs
ComposantChartLine (frameId, divId, XMLdata, width, height, blankFile)
            Create a instance of «ComposantChartLine» class
 
Sommaire des Méthodes
 Object composantChart(frameId, divId, XMLdata, width, height, blankFile)
           This class represent a SVG chart, with a title and a legend.
 Element createGraphique(doc)
           Generate the XHTML ELEMENT with all tag for SVG chart.
 <private>  Element drawAxis()
           Draw the X and Y axis as a function of xRange and yRange.
 void ecrireBindGraphe()
           This method writeBindGraphe() of ComposantChart class permit to write the HTML code for the core of SVG chart.
 Integer getXMaxValue()
           Get the X max value of an instance of ComposantChartLine
 Integer getYMaxValue()
           Get the Y max value of an instance of ComposantChartLine
 void initData()
           This method "initData()" override initData of ComposantChart class.
 
Méthodes héritées de la classe ComposantChart
composantSVG, ecrireBindGraphe, ecrireBindLegende, ecrireBindTitle, ecrireBind, setColors, getColor, update, createGraphique, initData
   
Méthodes héritées de la classe ComposantSVG
initDivBind, getDocument, getSVGDocument, clear, show, hide, createTextNode, createElement
 

Détail des Attributs

isDrawAxis

Boolean isDrawAxis

xRange

<private> Number xRange

yRange

<private> Number yRange

Détail des Constructeurs

ComposantChartLine

ComposantChartLine(frameId, divId, XMLdata, width, height, blankFile)

Détail des Méthodes

composantChart

Object composantChart(frameId, divId, XMLdata, width, height, blankFile)

createGraphique

Element createGraphique(doc)

drawAxis

 <private> Element drawAxis()

ecrireBindGraphe

void ecrireBindGraphe()

getXMaxValue

Integer getXMaxValue()

getYMaxValue

Integer getYMaxValue()

initData

void initData()

Framework JavaScript ACube V2.10.0
 

Version 2.10.0, / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.


Documentation generated by JSDoc on Wed Jan 6 17:05:02 2010