|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpal.tree.TreeOperation.Utils
public static final class TreeOperation.Utils
Utility class
| Constructor Summary | |
|---|---|
TreeOperation.Utils()
|
|
| Method Summary | |
|---|---|
static TreeOperation |
createPipeline(TreeOperation first,
TreeOperation second)
Creates a tree operation that first applies one tree operation and then applies a second operation to get it's result |
static TreeOperation |
createScale(double scaleFactor,
int resultingUnits)
Create a tree operation that scales the input tree and changes the units |
static TreeOperation |
getNoOperation()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeOperation.Utils()
| Method Detail |
|---|
public static final TreeOperation createScale(double scaleFactor,
int resultingUnits)
scaleFactor - The scaling to be doneresultingUnits - The new units
public static final TreeOperation createPipeline(TreeOperation first,
TreeOperation second)
first - the first operation to applysecond - the operation to apply on the result of the first
public static final TreeOperation getNoOperation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||