Uses of Interface
org.jzy3d.colors.IColorMapperUpdatePolicy
-
Packages that use IColorMapperUpdatePolicy Package Description org.jzy3d.colors -
-
Uses of IColorMapperUpdatePolicy in org.jzy3d.colors
Classes in org.jzy3d.colors that implement IColorMapperUpdatePolicy Modifier and Type Class Description classAlwaysPrePostDrawPolicyAllows only composite objects to call {@link ColorMapper.preDraw(this)}, to avoid having all children re-initializing min/max score in the scenegraphclassCompositeColorMapperUpdatePolicyAllows only composite objects to call {@link ColorMapper.preDraw(this)}, to avoid having all children re-initializing min/max score in the scenegraphclassDefaultColorMapperUpdatePolicyAllows any object to call {@link ColorMapper.preDraw(this)}Fields in org.jzy3d.colors declared as IColorMapperUpdatePolicy Modifier and Type Field Description protected IColorMapperUpdatePolicyOrderingStrategyScoreColorMapper. policyConstructors in org.jzy3d.colors with parameters of type IColorMapperUpdatePolicy Constructor Description OrderingStrategyScoreColorMapper(IColorMap colormap, IColorMapperUpdatePolicy policy, Graph sceneGraph, Color factor)
-