org.apache.fop.dom.css
Class RGBColorImpl


public class RGBColorImpl
implements RGBColor


Field Summary
 (package private) CSSPrimitiveValueblue
           
 (package private) CSSPrimitiveValuegreen
           
 (package private) CSSPrimitiveValuered
           

Constructor Summary
RGBColorImpl(float r, float g, float b)
           

Method Summary
 CSSPrimitiveValuegetBlue()
           
 CSSPrimitiveValuegetGreen()
           
 CSSPrimitiveValuegetRed()
           

Field Detail

blue

CSSPrimitiveValue blue

green

CSSPrimitiveValue green

red

CSSPrimitiveValue red
Constructor Detail

RGBColorImpl

public RGBColorImpl(float r, float g, float b)
Method Detail

getBlue

public CSSPrimitiveValue getBlue()

getGreen

public CSSPrimitiveValue getGreen()

getRed

public CSSPrimitiveValue getRed()