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, java.io.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 java.util.List desert()
           
static java.util.List googleAnalytics()
           
static java.util.List justAnotherColorScheme()
           
static java.util.List msOfficePurples()
           
static java.util.List pale()
           
static java.util.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 java.util.List pale()

msOfficePurples

public static java.util.List msOfficePurples()

simpleColors

public static java.util.List simpleColors()

desert

public static java.util.List desert()

justAnotherColorScheme

public static java.util.List justAnotherColorScheme()

googleAnalytics

public static java.util.List googleAnalytics()


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