Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfor.jfor.converter
Interface FoColorConverter.IColorDecoder  view FoColorConverter.IColorDecoder download FoColorConverter.IColorDecoder.java

All Known Implementing Classes:
FoColorConverter.HexColorDecoder, FoColorConverter.NamedColorDecoder, FoColorConverter.RgbColorDecoder
Enclosing interface:
FoColorConverter

static interface FoColorConverter.IColorDecoder

interface for various types of color decoders


Method Summary
 java.lang.Integer getRtfColorNumber(java.lang.String xslFoColor, ConverterLogChannel log)
          Convert xslFoColor into an RTF color index.
 

Method Detail

getRtfColorNumber

public java.lang.Integer getRtfColorNumber(java.lang.String xslFoColor,
                                           ConverterLogChannel log)
Convert xslFoColor into an RTF color index.