org.apache.batik.css.value
Interface SystemColorResolver.Color

All Known Implementing Classes:
DefaultSystemColorResolver.SystemColorWrapper
Enclosing class:
SystemColorResolver

public static interface SystemColorResolver.Color

To Store a CSS RGB color.


Method Summary
 int getBlue()
          Returns the blue component.
 int getGreen()
          Returns the green component.
 int getRed()
          Returns the red component.
 

Method Detail

getRed

public int getRed()
Returns the red component.

getGreen

public int getGreen()
Returns the green component.

getBlue

public int getBlue()
Returns the blue component.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.