MCPcopy Create free account
hub / github.com/rambaut/figtree / transform

Method transform

src/figtree/treeviewer/ScaleAxis.java:102–104  ·  view source on GitHub ↗

Transform a value

(double value)

Source from the content-addressed store, hash-verified

100 * Transform a value
101 */
102 public double transform(double value) {
103 return value; // a linear transform !
104 }
105
106 /**
107 * Untransform a value

Callers 4

scaleValueMethod · 0.95
drawTreeMethod · 0.45
calculateTransformMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected