Lines Matching refs:prototype

26 mxShapeAndroidTabBar.prototype.cst = {
42 mxShapeAndroidTabBar.prototype.paintVertexShape = function(c, x, y, w, h)
44 …var textStrings = mxUtils.getValue(this.style, mxShapeAndroidTabBar.prototype.cst.MAIN_TEXT, '+Tab…
45 …var fontColor = mxUtils.getValue(this.style, mxShapeAndroidTabBar.prototype.cst.TEXT_COLOR, 'none'…
46 …var selectedFontColor = mxUtils.getValue(this.style, mxShapeAndroidTabBar.prototype.cst.TEXT_COLOR…
47 …var fontSize = mxUtils.getValue(this.style, mxShapeAndroidTabBar.prototype.cst.TEXT_SIZE, '17').to…
49 …var separatorColor = mxUtils.getValue(this.style, mxShapeAndroidTabBar.prototype.cst.STROKE_COLOR2…
51 …var selectedFillColor = mxUtils.getValue(this.style, mxShapeAndroidTabBar.prototype.cst.FILL_COLOR…
62 if(buttonText.charAt(0) === mxShapeAndroidTabBar.prototype.cst.SELECTED)
101 mxShapeAndroidTabBar.prototype.background = function(c, w, h, buttonNum, buttonWidths, labelOffset,…
155 mxShapeAndroidTabBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi…
157 if(textString.charAt(0) === mxShapeAndroidTabBar.prototype.cst.SELECTED)
167 mxCellRenderer.registerShape(mxShapeAndroidTabBar.prototype.cst.SHAPE_TAB_BAR, mxShapeAndroidTabBar…
194 mxShapeAndroidPhone.prototype.paintVertexShape = function(c, x, y, w, h)
207 mxShapeAndroidPhone.prototype.foreground = function(c, x, y, w, h, rSize)
250 mxShapeAndroidStatusBar.prototype.paintVertexShape = function(c, x, y, w, h)
258 mxShapeAndroidStatusBar.prototype.background = function(c, x, y, w, h)
264 mxShapeAndroidStatusBar.prototype.foreground = function(c, x, y, w, h)
342 mxShapeAndroidCheckboxGroup.prototype.cst = {
354 mxShapeAndroidCheckboxGroup.prototype.paintVertexShape = function(c, x, y, w, h)
360 …var optionText = mxUtils.getValue(this.style, mxShapeAndroidCheckboxGroup.prototype.cst.BUTTON_TEX…
362 …var strokeColor2 = mxUtils.getValue(this.style, mxShapeAndroidCheckboxGroup.prototype.cst.STYLE_ST…
379 if(currText.charAt(0) === mxShapeAndroidCheckboxGroup.prototype.cst.SELECTED)
411 if(currText.charAt(0) === mxShapeAndroidCheckboxGroup.prototype.cst.SELECTED)
464 mxShapeAndroidRadioGroup.prototype.cst = {
476 mxShapeAndroidRadioGroup.prototype.paintVertexShape = function(c, x, y, w, h)
482 …var optionText = mxUtils.getValue(this.style, mxShapeAndroidRadioGroup.prototype.cst.BUTTON_TEXT, …
484 …var strokeColor2 = mxUtils.getValue(this.style, mxShapeAndroidRadioGroup.prototype.cst.STYLE_STROK…
502 if(currText.charAt(0) === mxShapeAndroidRadioGroup.prototype.cst.SELECTED)
535 if(currText.charAt(0) === mxShapeAndroidRadioGroup.prototype.cst.SELECTED)
583 mxShapeAndroidMenuBar.prototype.cst = {
592 mxShapeAndroidMenuBar.prototype.paintVertexShape = function(c, x, y, w, h)
594 …var textStrings = mxUtils.getValue(this.style, mxShapeAndroidMenuBar.prototype.cst.MENU_TEXT, 'Ite…
672 mxShapeAndroidTextSelHandles.prototype.paintVertexShape = function(c, x, y, w, h)
729 mxShapeAndroidIndeterminateSpinner.prototype.paintVertexShape = function(c, x, y, w, h)
735 mxShapeAndroidIndeterminateSpinner.prototype.background = function(c, x, y, w, h)
775 mxShapeAndroidAnchor.prototype.cst = {
784 mxShapeAndroidAnchor.prototype.paintVertexShape = function(c, x, y, w, h)
788 mxCellRenderer.registerShape(mxShapeAndroidAnchor.prototype.cst.ANCHOR, mxShapeAndroidAnchor);
810 mxShapeAndroidRRect.prototype.cst = {
820 mxShapeAndroidRRect.prototype.paintVertexShape = function(c, x, y, w, h)
824 var rSize = parseInt(mxUtils.getValue(this.style, mxShapeAndroidRRect.prototype.cst.R_SIZE, '10'));
829 mxCellRenderer.registerShape(mxShapeAndroidRRect.prototype.cst.RRECT, mxShapeAndroidRRect);
851 mxShapeAndroidCheckbox.prototype.cst = {
860 mxShapeAndroidCheckbox.prototype.paintVertexShape = function(c, x, y, w, h)
873 mxCellRenderer.registerShape(mxShapeAndroidCheckbox.prototype.cst.CHECKBOX, mxShapeAndroidCheckbox);
897 mxShapeAndroidProgressBar.prototype.customProperties = [
902 mxShapeAndroidProgressBar.prototype.cst = {
911 mxShapeAndroidProgressBar.prototype.paintVertexShape = function(c, x, y, w, h)
948 mxCellRenderer.registerShape(mxShapeAndroidProgressBar.prototype.cst.PROGRESS_BAR, mxShapeAndroidPr…
950 mxShapeAndroidProgressBar.prototype.constraints = null;
952 Graph.handleFactory[mxShapeAndroidProgressBar.prototype.cst.PROGRESS_BAR] = function(state)
1000 mxShapeAndroidProgressScrubberDisabled.prototype.customProperties = [
1004 mxShapeAndroidProgressScrubberDisabled.prototype.cst = {
1013 mxShapeAndroidProgressScrubberDisabled.prototype.paintVertexShape = function(c, x, y, w, h)
1045 mxCellRenderer.registerShape(mxShapeAndroidProgressScrubberDisabled.prototype.cst.PROGRESS_SCRUBBER…
1047 mxShapeAndroidProgressScrubberDisabled.prototype.constraints = null;
1049 Graph.handleFactory[mxShapeAndroidProgressScrubberDisabled.prototype.cst.PROGRESS_SCRUBBER_DISABLED…
1085 mxShapeAndroidProgressScrubberFocused.prototype.customProperties = [
1089 mxShapeAndroidProgressScrubberFocused.prototype.cst = {
1098 mxShapeAndroidProgressScrubberFocused.prototype.paintVertexShape = function(c, x, y, w, h)
1137 mxCellRenderer.registerShape(mxShapeAndroidProgressScrubberFocused.prototype.cst.PROGRESS_SCRUBBER_…
1139 mxShapeAndroidProgressScrubberFocused.prototype.constraints = null;
1141 Graph.handleFactory[mxShapeAndroidProgressScrubberFocused.prototype.cst.PROGRESS_SCRUBBER_FOCUSED] …
1177 mxShapeAndroidProgressScrubberPressed.prototype.customProperties = [
1181 mxShapeAndroidProgressScrubberPressed.prototype.cst = {
1190 mxShapeAndroidProgressScrubberPressed.prototype.paintVertexShape = function(c, x, y, w, h)
1230 mxCellRenderer.registerShape(mxShapeAndroidProgressScrubberPressed.prototype.cst.PROGRESS_SCRUBBER_…
1232 mxShapeAndroidProgressScrubberPressed.prototype.constraints = null;
1234 Graph.handleFactory[mxShapeAndroidProgressScrubberPressed.prototype.cst.PROGRESS_SCRUBBER_PRESSED] …
1270 mxShapeAndroidQuickscroll2.prototype.customProperties = [
1274 mxShapeAndroidQuickscroll2.prototype.cst = {
1283 mxShapeAndroidQuickscroll2.prototype.paintVertexShape = function(c, x, y, w, h)
1320 mxCellRenderer.registerShape(mxShapeAndroidQuickscroll2.prototype.cst.QUICKSCROLL, mxShapeAndroidQu…
1322 mxShapeAndroidQuickscroll2.prototype.constraints = null;
1324 Graph.handleFactory[mxShapeAndroidQuickscroll2.prototype.cst.QUICKSCROLL] = function(state)
1360 mxShapeAndroidQuickscroll3.prototype.customProperties = [
1364 mxShapeAndroidQuickscroll3.prototype.cst = {
1373 mxShapeAndroidQuickscroll3.prototype.paintVertexShape = function(c, x, y, w, h)
1393 mxCellRenderer.registerShape(mxShapeAndroidQuickscroll3.prototype.cst.QUICKSCROLL, mxShapeAndroidQu…
1395 mxShapeAndroidQuickscroll3.prototype.constraints = null;
1397 Graph.handleFactory[mxShapeAndroidQuickscroll3.prototype.cst.QUICKSCROLL] = function(state)
1432 mxShapeAndroidScrollbars2.prototype.cst = {
1441 mxShapeAndroidScrollbars2.prototype.paintVertexShape = function(c, x, y, w, h)
1455 mxCellRenderer.registerShape(mxShapeAndroidScrollbars2.prototype.cst.SCROLLBARS, mxShapeAndroidScro…
1457 mxShapeAndroidScrollbars2.prototype.constraints = null;
1479 mxShapeAndroidSpinner2.prototype.cst = {
1488 mxShapeAndroidSpinner2.prototype.paintVertexShape = function(c, x, y, w, h)
1507 mxCellRenderer.registerShape(mxShapeAndroidSpinner2.prototype.cst.SPINNER, mxShapeAndroidSpinner2);
1509 mxShapeAndroidSpinner2.prototype.constraints = null;