Home
last modified time | relevance | path

Searched refs:cellWidth (Results 1 – 6 of 6) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java106 int cellWidth; field in MovieEditorDialog
344 cellWidth = (int) Math.round(aspectRatio*cellHeight); in MovieEditorDialog()
349 cellWidth = minCellDimension; in MovieEditorDialog()
350 cellHeight = (int) Math.round((double) cellWidth/aspectRatio); in MovieEditorDialog()
417 frameEntries[idx].audioSamples = new double[cellWidth]; in MovieEditorDialog()
424 int asidx = i*cellWidth/frameEntries[idx].audioSamplesInFrame; in MovieEditorDialog()
862 timeLineTable.getColumnModel().getColumn(i).setPreferredWidth(cellWidth); in buildUI()
/plugin/amcharts/assets/amcharts/
H A Dserial.js73 …-this.startTime,this.parseDatesDraw();else if(!this.parseDates){if(this.cellWidth=this.getStepWidt…
74cellWidth/2,u=this.cellWidth/2);p=!0;a=u;"start"==this.tickPosition&&(a=0,p=!1,u=0);if(b==d&&!l||b…
76 ….timeDifference/b)+1;n=e.resetDateToMin(new Date(this.startTime-b),g,w,p).getTime();this.cellWidth=
79 …qualSpacing?(m=t.time,d=this.cellWidth,"MM"==this.minPeriod&&(d=864E5*e.daysInMonth(new Date(m))*t…
81cellWidth/2),u=new this.axisItemRenderer(this,d,"",!0,NaN,NaN,l),this.pushAxisItem(u,m))),l.catego…
83 …ursor)D?c.fixHeight(this.cellWidth):(c.fixWidth(this.cellWidth),c.fullWidth&&this.balloon&&(this.b…
89 …r e=this.data[c];e&&(a=e.x[this.id]);this.stickBalloonToStart&&(a-=this.cellWidth/2);var h=0;if(d)…
H A Damcharts.js43 …abels)n=z*this.stepWidth,this.autoWrap&&!this.centerLabels&&(n=-n);this.cellWidth=k*this.stepWidth…
153 …a=this.set,za,ga=this.getGradRotation(),T=this.chart.columnSpacing,Y=va.cellWidth,Ca=(Y*k-r)/r;T>C…
160 …y=qa}var ja=G.x[va.id],Wa=this.periodSpan-1;"step"!=g||isNaN(G.cellWidth)||(Y=G.cellWidth);var xa=…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/edittable/lib/
H A Dhandsontable.full.js39308 cellWidth = void 0;
39316 cellWidth = object.width || 0;
39325 cellWidth = object.target.clientWidth;
39337 this.cellWidth = cellWidth;
39402 return this.leftRelative + this.cellWidth + element.offsetWidth <= viewportWidth;
40028 left = 1 + cursor.left + cursor.cellWidth;