org.apache.batik.css.value
Class ColorFactory.SystemRGBColorFactory

java.lang.Object
  |
  +--org.apache.batik.css.value.ColorFactory.SystemRGBColorFactory
All Implemented Interfaces:
ColorFactory.RGBColorFactory
Enclosing class:
ColorFactory

protected class ColorFactory.SystemRGBColorFactory
extends java.lang.Object
implements ColorFactory.RGBColorFactory

The simple rgb color factory.


Field Summary
protected  SystemColorResolver.Color color
          The system color.
 
Constructor Summary
ColorFactory.SystemRGBColorFactory(SystemColorResolver.Color c)
          Creates a new factory.
 
Method Summary
 ImmutableValue create()
          Creates the color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

protected SystemColorResolver.Color color
The system color.
Constructor Detail

ColorFactory.SystemRGBColorFactory

public ColorFactory.SystemRGBColorFactory(SystemColorResolver.Color c)
Creates a new factory.
Method Detail

create

public ImmutableValue create()
Creates the color.
Specified by:
create in interface ColorFactory.RGBColorFactory


Copyright © 2001 Apache Software Foundation. All Rights Reserved.