paper.js/build/jsdoc-toolkit/templates/jsdoc/classLayout.js

14 lines
592 B
JavaScript
Raw Normal View History

var classLayout = {
2011-06-07 05:17:02 -04:00
'Paper.js': ['Global Scope:_global_'],
'Basic Types': ['Point', 'Size', 'Rectangle', 'Matrix'],
'Items': ['Item', 'Layer', 'Group', 'Raster', 'PlacedSymbol'],
'Paths': ['Path', 'CompoundPath', 'Segment', 'Curve', 'PathStyle', 'ruler',
'CurveLocation'],
'Tools': ['Tool', 'ToolEvent', 'Key', 'KeyEvent'],
'Projects': ['Project', 'View', 'Symbol'],
'Colors': ['Color', 'RGBColor', 'GrayColor', 'HSBColor'],
'Gradients': ['GradientColor', 'Gradient', 'GradientStop'],
'Typography': ['TextItem', 'PointText', {
'Style': ['CharacterStyle', 'ParagraphStyle']
}]
};