com.atlassian.jira.charts.jfreechart.util
Class ChartDefaults

java.lang.Object
  extended by com.atlassian.jira.charts.jfreechart.util.ChartDefaults

public class ChartDefaults
extends Object

Collection of colors and defaults used in the charts

Since:
v4.0

Field Summary
static Color axisLabelColor
           
static Color axisLineColor
           
static Color BRIGHT_GREEN
           
static org.jfree.chart.plot.DrawingSupplier darkColorDrawingSupplier
           
static Color[] darkColors
           
static Font defaultFont
           
static Stroke defaultStroke
           
static Color DIRTY_RED
           
static Color GREEN
           
static Color GREEN_DIFF
           
static Color GREEN2
           
static Color gridLineColor
           
static Color legendTextColor
           
static Color LIGHT_ORANGE
           
static Color ORANGE_XY
           
static Color outlinePaintColor
           
static org.jfree.chart.axis.AxisLocation rangeAxisLocation
           
static Color RED
           
static Color RED_DIFF
           
static Font titleFont
           
static Color titleTextColor
           
static Color transparent
           
 
Constructor Summary
ChartDefaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rangeAxisLocation

public static final org.jfree.chart.axis.AxisLocation rangeAxisLocation

defaultFont

public static final Font defaultFont

titleFont

public static final Font titleFont

defaultStroke

public static final Stroke defaultStroke

axisLabelColor

public static Color axisLabelColor

axisLineColor

public static Color axisLineColor

legendTextColor

public static Color legendTextColor

titleTextColor

public static Color titleTextColor

gridLineColor

public static Color gridLineColor

outlinePaintColor

public static Color outlinePaintColor

transparent

public static Color transparent

GREEN

public static final Color GREEN

ORANGE_XY

public static final Color ORANGE_XY

LIGHT_ORANGE

public static final Color LIGHT_ORANGE

DIRTY_RED

public static final Color DIRTY_RED

RED

public static final Color RED

BRIGHT_GREEN

public static final Color BRIGHT_GREEN

GREEN2

public static final Color GREEN2

GREEN_DIFF

public static final Color GREEN_DIFF

RED_DIFF

public static final Color RED_DIFF

darkColors

public static final Color[] darkColors

darkColorDrawingSupplier

public static final org.jfree.chart.plot.DrawingSupplier darkColorDrawingSupplier
Constructor Detail

ChartDefaults

public ChartDefaults()


Copyright © 2002-2009 Atlassian. All Rights Reserved.