Home
last modified time | relevance | path

Searched refs:cellHeight (Results 1 – 4 of 4) sorted by path

/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/edittable/lib/
H A Dhandsontable.full.js39307 var cellHeight = void 0,
39315 cellHeight = object.height || 0;
39324 cellHeight = object.target.clientHeight;
39336 this.cellHeight = cellHeight;
39994 top = cursor.top + cursor.cellHeight - this.container.offsetHeight + 3;
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java107 int cellHeight; field in MovieEditorDialog
343 cellHeight = minCellDimension; in MovieEditorDialog()
344 cellWidth = (int) Math.round(aspectRatio*cellHeight); in MovieEditorDialog()
350 cellHeight = (int) Math.round((double) cellWidth/aspectRatio); in MovieEditorDialog()
486 …contentPanelLayout.rowHeights = new int[] { movie.getFrameDimension().height, 7, cellHeight+(hasAu… in buildUI()
647 …timeLineScrollPane.setPreferredSize(new Dimension(movie.getFrameDimension().width, cellHeight+(has… in buildUI()
859 timeLineTable.setRowHeight(0, cellHeight+timeLineTable.getRowMargin()*2); in buildUI()