Home
last modified time | relevance | path

Searched refs:CellSizingMethod (Results 1 – 2 of 2) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DDynamicTableModel.java50 private CellSizingMethod rowSizingMethod;
51 private CellSizingMethod columnSizingMethod;
DTableModel.java47 public enum CellSizingMethod { enum in TableModel