Uses of Class
org.gephi.appearance.api.Interpolator
-
Packages that use Interpolator Package Description org.gephi.appearance org.gephi.appearance.api -
-
Uses of Interpolator in org.gephi.appearance
Fields in org.gephi.appearance declared as Interpolator Modifier and Type Field Description static InterpolatorRankingImpl. DEFAULT_INTERPOLATORprotected InterpolatorRankingImpl. interpolatorMethods in org.gephi.appearance that return Interpolator Modifier and Type Method Description InterpolatorAttributeFunctionImpl. getInterpolator()InterpolatorGraphFunctionImpl. getInterpolator()InterpolatorRankingImpl. getInterpolator()Methods in org.gephi.appearance with parameters of type Interpolator Modifier and Type Method Description floatRankingImpl. normalize(Number value, Interpolator interpolator, Number minValue, Number maxValue)voidAttributeFunctionImpl. setInterpolator(Interpolator interpolator)voidGraphFunctionImpl. setInterpolator(Interpolator interpolator)voidRankingImpl. setInterpolator(Interpolator interpolator)protected voidAppearanceModelPersistenceProvider. writeInterpolator(XMLStreamWriter writer, Interpolator interpolator) -
Uses of Interpolator in org.gephi.appearance.api
Subclasses of Interpolator in org.gephi.appearance.api Modifier and Type Class Description static classInterpolator.BezierInterpolatorBezier curve interpolator.Fields in org.gephi.appearance.api declared as Interpolator Modifier and Type Field Description static InterpolatorInterpolator. LINEARLinear interpolationx = interpolate(x)static InterpolatorInterpolator. LOG2Log2 interpolationMath.log(1 + x)/Math.log(2) = interpolate(x)Methods in org.gephi.appearance.api that return Interpolator Modifier and Type Method Description InterpolatorRankingFunction. getInterpolator()Returns the interpolator.static InterpolatorInterpolator. newBezierInterpolator(float px1, float py1, float px2, float py2)Builds a bezier interpolator with two control points (px1, py1) and (px2, py2).Methods in org.gephi.appearance.api with parameters of type Interpolator Modifier and Type Method Description floatRanking. normalize(Number value, Interpolator interpolator, Number minValue, Number maxValue)Normalizes the given value with the interpolator.voidRankingFunction. setInterpolator(Interpolator interpolator)Sets the interpolator for this function.
-