ar.com.fdvs.dj.domain
Class DJChartColors

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.DJChartColors
All Implemented Interfaces:
Entity, Serializable

public class DJChartColors
extends DJBaseElement

Some color templates to be used by charts.

Author:
msimone
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
DJChartColors()
           
 
Method Summary
static List desert()
           
static List googleAnalytics()
           
static List justAnotherColorScheme()
           
static List msOfficePurples()
           
static List pale()
           
static List simpleColors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DJChartColors

public DJChartColors()
Method Detail

pale

public static List pale()

msOfficePurples

public static List msOfficePurples()

simpleColors

public static List simpleColors()

desert

public static List desert()

justAnotherColorScheme

public static List justAnotherColorScheme()

googleAnalytics

public static List googleAnalytics()


Copyright © 2006-2009 FDV Solutions. All Rights Reserved.