org.omegahat.Graphics.Layouts
Class LayoutDescription
java.lang.Object
|
+--org.omegahat.Graphics.Layouts.LayoutDescription
- public class LayoutDescription
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
numCols
protected int numCols
numRows
protected int numRows
widths
protected double[] widths
heights
protected double[] heights
order
protected int[][] order
rspct
protected int rspct
respect
protected boolean[][] respect
widthUnits
protected int[] widthUnits
heightUnits
protected int[] heightUnits
LayoutDescription
public LayoutDescription(double[] widths,
double[] heights,
int[][] order)
LayoutDescription
public LayoutDescription(UDouble[] widths,
UDouble[] heights,
int[][] order)
getNumRows
public int getNumRows()
getNumCols
public int getNumCols()
getWidths
public double[] getWidths()
getHeights
public double[] getHeights()
getOrder
public int[][] getOrder()
getRespect
public int getRespect()
getRespectMatrix
public boolean[][] getRespectMatrix()
getWidthUnits
public int[] getWidthUnits()
getHeightUnits
public int[] getHeightUnits()
setRespect
public void setRespect(int respect)
setRespect
public void setRespect(boolean[][] respect)