com.googlecode.wickedcharts.highcharts.options.color
Class SimpleColor

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.color.ColorReference
      extended by com.googlecode.wickedcharts.highcharts.options.color.SimpleColor
All Implemented Interfaces:
Nullable, Serializable

public class SimpleColor
extends ColorReference

A simple ColorReference defined by a Color object.

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
Serialized Form

Constructor Summary
SimpleColor(Color color)
           
 
Method Summary
protected  ColorReference copy()
           
 Color getColor()
           
 SimpleColor setColor(Color color)
           
 
Methods inherited from class com.googlecode.wickedcharts.highcharts.options.color.ColorReference
brighten, getBrightness, isNull, setBrightness
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleColor

public SimpleColor(Color color)
Method Detail

copy

protected ColorReference copy()
Specified by:
copy in class ColorReference

getColor

public Color getColor()

setColor

public SimpleColor setColor(Color color)


Copyright © 2013. All Rights Reserved.