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 class
AlwaysPrePostDrawPolicy
Allows only composite objects to call {@link ColorMapper.preDraw(this)}, to avoid having all children re-initializing min/max score in the scenegraphclass
CompositeColorMapperUpdatePolicy
Allows only composite objects to call {@link ColorMapper.preDraw(this)}, to avoid having all children re-initializing min/max score in the scenegraphclass
DefaultColorMapperUpdatePolicy
Allows any object to call {@link ColorMapper.preDraw(this)}Fields in org.jzy3d.colors declared as IColorMapperUpdatePolicy Modifier and Type Field Description protected IColorMapperUpdatePolicy
OrderingStrategyScoreColorMapper. policy
Constructors in org.jzy3d.colors with parameters of type IColorMapperUpdatePolicy Constructor Description OrderingStrategyScoreColorMapper(IColorMap colormap, IColorMapperUpdatePolicy policy, Graph sceneGraph, Color factor)
-