Lines Matching refs:prototype

26 Diagram.prototype.getActor = function(alias, name) {
43 Diagram.prototype.getActorWithAlias = function(input) {
59 Diagram.prototype.setTitle = function(title) {
63 Diagram.prototype.addSignal = function(signal) {
82 Diagram.Signal.prototype.isSelf = function() {
97 Diagram.Note.prototype.hasManyActors = function() {
135 return object.constructor.prototype;
462 …for (var k in this.yy) Object.prototype.hasOwnProperty.call(this.yy, k) && (sharedState.yy[k] = th…
761 return parser.lexer = lexer, Parser.prototype = parser, parser.Parser = Parser,
783 ParseError.prototype = new Error();
848 AssertException.prototype.toString = function() {
858 if (!String.prototype.trim) {
859 String.prototype.trim = function() {
952 _.extend(BaseTheme.prototype, {
1311 _.extend(SnapTheme.prototype, BaseTheme.prototype, {
1314 BaseTheme.prototype.init.call(this, diagram);
1402 BaseTheme.prototype.layout.call(this);
1493 BaseTheme.prototype.drawTitle.call(this);
1499 BaseTheme.prototype.drawActor.call(this, actor, offsetY, height);
1505 BaseTheme.prototype.drawSignal.call(this, signal, offsetY);
1511 BaseTheme.prototype.drawSelfSignal.call(this, signal, offsetY);
1517 BaseTheme.prototype.drawNote.call(this, note, offsetY);
1537 _.extend(SnapHandTheme.prototype, SnapTheme.prototype, {
1599 _.extend(RaphaelTheme.prototype, BaseTheme.prototype, {
1602 BaseTheme.prototype.init.call(this, diagram);
1627 BaseTheme.prototype.draw.call(this, container);
1632 BaseTheme.prototype.layout.call(this);
1728 _.extend(RaphaelHandTheme.prototype, RaphaelTheme.prototype, {
1730 RaphaelTheme.prototype.setupPaper.call(this, container);
2681 Diagram.prototype.drawSVG = function(container, options) {