Class: Node
| Defined in: | lib/psd/node.coffee |
| Inherits: | Module |
Direct Known Subclasses
Variables Summary
- PROPERTIES =
-
['name', 'left', 'right', 'top', 'bottom', 'height', 'width'] - type =
-
'node'
Instance Method Summary
- # (void) createProperties()
- # (void) get(prop)
- # (void) visible()
- # (void) hidden()
- # (void) isLayer()
- # (void) isGroup()
- # (void) isRoot()
- # (void) clippingMask()
- # (void) clippedBy()
- # (void) export()
- # (void) updateDimensions()
Constructor Details
#
(void)
constructor(layer, parent = null)
Instance Method Details
#
(void)
createProperties()
#
(void)
get(prop)
#
(void)
visible()
#
(void)
isLayer()
#
(void)
isGroup()
#
(void)
isRoot()
#
(void)
clippingMask()
#
(void)
clippedBy()
#
(void)
export()
#
(void)
updateDimensions()