structure_d_un_export_renkan
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
structure_d_un_export_renkan [2015/08/05 17:38] – 84.99.228.211 | structure_d_un_export_renkan [2015/08/27 14:20] (current) – [Objet racine] 84.99.228.211 | ||
---|---|---|---|
Line 11: | Line 11: | ||
|views|Array|? | |views|Array|? | ||
|title|String|Titre du renkan| | |title|String|Titre du renkan| | ||
+ | |description|String|description| | ||
|uri|? null ou String|?| | |uri|? null ou String|?| | ||
|color|? null ou String ?|?| | |color|? null ou String ?|?| | ||
Line 76: | Line 77: | ||
* triangle | * triangle | ||
* | * | ||
- | ===== Définition Python des types d' | ||
- | ==== Objet Racine | + | ===== Voir aussi ===== |
- | < | + | |
- | class rkRootObject(object): | + | |
- | """ | + | |
- | users | + | |
- | nodes | + | |
- | edges = None | + | |
- | views = None | + | |
- | title = None | + | |
- | uri = None | + | |
- | color = None | + | |
- | revCounter = None | + | |
- | created = None | + | |
- | updated = None | + | |
- | schema_version = None | + | |
- | </ | + | |
- | ==== Objet Node ==== | + | [[Définitions Python relatives à la structure exportée par Renkan]] |
- | < | + | |
- | class rkNode(object): | + | |
- | """ | + | |
- | title = None | + | |
- | uri = None | + | |
- | description = None | + | |
- | position = None | + | |
- | image = None | + | |
- | style = None | + | |
- | created_by = None | + | |
- | size = None | + | |
- | shape = None | + | |
- | type = None | + | |
- | @id = None | + | |
- | </ | + | |
- | + | ||
- | ==== Objet Edge ==== | + | |
- | < | + | |
- | class rkEdge(object): | + | |
- | """ | + | |
- | title = None | + | |
- | uri = None | + | |
- | description = None | + | |
- | from = None | + | |
- | to = None | + | |
- | style = None | + | |
- | created_by = None | + | |
- | </ | + | |
- | + | ||
- | ==== Objet NodeStyle ==== | + | |
- | < | + | |
- | class rkNodeStyle(object): | + | |
- | """ | + | |
- | dash = None | + | |
- | color = None | + | |
- | thickness = None | + | |
- | </ | + | |
- | + | ||
- | ==== Objet EdgeStyle ==== | + | |
- | < | + | |
- | class rkEdgeStyle(object): | + | |
- | """ | + | |
- | color = None | + | |
- | arrow = None | + | |
- | thickness = None | + | |
- | </ | + | |
- | + | ||
- | ==== Objet Position ==== | + | |
- | < | + | |
- | class rkPos(object): | + | |
- | """ | + | |
- | x = None | + | |
- | y = None | + | |
- | </ | + |
structure_d_un_export_renkan.1438789102.txt.gz · Last modified: 2015/08/05 17:38 by 84.99.228.211