ilog.views.maps.graphic.style
Interface IlvColorEncoder

All Superinterfaces:
IlvPersistentObject
All Known Implementing Classes:
IlvDoubleIntervalColorModel, IlvEnumerationColorModel

public interface IlvColorEncoder
extends IlvPersistentObject

The IlvColorEncoder interface is used by color models in an IlvColorAttributeFilter object.

Since:
JViews 8.1

Method Summary
 int getValueRGB(Object value)
          Encodes a graphical object meta data into a color.
 
Methods inherited from interface ilog.views.io.IlvPersistentObject
write
 

Method Detail

getValueRGB

int getValueRGB(Object value)
Encodes a graphical object meta data into a color.

Parameters:
value - The metadata to encode.
Returns:
The RGB value encoded to a ColorModel.getRGBdefault() color model.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.