Home
last modified time | relevance | path

Searched defs:columnKey (Results 1 – 25 of 40) sorted by relevance

12

/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/statistics/
H A DBoxAndWhiskerCategoryDataset.java76 public Number getMeanValue(Comparable rowKey, Comparable columnKey); in getMeanValue()
96 public Number getMedianValue(Comparable rowKey, Comparable columnKey); in getMedianValue()
116 public Number getQ1Value(Comparable rowKey, Comparable columnKey); in getQ1Value()
136 public Number getQ3Value(Comparable rowKey, Comparable columnKey); in getQ3Value()
156 public Number getMinRegularValue(Comparable rowKey, Comparable columnKey); in getMinRegularValue()
176 public Number getMaxRegularValue(Comparable rowKey, Comparable columnKey); in getMaxRegularValue()
196 public Number getMinOutlier(Comparable rowKey, Comparable columnKey); in getMinOutlier()
216 public Number getMaxOutlier(Comparable rowKey, Comparable columnKey); in getMaxOutlier()
238 public List getOutliers(Comparable rowKey, Comparable columnKey); in getOutliers()
H A DDefaultBoxAndWhiskerCategoryDataset.java125 public void add(List list, Comparable rowKey, Comparable columnKey) { in add()
142 Comparable columnKey) { in add()
203 public void remove(Comparable rowKey, Comparable columnKey) { in remove()
278 public void removeColumn(Comparable columnKey) { in removeColumn()
336 public Number getValue(Comparable rowKey, Comparable columnKey) { in getValue()
374 public Number getMeanValue(Comparable rowKey, Comparable columnKey) { in getMeanValue()
416 public Number getMedianValue(Comparable rowKey, Comparable columnKey) { in getMedianValue()
458 public Number getQ1Value(Comparable rowKey, Comparable columnKey) { in getQ1Value()
500 public Number getQ3Value(Comparable rowKey, Comparable columnKey) { in getQ3Value()
774 public Number getMinOutlier(Comparable rowKey, Comparable columnKey) { in getMinOutlier()
[all …]
H A DDefaultStatisticalCategoryDataset.java189 public Number getValue(Comparable rowKey, Comparable columnKey) { in getValue()
202 public Number getMeanValue(Comparable rowKey, Comparable columnKey) { in getMeanValue()
240 public Number getStdDevValue(Comparable rowKey, Comparable columnKey) { in getStdDevValue()
353 Comparable rowKey, Comparable columnKey) { in add()
366 Comparable rowKey, Comparable columnKey) { in add()
446 public void remove(Comparable rowKey, Comparable columnKey) { in remove()
529 public void removeColumn(Comparable columnKey) { in removeColumn()
H A DStatisticalCategoryDataset.java74 public Number getMeanValue(Comparable rowKey, Comparable columnKey); in getMeanValue()
94 public Number getStdDevValue(Comparable rowKey, Comparable columnKey); in getStdDevValue()
H A DMultiValueCategoryDataset.java74 public List getValues(Comparable rowKey, Comparable columnKey); in getValues()
H A DDefaultMultiValueCategoryDataset.java105 public void add(List values, Comparable rowKey, Comparable columnKey) { in add()
186 public List getValues(Comparable rowKey, Comparable columnKey) { in getValues()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/gantt/
H A DTaskSeriesCollection.java213 public int getColumnIndex(Comparable columnKey) { in getColumnIndex()
344 public Number getValue(Comparable rowKey, Comparable columnKey) { in getValue()
396 Comparable columnKey = getColumnKey(column); in getStartValue() local
410 public Number getEndValue(Comparable rowKey, Comparable columnKey) { in getEndValue()
435 Comparable columnKey = getColumnKey(column); in getEndValue() local
450 Comparable columnKey = getColumnKey(column); in getPercentComplete() local
485 Comparable columnKey = getColumnKey(column); in getSubIntervalCount() local
521 Comparable columnKey = getColumnKey(column); in getStartValue() local
563 Comparable columnKey = getColumnKey(column); in getEndValue() local
577 public Number getEndValue(Comparable rowKey, Comparable columnKey, in getEndValue()
[all …]
H A DGanttCategoryDataset.java75 public Number getPercentComplete(Comparable rowKey, Comparable columnKey); in getPercentComplete()
99 public int getSubIntervalCount(Comparable rowKey, Comparable columnKey); in getSubIntervalCount()
125 public Number getStartValue(Comparable rowKey, Comparable columnKey, in getStartValue()
152 public Number getEndValue(Comparable rowKey, Comparable columnKey, in getEndValue()
179 public Number getPercentComplete(Comparable rowKey, Comparable columnKey, in getPercentComplete()
H A DSlidingGanttCategoryDataset.java258 public Number getValue(Comparable rowKey, Comparable columnKey) { in getValue()
317 public Number getPercentComplete(Comparable rowKey, Comparable columnKey) { in getPercentComplete()
341 public Number getPercentComplete(Comparable rowKey, Comparable columnKey, in getPercentComplete()
366 public Number getEndValue(Comparable rowKey, Comparable columnKey, in getEndValue()
439 public Number getStartValue(Comparable rowKey, Comparable columnKey, in getStartValue()
480 public int getSubIntervalCount(Comparable rowKey, Comparable columnKey) { in getSubIntervalCount()
519 public Number getStartValue(Comparable rowKey, Comparable columnKey) { in getStartValue()
558 public Number getEndValue(Comparable rowKey, Comparable columnKey) { in getEndValue()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/category/
H A DDefaultCategoryDataset.java216 public Number getValue(Comparable rowKey, Comparable columnKey) { in getValue()
231 Comparable columnKey) { in addValue()
246 Comparable columnKey) { in addValue()
261 Comparable columnKey) { in setValue()
277 Comparable columnKey) { in setValue()
293 Comparable columnKey) { in incrementValue()
311 public void removeValue(Comparable rowKey, Comparable columnKey) { in removeValue()
366 public void removeColumn(Comparable columnKey) { in removeColumn()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/
H A DDefaultKeyedValues2D.java151 Comparable columnKey = (Comparable) this.columnKeys.get(column); in getValue() local
268 public Number getValue(Comparable rowKey, Comparable columnKey) { in getValue()
305 Comparable columnKey) { in addValue()
321 Comparable columnKey) { in setValue()
359 public void removeValue(Comparable rowKey, Comparable columnKey) { in removeValue()
451 Comparable columnKey = getColumnKey(columnIndex); in removeColumn() local
468 public void removeColumn(Comparable columnKey) { in removeColumn()
H A DKeyedObjects2D.java117 Comparable columnKey = (Comparable) this.columnKeys.get(column); in getObject() local
219 public Object getObject(Comparable rowKey, Comparable columnKey) { in getObject()
250 Comparable columnKey) { in addObject()
262 Comparable columnKey) { in setObject()
292 public void removeObject(Comparable rowKey, Comparable columnKey) { in removeObject()
386 Comparable columnKey = getColumnKey(columnIndex); in removeColumn() local
399 public void removeColumn(Comparable columnKey) { in removeColumn()
H A DKeyedValues2D.java116 public Number getValue(Comparable rowKey, Comparable columnKey); in getValue()
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/data/general/
H A DTestIntervalCategoryDataset.java211 public Number getValue(Comparable rowKey, Comparable columnKey) { in getValue()
231 Comparable rowKey, Comparable columnKey) { in addItem()
247 Comparable rowKey, Comparable columnKey) { in addItem()
263 Comparable rowKey, Comparable columnKey) { in setItem()
280 Comparable rowKey, Comparable columnKey) { in setItem()
294 public void removeItem(Comparable rowKey, Comparable columnKey) { in removeItem()
349 public void removeColumn(Comparable columnKey) { in removeColumn()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/
H A DCategoryCrosshairState.java66 private Comparable columnKey; field in CategoryCrosshairState
124 public void updateCrosshairPoint(Comparable rowKey, Comparable columnKey, in updateCrosshairPoint()
161 public void updateCrosshairX(Comparable rowKey, Comparable columnKey, in updateCrosshairX()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/entity/
H A DCategoryItemEntity.java111 private Comparable columnKey; field in CategoryItemEntity
154 CategoryDataset dataset, Comparable rowKey, Comparable columnKey) { in CategoryItemEntity()
242 public void setColumnKey(Comparable columnKey) { in setColumnKey()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ramsey/array_column/src/
H A Darray_column.php30 function array_column($input = null, $columnKey = null, $indexKey = null)
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/symfony/polyfill-php55/
H A DPhp55ArrayColumn.php32 public static function array_column(array $input, $columnKey, $indexKey = null)
H A Dbootstrap.php22 …function array_column($array, $columnKey, $indexKey = null) { return p\Php55ArrayColumn::array_col…
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/symfony/polyfill-php55/
H A DPhp55ArrayColumn.php32 public static function array_column(array $input, $columnKey, $indexKey = null)
H A Dbootstrap.php25 …function array_column($array, $columnKey, $indexKey = null) { return p\Php55ArrayColumn::array_col…
/dports/www/kanboard/kanboard-1.2.21/libs/picodb/lib/PicoDb/
H A DHashtable.php39 public function columnKey($column) function in PicoDb\\Hashtable
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/xml/
H A DCategoryDatasetHandler.java80 public void addItem(Comparable rowKey, Comparable columnKey, Number value) { in addItem()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/db/
H A DTable.java305 public String updateMap(String tableName, String columnKey, String value, Record newRow) { in updateMap()
357 public Record findByColumn(String columnKey, String value) { in findByColumn()
361 public Record findByColumn(String columnKey, String value, boolean forUpdate) { in findByColumn()
365 private Record getRow(String tableName, String columnKey, String value, boolean forUpdate) { in getRow()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/category/
H A DGanttRenderer.java387 Comparable columnKey = dataset.getColumnKey(column); in drawTasks() local
537 Comparable columnKey = dataset.getColumnKey(column); in drawTask() local
568 public double getItemMiddle(Comparable rowKey, Comparable columnKey, in getItemMiddle()

12