Package org.jzy3d.colors

The Color package provide tools for mapping colors on graphical objects in two and three dimensions

See:
          Description

Interface Summary
IColorMappable ColorMappable interface.
IColorMapperUpdatePolicy  
IMultiColorable IMultiColorable objects may have several colors interpolated between each of their individual points colors.
ISingleColorable ISingleColorable objects have a single plain color and a must define a setter for it.
 

Class Summary
AlwaysPrePostDrawPolicy Allows only composite objects to call ColorMapper.preDraw(this), to avoid having all children re-initializing min/max score in the scenegraph
Color Color interface.
ColorAWT Color interface.
ColorMapper A ColorMapper uses a IColorMap to process a color for a given Coord3d.
CompositeColorMapperUpdatePolicy Allows only composite objects to call ColorMapper.preDraw(this), to avoid having all children re-initializing min/max score in the scenegraph
DefaultColorMapperUpdatePolicy Allows any object to call ColorMapper.preDraw(this)
OrderingScoreColormapper  
OrderingStrategyScoreColorMapper A ColorMapper able to compute a coordinate color according to its score computed by the current Graph's AbstractOrderingStrategy.
 

Package org.jzy3d.colors Description

The Color package provide tools for mapping colors on graphical objects in two and three dimensions.



Copyright © 2013. All rights reserved.