Uses of Interface
org.ujmp.core.treematrix.TreeMatrix
-
Packages that use TreeMatrix Package Description org.ujmp.core.treematrix org.ujmp.gui.panels -
-
Uses of TreeMatrix in org.ujmp.core.treematrix
Classes in org.ujmp.core.treematrix that implement TreeMatrix Modifier and Type Class Description class
AbstractTreeMatrix<T>
class
DefaultTreeMatrix<T>
class
ObjectTreeMatrix
-
Uses of TreeMatrix in org.ujmp.gui.panels
Fields in org.ujmp.gui.panels declared as TreeMatrix Modifier and Type Field Description private TreeMatrix<?>
UnbufferedMatrixTreemapPanel. treeMatrix
Constructors in org.ujmp.gui.panels with parameters of type TreeMatrix Constructor Description MatrixTreemapPanel(TreeMatrix<?> matrix)
UnbufferedMatrixTreemapPanel(TreeMatrix<?> matrix)
-