See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 | |
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 . |
Copyright © 2016. All rights reserved.