Uses of Interface
org.openjdk.jmc.common.unit.IScalarAffineTransform
-
Packages that use IScalarAffineTransform Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of IScalarAffineTransform in org.openjdk.jmc.common.unit
Classes in org.openjdk.jmc.common.unit that implement IScalarAffineTransform Modifier and Type Class Description classBinaryScaleFactorclassDecimalScaleFactorclassImpreciseScaleFactorQuick and dirtyScaleFactorimplementation.classLongPostOffsetTransformIScalarAffineTransformused as the inverse ofLongPreOffsetTransformto avoid losing the precision of the long offset.classLongPreOffsetTransformTransformthat adds an offset first and then multiplies with the multiplier.classLongScaleFactorShort termScaleFactorimplementation to improve custom units.classScaleFactorA linear transform, that is, a scale factor.classSimpleAffineTransformMethods in org.openjdk.jmc.common.unit that return IScalarAffineTransform Modifier and Type Method Description IScalarAffineTransformIScalarAffineTransform. concat(IScalarAffineTransform innerTransform)Concatenate this transform withinnerTransform, such that applying the resulting transform is equivalent to first applyinginnerTransformand then applying this transform on the resulting value.IScalarAffineTransformLongPostOffsetTransform. concat(IScalarAffineTransform innerTransform)IScalarAffineTransformLongPreOffsetTransform. concat(IScalarAffineTransform innerTransform)IScalarAffineTransformScaleFactor. concat(IScalarAffineTransform innerTransform)IScalarAffineTransformSimpleAffineTransform. concat(IScalarAffineTransform innerTransform)static IScalarAffineTransformSimpleAffineTransform. createWithNegPreOffset(double multiplier, Number negativeOffset)static IScalarAffineTransformSimpleAffineTransform. createWithPostOffset(double multiplier, Number offset)static IScalarAffineTransformSimpleAffineTransform. createWithPreOffset(double multiplier, Number offset)IScalarAffineTransformIScalarAffineTransform. invert()IScalarAffineTransformLongPostOffsetTransform. invert()IScalarAffineTransformLongPreOffsetTransform. invert()IScalarAffineTransformSimpleAffineTransform. invert()IScalarAffineTransformIScalarAffineTransform. invertAndConcat(IScalarAffineTransform innerTransform)Concatenate the inverse of this transform withinnerTransform, such that applying the resulting transform is equivalent to first applyinginnerTransformand then applying this inverse of this transform on the resulting value.IScalarAffineTransformLongPostOffsetTransform. invertAndConcat(IScalarAffineTransform innerTransform)IScalarAffineTransformLongPreOffsetTransform. invertAndConcat(IScalarAffineTransform innerTransform)IScalarAffineTransformScaleFactor. invertAndConcat(IScalarAffineTransform innerTransform)IScalarAffineTransformSimpleAffineTransform. invertAndConcat(IScalarAffineTransform innerTransform)IScalarAffineTransformIUnit. valueTransformTo(IUnit targetUnit)Get a transform for transforming numerical quantity values expressed in this unit to numerical quantity values expressed intargetUnit.IScalarAffineTransformTimestampUnit. valueTransformTo(TimestampUnit targetUnit)IScalarAffineTransformTypedUnit. valueTransformTo(IUnit targetUnit)abstract IScalarAffineTransformTypedUnit. valueTransformTo(U targetUnit)Get a transform for transforming numerical quantity values expressed in this unit to numerical quantity values expressed intargetUnit.Methods in org.openjdk.jmc.common.unit with parameters of type IScalarAffineTransform Modifier and Type Method Description protected ITypedQuantity<U>TypedUnit. addPossiblyIntegral(long numericalAugend, IScalarAffineTransform addendValueTransform, long numericalAddend)IScalarAffineTransformIScalarAffineTransform. concat(IScalarAffineTransform innerTransform)Concatenate this transform withinnerTransform, such that applying the resulting transform is equivalent to first applyinginnerTransformand then applying this transform on the resulting value.IScalarAffineTransformLongPostOffsetTransform. concat(IScalarAffineTransform innerTransform)IScalarAffineTransformLongPreOffsetTransform. concat(IScalarAffineTransform innerTransform)IScalarAffineTransformScaleFactor. concat(IScalarAffineTransform innerTransform)IScalarAffineTransformSimpleAffineTransform. concat(IScalarAffineTransform innerTransform)IScalarAffineTransformIScalarAffineTransform. invertAndConcat(IScalarAffineTransform innerTransform)Concatenate the inverse of this transform withinnerTransform, such that applying the resulting transform is equivalent to first applyinginnerTransformand then applying this inverse of this transform on the resulting value.IScalarAffineTransformLongPostOffsetTransform. invertAndConcat(IScalarAffineTransform innerTransform)IScalarAffineTransformLongPreOffsetTransform. invertAndConcat(IScalarAffineTransform innerTransform)IScalarAffineTransformScaleFactor. invertAndConcat(IScalarAffineTransform innerTransform)IScalarAffineTransformSimpleAffineTransform. invertAndConcat(IScalarAffineTransform innerTransform)
-