Lines Matching refs:prototype

26 mxShapeMockupMultiButton.prototype.cst = {
37 mxShapeMockupMultiButton.prototype.customProperties = [
48 mxShapeMockupMultiButton.prototype.paintVertexShape = function(c, x, y, w, h)
50 …var mainText = mxUtils.getValue(this.style, mxShapeMockupMultiButton.prototype.cst.MAIN_TEXT, 'Mai…
51 …var subText = mxUtils.getValue(this.style, mxShapeMockupMultiButton.prototype.cst.SUB_TEXT, 'Sub T…
52 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupMultiButton.prototype.cst.TEXT_COLOR, '#…
53 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupMultiButton.prototype.cst.TEXT_SIZE, '17'…
62 mxShapeMockupMultiButton.prototype.background = function(c, x, y, w, h)
64 …etValue(this.style, mxShapeMockupMultiButton.prototype.cst.BUTTON_STYLE, mxShapeMockupMultiButton.
68 if (buttonStyle === mxShapeMockupMultiButton.prototype.cst.ROUND)
79 else if (buttonStyle === mxShapeMockupMultiButton.prototype.cst.CHEVRON)
97 mxShapeMockupMultiButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor)
105 mxShapeMockupMultiButton.prototype.subText = function(c, x, y, w, h, text, fontSize, fontColor)
112 mxCellRenderer.registerShape(mxShapeMockupMultiButton.prototype.cst.SHAPE_MULTILINE_BUTTON, mxShape…
134 mxShapeMockupButton.prototype.cst = {
144 mxShapeMockupButton.prototype.customProperties = [
155 mxShapeMockupButton.prototype.paintVertexShape = function(c, x, y, w, h)
157 …var mainText = mxUtils.getValue(this.style, mxShapeMockupButton.prototype.cst.MAIN_TEXT, 'Main Tex…
158 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupButton.prototype.cst.TEXT_COLOR, '#66666…
159 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupButton.prototype.cst.TEXT_SIZE, '17').toS…
166 mxShapeMockupButton.prototype.background = function(c, x, y, w, h)
168 …xUtils.getValue(this.style, mxShapeMockupButton.prototype.cst.BUTTON_STYLE, mxShapeMockupButton.pr…
172 if (buttonStyle === mxShapeMockupButton.prototype.cst.ROUND)
183 else if (buttonStyle === mxShapeMockupButton.prototype.cst.CHEVRON)
201 mxShapeMockupButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor)
210 mxCellRenderer.registerShape(mxShapeMockupButton.prototype.cst.SHAPE_BUTTON, mxShapeMockupButton);
232 mxShapeMockupHorButtonBar.prototype.cst = {
248 mxShapeMockupHorButtonBar.prototype.paintVertexShape = function(c, x, y, w, h)
250 …var textStrings = mxUtils.getValue(this.style, mxShapeMockupHorButtonBar.prototype.cst.MAIN_TEXT, …
251 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupHorButtonBar.prototype.cst.TEXT_COLOR, '…
252 …var selectedFontColor = mxUtils.getValue(this.style, mxShapeMockupHorButtonBar.prototype.cst.TEXT_…
253 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupHorButtonBar.prototype.cst.TEXT_SIZE, '17…
255 …var separatorColor = mxUtils.getValue(this.style, mxShapeMockupHorButtonBar.prototype.cst.STROKE_C…
257 …var selectedFillColor = mxUtils.getValue(this.style, mxShapeMockupHorButtonBar.prototype.cst.FILL_…
269 if(buttonText.charAt(0) === mxShapeMockupHorButtonBar.prototype.cst.SELECTED)
308 mxShapeMockupHorButtonBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, …
415 mxShapeMockupHorButtonBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSiz…
417 if(textString.charAt(0) === mxShapeMockupHorButtonBar.prototype.cst.SELECTED)
427 mxCellRenderer.registerShape(mxShapeMockupHorButtonBar.prototype.cst.SHAPE_HOR_BUTTON_BAR, mxShapeM…
449 mxShapeMockupVerButtonBar.prototype.cst = {
465 mxShapeMockupVerButtonBar.prototype.paintVertexShape = function(c, x, y, w, h)
467 …var textStrings = mxUtils.getValue(this.style, mxShapeMockupVerButtonBar.prototype.cst.MAIN_TEXT, …
468 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupVerButtonBar.prototype.cst.TEXT_COLOR, '…
469 …var selectedFontColor = mxUtils.getValue(this.style, mxShapeMockupVerButtonBar.prototype.cst.TEXT_…
470 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupVerButtonBar.prototype.cst.TEXT_SIZE, '17…
472 …var separatorColor = mxUtils.getValue(this.style, mxShapeMockupVerButtonBar.prototype.cst.STROKE_C…
474 …var selectedFillColor = mxUtils.getValue(this.style, mxShapeMockupVerButtonBar.prototype.cst.FILL_…
485 if(buttonText.charAt(0) === mxShapeMockupVerButtonBar.prototype.cst.SELECTED)
530 mxShapeMockupVerButtonBar.prototype.background = function(c, w, h, rSize, buttonNum, labelOffset, m…
626 mxShapeMockupVerButtonBar.prototype.buttonText = function(c, w, h, textString, fontSize)
628 if(textString.charAt(0) === mxShapeMockupVerButtonBar.prototype.cst.SELECTED)
638 mxCellRenderer.registerShape(mxShapeMockupVerButtonBar.prototype.cst.SHAPE_VER_BUTTON_BAR, mxShapeM…
660 mxShapeMockupOnOffButton.prototype.cst = {
671 mxShapeMockupOnOffButton.prototype.customProperties = [
682 mxShapeMockupOnOffButton.prototype.paintVertexShape = function(c, x, y, w, h)
693 mxShapeMockupOnOffButton.prototype.background = function(c, x, y, w, h)
700 mxShapeMockupOnOffButton.prototype.foreground = function(c, x, y, w, h)
702 …etValue(this.style, mxShapeMockupOnOffButton.prototype.cst.BUTTON_STATE, mxShapeMockupOnOffButton.
703 …var fillColor2 = mxUtils.getValue(this.style, mxShapeMockupOnOffButton.prototype.cst.FILL_COLOR2, …
704 …var textColor = mxUtils.getValue(this.style, mxShapeMockupOnOffButton.prototype.cst.TEXT_COLOR, '#…
705 …var mainText = mxUtils.getValue(this.style, mxShapeMockupOnOffButton.prototype.cst.MAIN_TEXT, 'ON,…
706 …var textSize = mxUtils.getValue(this.style, mxShapeMockupOnOffButton.prototype.cst.TEXT_SIZE, '17'…
708 if (state === mxShapeMockupOnOffButton.prototype.cst.STATE_ON)
724 if(state === mxShapeMockupOnOffButton.prototype.cst.STATE_ON)
728 else if (state === mxShapeMockupOnOffButton.prototype.cst.STATE_OFF)
734 mxCellRenderer.registerShape(mxShapeMockupOnOffButton.prototype.cst.SHAPE_ON_OFF_BUTTON, mxShapeMoc…
756 mxShapeMockupRRect.prototype.cst = {
761 mxShapeMockupRRect.prototype.customProperties = [
770 mxShapeMockupRRect.prototype.paintVertexShape = function(c, x, y, w, h)
774 var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupRRect.prototype.cst.R_SIZE, '10'));
779 mxCellRenderer.registerShape(mxShapeMockupRRect.prototype.cst.RRECT, mxShapeMockupRRect);
798 mxShapeMockupAnchor.prototype.cst = {
802 mxShapeMockupAnchor.prototype.customProperties = [
811 mxShapeMockupAnchor.prototype.paintVertexShape = function(c, x, y, w, h)
815 mxCellRenderer.registerShape(mxShapeMockupAnchor.prototype.cst.ANCHOR, mxShapeMockupAnchor);
837 mxShapeMockupTopButton.prototype.cst = {
842 mxShapeMockupTopButton.prototype.customProperties = [
851 mxShapeMockupTopButton.prototype.paintVertexShape = function(c, x, y, w, h)
855 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupTopButton.prototype.cst.R_SIZE, '10…
868 mxCellRenderer.registerShape(mxShapeMockupTopButton.prototype.cst.TOP_BUTTON, mxShapeMockupTopButto…
890 mxShapeMockupBottomButton.prototype.cst = {
895 mxShapeMockupBottomButton.prototype.customProperties = [
904 mxShapeMockupBottomButton.prototype.paintVertexShape = function(c, x, y, w, h)
908 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupBottomButton.prototype.cst.R_SIZE, …
921 mxCellRenderer.registerShape(mxShapeMockupBottomButton.prototype.cst.BOTTOM_BUTTON, mxShapeMockupBo…
943 mxShapeMockupRightButton.prototype.cst = {
948 mxShapeMockupRightButton.prototype.customProperties = [
957 mxShapeMockupRightButton.prototype.paintVertexShape = function(c, x, y, w, h)
961 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupRightButton.prototype.cst.R_SIZE, '…
974 mxCellRenderer.registerShape(mxShapeMockupRightButton.prototype.cst.RIGHT_BUTTON, mxShapeMockupRigh…
996 mxShapeMockupLeftButton.prototype.cst = {
1001 mxShapeMockupLeftButton.prototype.customProperties = [
1010 mxShapeMockupLeftButton.prototype.paintVertexShape = function(c, x, y, w, h)
1014 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupLeftButton.prototype.cst.R_SIZE, '1…
1027 mxCellRenderer.registerShape(mxShapeMockupLeftButton.prototype.cst.LEFT_BUTTON, mxShapeMockupLeftBu…