org.jplot2d.layout
Class GridCellInsets
- java.lang.Object
-
- org.jplot2d.layout.GridCellInsets
-
public class GridCellInsets extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description GridCellInsets(SparseDoubleArray topPadding, SparseDoubleArray leftPadding, SparseDoubleArray bottomPadding, SparseDoubleArray rightPadding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetBottom(int row)doublegetLeft(int col)doublegetRight(int col)doublegetSumHeight()doublegetSumWidth()doublegetTop(int row)
-
-
-
Constructor Detail
-
GridCellInsets
public GridCellInsets(SparseDoubleArray topPadding, SparseDoubleArray leftPadding, SparseDoubleArray bottomPadding, SparseDoubleArray rightPadding)
- Parameters:
topPadding- the key is row idleftPadding- the key is column idbottomPadding- the key is row idrightPadding- the key is column id
-
-
DMelt 3.0 © DataMelt by jWork.ORG