org.das2.graph
Class Leveler
java.lang.Object
org.das2.graph.Leveler
public class Leveler
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Leveler
public Leveler(DasCanvas parent)
Leveler
public Leveler(DasCanvas parent,
DasRow row)
getWeight
public double getWeight(DasRow row)
getPosition
public double getPosition(DasRow row)
addRow
public DasRow addRow(double nposition,
double weight)
addRow
public DasRow addRow(double nposition)
addRow
public DasRow addRow()
whichRow
public DasRow whichRow(int y)
rowCount
public int rowCount()
deleteRow
public void deleteRow(DasRow row)
setInsideMargin
public void setInsideMargin(double n)
setTopMargin
public void setTopMargin(double nmargin)
setBottomMargin
public void setBottomMargin(double nmargin)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getRows
public java.util.List getRows()
- returns a copy of the List of the Row objects.