public class Leveler
extends java.lang.Object
Constructor and Description |
---|
Leveler(DasCanvas parent)
Deprecated.
|
Leveler(DasCanvas parent,
DasRow row)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DasRow |
addRow()
Deprecated.
|
DasRow |
addRow(double nposition)
Deprecated.
|
DasRow |
addRow(double nposition,
double weight)
Deprecated.
|
void |
deleteRow(DasRow row)
Deprecated.
|
double |
getPosition(DasRow row)
Deprecated.
|
java.util.List |
getRows()
Deprecated.
returns a copy of the List of the Row objects.
|
double |
getWeight(DasRow row)
Deprecated.
|
int |
rowCount()
Deprecated.
|
void |
setBottomMargin(double nmargin)
Deprecated.
|
void |
setInsideMargin(double n)
Deprecated.
|
void |
setTopMargin(double nmargin)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
DasRow |
whichRow(int y)
Deprecated.
|
public Leveler(DasCanvas parent)
public double getWeight(DasRow row)
public double getPosition(DasRow row)
public DasRow addRow(double nposition, double weight)
public DasRow addRow(double nposition)
public DasRow addRow()
public DasRow whichRow(int y)
public int rowCount()
public void deleteRow(DasRow row)
public void setInsideMargin(double n)
public void setTopMargin(double nmargin)
public void setBottomMargin(double nmargin)
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List getRows()