| java.util.HashMap de.progra.charting.render.ChartRenderingHints
ChartRenderingHints | public class ChartRenderingHints extends java.util.HashMap (Code) | | This class contains the set of rendering options for a renderer.
It extends RenderingHints to provide specific rendering options
for fonts, colors etc.
author: mueller version: 1.0 |
LEGEND_COLORBOX_KEY | final public static Object LEGEND_COLORBOX_KEY(Code) | | the key constant for the Legend's colorbox
|
LEGEND_FONT_KEY | final public static Object LEGEND_FONT_KEY(Code) | | the key constant for the Legend font
|
LEGEND_ROWCOLORS_KEY | final public static Object LEGEND_ROWCOLORS_KEY(Code) | | the key constant for the Legend's RowColorModel
|
TITLE_FONT_KEY | final public static Object TITLE_FONT_KEY(Code) | | the key constant for the Title font
|
TITLE_STRING_KEY | final public static Object TITLE_STRING_KEY(Code) | | the key constant for the Title String
|
ChartRenderingHints | public ChartRenderingHints()(Code) | | Creates new ChartRenderingHints
|
|
|