|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
com.approximatrix.charting.render.ChartRenderingHints
public class ChartRenderingHints
This class contains the set of rendering options for a renderer. It extends RenderingHints to provide specific rendering options for fonts, colors etc.
| 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 |
|---|
public static final java.lang.Object TITLE_STRING_KEY
public static final java.lang.Object TITLE_FONT_KEY
public static final java.lang.Object LEGEND_FONT_KEY
public static final java.lang.Object LEGEND_COLORBOX_KEY
public static final java.lang.Object LEGEND_ROWCOLORS_KEY
| Constructor Detail |
|---|
public ChartRenderingHints()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||