- deprecated
Decode the path that is encoded in the EaselJS format. Please use the new decodePath method.
Source
@deprecated GraphicsCommandDecode decode(String text) { var command = new GraphicsCommandDecodeEaselJS(text); this.addCommand(command); return command; }