|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.bioinfweb.treegraph.document.undo.DocumentEdit
info.bioinfweb.treegraph.document.undo.ComplexDocumentEdit
info.bioinfweb.treegraph.document.undo.edit.RescaleNodeDataEdit
public class RescaleNodeDataEdit
Field Summary | |
---|---|
private NodeBranchDataAdapter |
adapter
|
private double |
addend
|
private double |
factor
|
Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
---|
document |
Constructor Summary | |
---|---|
RescaleNodeDataEdit(Document document,
NodeBranchDataAdapter adapter,
double factor,
double addend)
|
Method Summary | |
---|---|
String |
getPresentationName()
|
protected void |
performRedo()
|
void |
rescale(Node root)
|
Methods inherited from class info.bioinfweb.treegraph.document.undo.ComplexDocumentEdit |
---|
findEquivilant, findEquivilant, redo, undo |
Methods inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
---|
addEdit, canRedo, canUndo, die, getIsSubedit, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, setIsSubedit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private NodeBranchDataAdapter adapter
private double factor
private double addend
Constructor Detail |
---|
public RescaleNodeDataEdit(Document document, NodeBranchDataAdapter adapter, double factor, double addend)
Method Detail |
---|
public void rescale(Node root)
protected void performRedo()
performRedo
in class ComplexDocumentEdit
public String getPresentationName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |