Lines Matching refs:prototype

26 mxShapeMockupLink.prototype.cst = {
38 mxShapeMockupLink.prototype.paintVertexShape = function(c, x, y, w, h)
40 var linkText = mxUtils.getValue(this.style, mxShapeMockupLink.prototype.cst.LINK_TEXT, 'Link');
41 var textSize = mxUtils.getValue(this.style, mxShapeMockupLink.prototype.cst.TEXT_SIZE, '17');
42 …var textColor = mxUtils.getValue(this.style, mxShapeMockupLink.prototype.cst.TEXT_COLOR, '#0000ff'…
58 mxCellRenderer.registerShape(mxShapeMockupLink.prototype.cst.SHAPE_LINK, mxShapeMockupLink);
80 mxShapeMockupLinkBar.prototype.cst = {
96 mxShapeMockupLinkBar.prototype.paintVertexShape = function(c, x, y, w, h)
98 …var textStrings = mxUtils.getValue(this.style, mxShapeMockupLinkBar.prototype.cst.MAIN_TEXT, '+But…
99 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupLinkBar.prototype.cst.TEXT_COLOR, '#6666…
100 …var selectedFontColor = mxUtils.getValue(this.style, mxShapeMockupLinkBar.prototype.cst.TEXT_COLOR…
101 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupLinkBar.prototype.cst.TEXT_SIZE, '17').to…
103 …var separatorColor = mxUtils.getValue(this.style, mxShapeMockupLinkBar.prototype.cst.STROKE_COLOR2…
105 …var selectedFillColor = mxUtils.getValue(this.style, mxShapeMockupLinkBar.prototype.cst.FILL_COLOR…
117 if(buttonText.charAt(0) === mxShapeMockupLinkBar.prototype.cst.SELECTED)
166 mxShapeMockupLinkBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, label…
235 mxShapeMockupLinkBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi…
237 if(textString.charAt(0) === mxShapeMockupLinkBar.prototype.cst.SELECTED)
257 mxCellRenderer.registerShape(mxShapeMockupLinkBar.prototype.cst.SHAPE_LINK_BAR, mxShapeMockupLinkBa…
279 mxShapeMockupCallout.prototype.cst = {
295 mxShapeMockupCallout.prototype.customProperties = [
311 mxShapeMockupCallout.prototype.paintVertexShape = function(c, x, y, w, h)
313 …var calloutText = mxUtils.getValue(this.style, mxShapeMockupCallout.prototype.cst.CALLOUT_TEXT, 'C…
314 var textSize = mxUtils.getValue(this.style, mxShapeMockupCallout.prototype.cst.TEXT_SIZE, '17');
315 …var textColor = mxUtils.getValue(this.style, mxShapeMockupCallout.prototype.cst.TEXT_COLOR, '#6666…
316 …tils.getValue(this.style, mxShapeMockupCallout.prototype.cst.CALLOUT_STYLE, mxShapeMockupCallout.p…
317 …Utils.getValue(this.style, mxShapeMockupCallout.prototype.cst.CALLOUT_DIR, mxShapeMockupCallout.pr…
331 if (callDir === mxShapeMockupCallout.prototype.cst.DIR_NW)
333 if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_LINE)
341 else if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_RECT)
350 else if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_ROUNDRECT)
362 else if (callDir === mxShapeMockupCallout.prototype.cst.DIR_NE)
364 if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_LINE)
372 else if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_RECT)
381 else if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_ROUNDRECT)
393 else if (callDir === mxShapeMockupCallout.prototype.cst.DIR_SE)
395 if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_LINE)
403 else if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_RECT)
412 else if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_ROUNDRECT)
424 else if (callDir === mxShapeMockupCallout.prototype.cst.DIR_SW)
426 if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_LINE)
434 else if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_RECT)
443 else if (callStyle === mxShapeMockupCallout.prototype.cst.STYLE_ROUNDRECT)
458 mxCellRenderer.registerShape(mxShapeMockupCallout.prototype.cst.SHAPE_CALLOUT, mxShapeMockupCallout…
480 mxShapeMockupStickyNote.prototype.cst = {
492 mxShapeMockupStickyNote.prototype.paintVertexShape = function(c, x, y, w, h)
500 mxShapeMockupStickyNote.prototype.background = function(c, w, h)
513 mxShapeMockupStickyNote.prototype.foreground = function(c, w, h)
515 …var mainText = mxUtils.getValue(this.style, mxShapeMockupStickyNote.prototype.cst.MAIN_TEXT, 'Note…
516 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupStickyNote.prototype.cst.TEXT_COLOR, '#6…
517 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupStickyNote.prototype.cst.TEXT_SIZE, '17')…
539 mxCellRenderer.registerShape(mxShapeMockupStickyNote.prototype.cst.SHAPE_STICKY_NOTE, mxShapeMockup…
561 mxShapeMockupStickyNote2.prototype.cst = {
570 mxShapeMockupStickyNote2.prototype.paintVertexShape = function(c, x, y, w, h)
578 mxShapeMockupStickyNote2.prototype.background = function(c, w, h)
590 mxShapeMockupStickyNote2.prototype.foreground = function(c, w, h)
604 mxCellRenderer.registerShape(mxShapeMockupStickyNote2.prototype.cst.SHAPE_STICKY_NOTE, mxShapeMocku…
626 mxShapeMockupBulletedList.prototype.cst = {
642 mxShapeMockupBulletedList.prototype.paintVertexShape = function(c, x, y, w, h)
650 mxShapeMockupBulletedList.prototype.background = function(c, w, h)
656 mxShapeMockupBulletedList.prototype.foreground = function(c, w, h)
658 …var mainText = mxUtils.getValue(this.style, mxShapeMockupBulletedList.prototype.cst.MAIN_TEXT, 'No…
659 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupBulletedList.prototype.cst.TEXT_COLOR, '…
660 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupBulletedList.prototype.cst.TEXT_SIZE, '17…
661 …var bulletStyle = mxUtils.getValue(this.style, mxShapeMockupBulletedList.prototype.cst.BULLET_STYL…
672 if (bulletStyle === mxShapeMockupBulletedList.prototype.cst.STYLE_NUM)
676 else if (bulletStyle === mxShapeMockupBulletedList.prototype.cst.STYLE_HYPHEN)
680 else if(bulletStyle === mxShapeMockupBulletedList.prototype.cst.STYLE_DOT)
693 mxCellRenderer.registerShape(mxShapeMockupBulletedList.prototype.cst.SHAPE_BULLETED_LIST, mxShapeMo…
715 mxShapeMockupTextBox.prototype.cst = {
727 mxShapeMockupTextBox.prototype.paintVertexShape = function(c, x, y, w, h)
735 mxShapeMockupTextBox.prototype.background = function(c, w, h)
741 mxShapeMockupTextBox.prototype.foreground = function(c, w, h)
743 …var mainText = mxUtils.getValue(this.style, mxShapeMockupTextBox.prototype.cst.MAIN_TEXT, 'Note li…
744 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupTextBox.prototype.cst.TEXT_COLOR, '#6666…
745 var fontSize = mxUtils.getValue(this.style, mxShapeMockupTextBox.prototype.cst.TEXT_SIZE, '17');
756 mxCellRenderer.registerShape(mxShapeMockupTextBox.prototype.cst.SHAPE_TEXT_BOX, mxShapeMockupTextBo…
778 mxShapeMockupCaptcha.prototype.cst = {
790 mxShapeMockupCaptcha.prototype.paintVertexShape = function(c, x, y, w, h)
798 mxShapeMockupCaptcha.prototype.background = function(c, w, h)
804 mxShapeMockupCaptcha.prototype.foreground = function(c, w, h)
806 …var mainText = mxUtils.getValue(this.style, mxShapeMockupCaptcha.prototype.cst.MAIN_TEXT, 'Note li…
807 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupCaptcha.prototype.cst.TEXT_COLOR, '#6666…
808 var fontSize = mxUtils.getValue(this.style, mxShapeMockupCaptcha.prototype.cst.TEXT_SIZE, '25');
838 mxCellRenderer.registerShape(mxShapeMockupCaptcha.prototype.cst.SHAPE_CAPTCHA, mxShapeMockupCaptcha…
860 mxShapeMockupAlphanumeric.prototype.cst = {
872 mxShapeMockupAlphanumeric.prototype.paintVertexShape = function(c, x, y, w, h)
874 …var mainText = mxUtils.getValue(this.style, mxShapeMockupAlphanumeric.prototype.cst.MAIN_TEXT, '0-…
875 …var textSize = mxUtils.getValue(this.style, mxShapeMockupAlphanumeric.prototype.cst.TEXT_SIZE, '17…
876 …var textColor = mxUtils.getValue(this.style, mxShapeMockupAlphanumeric.prototype.cst.TEXT_COLOR, '…
890 mxCellRenderer.registerShape(mxShapeMockupAlphanumeric.prototype.cst.SHAPE_ALPHANUMERIC, mxShapeMoc…
912 mxShapeMockupTextRRect.prototype.cst = {
922 mxShapeMockupTextRRect.prototype.paintVertexShape = function(c, x, y, w, h)
926 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupTextRRect.prototype.cst.R_SIZE, '10…
931 mxCellRenderer.registerShape(mxShapeMockupTextRRect.prototype.cst.RRECT, mxShapeMockupTextRRect);