Lines Matching refs:prototype

28 mxShapeMockupVideoPlayer.prototype.cst = {
38 mxShapeMockupVideoPlayer.prototype.customProperties = [
52 mxShapeMockupVideoPlayer.prototype.paintVertexShape = function(c, x, y, w, h)
55 …var buttonColor = mxUtils.getValue(this.style, mxShapeMockupVideoPlayer.prototype.cst.FILL_COLOR2,…
57 …var filledColor = mxUtils.getValue(this.style, mxShapeMockupVideoPlayer.prototype.cst.STROKE_COLOR…
58 …var emptyColor = mxUtils.getValue(this.style, mxShapeMockupVideoPlayer.prototype.cst.STROKE_COLOR3…
59 …var barHeight = mxUtils.getValue(this.style, mxShapeMockupVideoPlayer.prototype.cst.BAR_HEIGHT, '3…
70 mxShapeMockupVideoPlayer.prototype.background = function(c, x, y, w, h, bgColor, frameColor)
83 mxShapeMockupVideoPlayer.prototype.otherShapes = function(c, x, y, w, h, buttonColor, frameColor, f…
85 var barPos = mxUtils.getValue(this.style, mxShapeMockupVideoPlayer.prototype.cst.BAR_POS, '20');
176 …var textColor = mxUtils.getValue(this.style, mxShapeMockupVideoPlayer.prototype.cst.TEXT_COLOR, '#…
183 mxCellRenderer.registerShape(mxShapeMockupVideoPlayer.prototype.cst.SHAPE_VIDEO_PLAYER, mxShapeMock…
185 Graph.handleFactory[mxShapeMockupVideoPlayer.prototype.cst.SHAPE_VIDEO_PLAYER] = function(state)
234 mxShapeMockupAccordion.prototype.cst = {
250 mxShapeMockupAccordion.prototype.paintVertexShape = function(c, x, y, w, h)
252 …var textStrings = mxUtils.getValue(this.style, mxShapeMockupAccordion.prototype.cst.MAIN_TEXT, '+G…
253 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupAccordion.prototype.cst.TEXT_COLOR, '#66…
254 …var selectedFontColor = mxUtils.getValue(this.style, mxShapeMockupAccordion.prototype.cst.TEXT_COL…
255 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupAccordion.prototype.cst.TEXT_SIZE, '17').…
257 …var separatorColor = mxUtils.getValue(this.style, mxShapeMockupAccordion.prototype.cst.STROKE_COLO…
259 …var selectedFillColor = mxUtils.getValue(this.style, mxShapeMockupAccordion.prototype.cst.FILL_COL…
270 if(buttonText.charAt(0) === mxShapeMockupAccordion.prototype.cst.SELECTED)
324 mxShapeMockupAccordion.prototype.background = function(c, w, h, rSize, buttonNum, labelOffset, minH…
392 mxShapeMockupAccordion.prototype.buttonText = function(c, w, h, textString, fontSize)
394 if(textString.charAt(0) === mxShapeMockupAccordion.prototype.cst.SELECTED)
404 mxCellRenderer.registerShape(mxShapeMockupAccordion.prototype.cst.SHAPE_ACCORDION, mxShapeMockupAcc…
426 mxShapeMockupBrowserWindow.prototype.cst = {
434 mxShapeMockupBrowserWindow.prototype.customProperties = [
444 mxShapeMockupBrowserWindow.prototype.paintVertexShape = function(c, x, y, w, h)
448 …var closeColor = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.STROKE_COLO…
449 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.STROKE_COL…
458 mxShapeMockupBrowserWindow.prototype.background = function(c, x, y, w, h, bgColor, frameColor)
471 mxShapeMockupBrowserWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor,…
474 …var mainText = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.MAIN_TEXT, 'h…
520 …var textColor = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.TEXT_COLOR, …
607 mxCellRenderer.registerShape(mxShapeMockupBrowserWindow.prototype.cst.SHAPE_BROWSER_WINDOW, mxShape…
629 mxShapeMockupUserMale.prototype.cst = {
634 mxShapeMockupUserMale.prototype.customProperties = [
643 mxShapeMockupUserMale.prototype.paintVertexShape = function(c, x, y, w, h)
647 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupUserMale.prototype.cst.STROKE_COLOR2, …
654 mxShapeMockupUserMale.prototype.background = function(c, x, y, w, h, bgColor, frameColor)
667 mxShapeMockupUserMale.prototype.otherShapes = function(c, x, y, w, h, insideColor, frameColor)
806 mxCellRenderer.registerShape(mxShapeMockupUserMale.prototype.cst.SHAPE_MALE_USER, mxShapeMockupUser…
828 mxShapeMockupUserFemale.prototype.cst = {
833 mxShapeMockupUserFemale.prototype.customProperties = [
842 mxShapeMockupUserFemale.prototype.paintVertexShape = function(c, x, y, w, h)
846 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupUserFemale.prototype.cst.STROKE_COLOR2…
853 mxShapeMockupUserFemale.prototype.background = function(c, x, y, w, h, bgColor, frameColor)
866 mxShapeMockupUserFemale.prototype.otherShapes = function(c, x, y, w, h, insideColor, frameColor)
1001 mxCellRenderer.registerShape(mxShapeMockupUserFemale.prototype.cst.SHAPE_FEMALE_USER, mxShapeMockup…
1023 mxShapeMockupGroup.prototype.cst = {
1036 mxShapeMockupGroup.prototype.paintVertexShape = function(c, x, y, w, h)
1038 …var groupString = mxUtils.getValue(this.style, mxShapeMockupGroup.prototype.cst.MAIN_TEXT, 'Group'…
1039 var fontSize = mxUtils.getValue(this.style, mxShapeMockupGroup.prototype.cst.TEXT_SIZE, '17');
1059 mxShapeMockupGroup.prototype.background = function(c, w, h, textWidth, fontSize)
1065 mxShapeMockupGroup.prototype.foreground = function(c, w, h, textWidth, fontSize)
1067 …var fillColor = mxUtils.getValue(this.style, mxShapeMockupGroup.prototype.cst.FILL_COLOR2, '#00000…
1073 mxShapeMockupGroup.prototype.buttonText = function(c, w, h, textString, fontSize)
1075 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupGroup.prototype.cst.TEXT_COLOR, '#ffffff…
1082 mxCellRenderer.registerShape(mxShapeMockupGroup.prototype.cst.SHAPE_GROUP, mxShapeMockupGroup);
1104 mxShapeMockupWindow.prototype.cst = {
1113 mxShapeMockupWindow.prototype.customProperties = [
1123 mxShapeMockupWindow.prototype.paintVertexShape = function(c, x, y, w, h)
1127 …var closeColor = mxUtils.getValue(this.style, mxShapeMockupWindow.prototype.cst.STROKE_COLOR2, '#0…
1128 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupWindow.prototype.cst.STROKE_COLOR3, '#…
1139 mxShapeMockupWindow.prototype.background = function(c, x, y, w, h, bgColor, frameColor)
1147 mxShapeMockupWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor, closeC…
1171 …var windowTitle = mxUtils.getValue(this.style, mxShapeMockupWindow.prototype.cst.MAIN_TEXT, 'Windo…
1172 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupWindow.prototype.cst.TEXT_COLOR, '#66666…
1173 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupWindow.prototype.cst.TEXT_SIZE, '17').toS…
1181 mxCellRenderer.registerShape(mxShapeMockupWindow.prototype.cst.SHAPE_WINDOW, mxShapeMockupWindow);
1203 mxShapeMockupHorTabBar.prototype.cst = {
1223 mxShapeMockupHorTabBar.prototype.paintVertexShape = function(c, x, y, w, h)
1225 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupHorTabBar.prototype.cst.TEXT_SIZE, '17').…
1226 …var tabNames = mxUtils.getValue(this.style, mxShapeMockupHorTabBar.prototype.cst.TAB_NAMES, 'Tab 1…
1274 mxShapeMockupHorTabBar.prototype.background = function(c, w, h, rSize, tabH)
1287 mxShapeMockupHorTabBar.prototype.backTabs = function(c, w, h, rSize, tabH, startOffset, tabOffset, …
1289 …ils.getValue(this.style, mxShapeMockupHorTabBar.prototype.cst.TAB_STYLE, mxShapeMockupHorTabBar.pr…
1298 if (tabStyle === mxShapeMockupHorTabBar.prototype.cst.BLOCK)
1302 else if (tabStyle === mxShapeMockupHorTabBar.prototype.cst.CONE)
1310 else if (tabStyle === mxShapeMockupHorTabBar.prototype.cst.HALF_CONE)
1318 else if (tabStyle === mxShapeMockupHorTabBar.prototype.cst.ROUND)
1338 mxShapeMockupHorTabBar.prototype.focusTab = function(c, w, h, rSize, tabH, startOffset, tabOffset, …
1340 …ils.getValue(this.style, mxShapeMockupHorTabBar.prototype.cst.TAB_STYLE, mxShapeMockupHorTabBar.pr…
1341 …var selectedFill = mxUtils.getValue(this.style, mxShapeMockupHorTabBar.prototype.cst.STYLE_FILLCOL…
1353 if (tabStyle === mxShapeMockupHorTabBar.prototype.cst.BLOCK)
1366 else if (tabStyle === mxShapeMockupHorTabBar.prototype.cst.CONE)
1379 else if (tabStyle === mxShapeMockupHorTabBar.prototype.cst.HALF_CONE)
1392 else if (tabStyle === mxShapeMockupHorTabBar.prototype.cst.ROUND)
1417 mxShapeMockupHorTabBar.prototype.tabText = function(c, w, h, rSize, tabH, startOffset, tabOffset, l…
1419 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupHorTabBar.prototype.cst.TEXT_COLOR, '#66…
1420 …var selFontColor = mxUtils.getValue(this.style, mxShapeMockupHorTabBar.prototype.cst.SEL_TEXT_COLO…
1421 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupHorTabBar.prototype.cst.TEXT_SIZE, '17').…
1456 mxCellRenderer.registerShape(mxShapeMockupHorTabBar.prototype.cst.SHAPE_HOR_TAB_BAR, mxShapeMockupH…
1479 mxShapeMockupVerTabBar.prototype.cst = {
1496 mxShapeMockupVerTabBar.prototype.paintVertexShape = function(c, x, y, w, h)
1498 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupVerTabBar.prototype.cst.TEXT_SIZE, '17').…
1499 …var tabNames = mxUtils.getValue(this.style, mxShapeMockupVerTabBar.prototype.cst.TAB_NAMES, 'Tab 1…
1545 mxShapeMockupVerTabBar.prototype.background = function(c, w, h, rSize, tabW)
1558 mxShapeMockupVerTabBar.prototype.backTabs = function(c, w, h, rSize, tabH, tabW, startOffset, tabOf…
1560 …ils.getValue(this.style, mxShapeMockupVerTabBar.prototype.cst.TAB_STYLE, mxShapeMockupVerTabBar.pr…
1568 if (tabStyle === mxShapeMockupVerTabBar.prototype.cst.BLOCK)
1572 else if (tabStyle === mxShapeMockupVerTabBar.prototype.cst.ROUND)
1592 mxShapeMockupVerTabBar.prototype.focusTab = function(c, w, h, rSize, tabH, tabW, startOffset, tabOf…
1594 …ils.getValue(this.style, mxShapeMockupVerTabBar.prototype.cst.TAB_STYLE, mxShapeMockupVerTabBar.pr…
1595 …var selectedFill = mxUtils.getValue(this.style, mxShapeMockupVerTabBar.prototype.cst.STYLE_FILLCOL…
1604 if (tabStyle === mxShapeMockupVerTabBar.prototype.cst.BLOCK)
1617 else if (tabStyle === mxShapeMockupVerTabBar.prototype.cst.ROUND)
1640 mxShapeMockupVerTabBar.prototype.tabText = function(c, w, h, rSize, tabH, tabW, startOffset, tabOff…
1642 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupVerTabBar.prototype.cst.TEXT_COLOR, '#66…
1643 …var selFontColor = mxUtils.getValue(this.style, mxShapeMockupVerTabBar.prototype.cst.SEL_TEXT_COLO…
1644 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupVerTabBar.prototype.cst.TEXT_SIZE, '17').…
1677 mxCellRenderer.registerShape(mxShapeMockupVerTabBar.prototype.cst.SHAPE_VER_TAB_BAR, mxShapeMockupV…
1699 mxShapeMockupAlertBox.prototype.cst = {
1715 mxShapeMockupAlertBox.prototype.paintVertexShape = function(c, x, y, w, h)
1719 …var closeColor = mxUtils.getValue(this.style, mxShapeMockupAlertBox.prototype.cst.STROKE_COLOR2, '…
1720 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupAlertBox.prototype.cst.STROKE_COLOR3, …
1731 mxShapeMockupAlertBox.prototype.background = function(c, x, y, w, h, bgColor, frameColor)
1739 mxShapeMockupAlertBox.prototype.foreground = function(c, x, y, w, h, frameColor, insideColor, close…
1754 …var windowTitle = mxUtils.getValue(this.style, mxShapeMockupAlertBox.prototype.cst.MAIN_TEXT, 'Win…
1755 …var subText = mxUtils.getValue(this.style, mxShapeMockupAlertBox.prototype.cst.SUB_TEXT, 'Sub Text…
1756 …var buttonText = mxUtils.getValue(this.style, mxShapeMockupAlertBox.prototype.cst.BUTTON_TEXT, 'OK…
1757 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupAlertBox.prototype.cst.TEXT_COLOR, '#666…
1758 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupAlertBox.prototype.cst.TEXT_SIZE, '17').t…
1791 mxCellRenderer.registerShape(mxShapeMockupAlertBox.prototype.cst.SHAPE_ALERT_BOX, mxShapeMockupAler…
1813 mxShapeMockupContainersRRect.prototype.cst = {
1818 mxShapeMockupContainersRRect.prototype.customProperties = [
1827 mxShapeMockupContainersRRect.prototype.paintVertexShape = function(c, x, y, w, h)
1831 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupContainersRRect.prototype.cst.R_SIZ…
1836 mxCellRenderer.registerShape(mxShapeMockupContainersRRect.prototype.cst.RRECT, mxShapeMockupContain…
1855 mxShapeMockupContainersAnchor.prototype.cst = {
1864 mxShapeMockupContainersAnchor.prototype.paintVertexShape = function(c, x, y, w, h)
1868 mxCellRenderer.registerShape(mxShapeMockupContainersAnchor.prototype.cst.ANCHOR, mxShapeMockupConta…
1890 mxShapeMockupContrainersTopButton.prototype.cst = {
1895 mxShapeMockupContrainersTopButton.prototype.customProperties = [
1904 mxShapeMockupContrainersTopButton.prototype.paintVertexShape = function(c, x, y, w, h)
1908 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupContrainersTopButton.prototype.cst.…
1921 mxCellRenderer.registerShape(mxShapeMockupContrainersTopButton.prototype.cst.TOP_BUTTON, mxShapeMoc…
1943 mxShapeMockupContainersLeftButton.prototype.cst = {
1948 mxShapeMockupContainersLeftButton.prototype.customProperties = [
1957 mxShapeMockupContainersLeftButton.prototype.paintVertexShape = function(c, x, y, w, h)
1961 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupContainersLeftButton.prototype.cst.…
1974 mxCellRenderer.registerShape(mxShapeMockupContainersLeftButton.prototype.cst.LEFT_BUTTON, mxShapeMo…
1996 mxShapeMockupContainersMarginRect.prototype.cst = {
2005 mxShapeMockupContainersMarginRect.prototype.customProperties = [
2018 mxShapeMockupContainersMarginRect.prototype.paintVertexShape = function(c, x, y, w, h)
2025 mxShapeMockupContainersMarginRect.prototype.background = function(c, x, y, w, h, state)
2027 …var margin = parseFloat(mxUtils.getValue(this.style, mxShapeMockupContainersMarginRect.prototype.c…
2028 …rseFloat(mxUtils.getValue(this.style, mxShapeMockupContainersMarginRect.prototype.cst.MARGIN_TOP, …
2029 …rseFloat(mxUtils.getValue(this.style, mxShapeMockupContainersMarginRect.prototype.cst.MARGIN_LEFT,…
2030 …rseFloat(mxUtils.getValue(this.style, mxShapeMockupContainersMarginRect.prototype.cst.MARGIN_BOTTO…
2031 …rseFloat(mxUtils.getValue(this.style, mxShapeMockupContainersMarginRect.prototype.cst.MARGIN_RIGHT…
2046 mxCellRenderer.registerShape(mxShapeMockupContainersMarginRect.prototype.cst.SHAPE_MARGIN_RECT, mxS…
2068 mxShapeMockupContainersMarginRect2.prototype.cst = {
2077 mxShapeMockupContainersMarginRect2.prototype.customProperties = [
2090 mxShapeMockupContainersMarginRect2.prototype.paintVertexShape = function(c, x, y, w, h)
2097 mxShapeMockupContainersMarginRect2.prototype.background = function(c, x, y, w, h, state)
2099 …var margin = parseFloat(mxUtils.getValue(this.style, mxShapeMockupContainersMarginRect2.prototype.…
2100 …seFloat(mxUtils.getValue(this.style, mxShapeMockupContainersMarginRect2.prototype.cst.MARGIN_TOP, …
2101 …seFloat(mxUtils.getValue(this.style, mxShapeMockupContainersMarginRect2.prototype.cst.MARGIN_LEFT,…
2102 …seFloat(mxUtils.getValue(this.style, mxShapeMockupContainersMarginRect2.prototype.cst.MARGIN_BOTTO…
2103 …seFloat(mxUtils.getValue(this.style, mxShapeMockupContainersMarginRect2.prototype.cst.MARGIN_RIGHT…
2118 mxCellRenderer.registerShape(mxShapeMockupContainersMarginRect2.prototype.cst.SHAPE_MARGIN_RECT, mx…