Package com.treemap
Class ScaleFactory
java.lang.Object
com.treemap.ScaleFactory
Factory class for accessing predefined scaling schemes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Scale
Returns the absolute value.static final Scale
Returns Euler's number e raised to the power of the value.static final Scale
Returns the value raised to the power of 10.static final Scale
Returns the inverse (1 / x) of the value.static final Scale
Returns the natural logarithm (base e) of the value.static final Scale
Returns the natural logarithm of the sum of the argument and 1.static final Scale
Return the inverse value on its range (max - x)static final Scale
Return the translated value x - Min.static final Scale
Do not scale the value.static final Scale
Return the value plus 1. -
Method Summary
-
Field Details
-
ORIGINAL
Do not scale the value. -
ABS
Returns the absolute value. -
EXP10
Returns the value raised to the power of 10. -
EXP
Returns Euler's number e raised to the power of the value. -
INVERSE
Returns the inverse (1 / x) of the value. -
LOG
Returns the natural logarithm (base e) of the value. -
LOG1P
Returns the natural logarithm of the sum of the argument and 1. -
MIN
Return the translated value x - Min. -
MAX
Return the inverse value on its range (max - x) -
XPLUS1
Return the value plus 1.
-
-
Method Details
-
getInstance
-
add
-
getDefault
-
getScales
-
get
-