org.omegahat.Graphics.Layouts
Class LayoutDescription

java.lang.Object
  |
  +--org.omegahat.Graphics.Layouts.LayoutDescription

public class LayoutDescription
extends java.lang.Object


Field Summary
protected  double[] heights
           
protected  int[] heightUnits
           
protected  int numCols
           
protected  int numRows
           
protected  int[][] order
           
protected  boolean[][] respect
           
protected  int rspct
           
protected  double[] widths
           
protected  int[] widthUnits
           
 
Constructor Summary
LayoutDescription(double[] widths, double[] heights, int[][] order)
           
LayoutDescription(UDouble[] widths, UDouble[] heights, int[][] order)
           
 
Method Summary
 double[] getHeights()
           
 int[] getHeightUnits()
           
 int getNumCols()
           
 int getNumRows()
           
 int[][] getOrder()
           
 int getRespect()
           
 boolean[][] getRespectMatrix()
           
 double[] getWidths()
           
 int[] getWidthUnits()
           
 void setRespect(boolean[][] respect)
           
 void setRespect(int respect)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LayoutDescription

public LayoutDescription(double[] widths,
                         double[] heights,
                         int[][] order)

LayoutDescription

public LayoutDescription(UDouble[] widths,
                         UDouble[] heights,
                         int[][] order)
Method Detail

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)