com.approximatrix.charting.render
Class ChartRenderingHints

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by com.approximatrix.charting.render.ChartRenderingHints
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class ChartRenderingHints
extends java.util.HashMap

This class contains the set of rendering options for a renderer. It extends RenderingHints to provide specific rendering options for fonts, colors etc.

Version:
1.0
Author:
mueller
See Also:
Serialized Form

Field Summary
static java.lang.Object LEGEND_COLORBOX_KEY
          the key constant for the Legend's colorbox
static java.lang.Object LEGEND_FONT_KEY
          the key constant for the Legend font
static java.lang.Object LEGEND_ROWCOLORS_KEY
          the key constant for the Legend's RowColorModel
static java.lang.Object TITLE_FONT_KEY
          the key constant for the Title font
static java.lang.Object TITLE_STRING_KEY
          the key constant for the Title String
 
Constructor Summary
ChartRenderingHints()
          Creates new ChartRenderingHints
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

TITLE_STRING_KEY

public static final java.lang.Object TITLE_STRING_KEY
the key constant for the Title String


TITLE_FONT_KEY

public static final java.lang.Object TITLE_FONT_KEY
the key constant for the Title font


LEGEND_FONT_KEY

public static final java.lang.Object LEGEND_FONT_KEY
the key constant for the Legend font


LEGEND_COLORBOX_KEY

public static final java.lang.Object LEGEND_COLORBOX_KEY
the key constant for the Legend's colorbox


LEGEND_ROWCOLORS_KEY

public static final java.lang.Object LEGEND_ROWCOLORS_KEY
the key constant for the Legend's RowColorModel

Constructor Detail

ChartRenderingHints

public ChartRenderingHints()
Creates new ChartRenderingHints