|
JRubik v0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.aeat.eett.plugins.chart.ConfiPlot
Field Summary | |
private java.awt.Color |
backgroundColor
The paint (color) used to fill the background of the plot. |
private ConfiAxis |
confiDomainAxis
|
private ConfiAxis |
confiRangeAxis
|
private static java.lang.String |
KEY_BACKGROUND_COLOR
|
private static java.lang.String |
KEY_CONFI_PLOT
|
private static java.lang.String |
KEY_INSERTS
|
private static java.lang.String |
KEY_OUTLINE_COLOR
|
private java.awt.Color |
outlineColor
The paint (color) used to draw the outline of the plot. |
private java.awt.Insets |
plotInsets
The insets for the plot. |
Constructor Summary | |
(package private) |
ConfiPlot()
|
Method Summary | |
(package private) java.awt.Color |
getBackgroundColor()
|
(package private) ConfiAxis |
getConfiDomainAxis()
|
(package private) ConfiAxis |
getConfiRangeAxis()
|
static java.lang.String |
getKEY_BACKGROUND_COLOR()
|
static java.lang.String |
getKEY_CONFI_PLOT()
|
static java.lang.String |
getKEY_INSERTS()
|
static java.lang.String |
getKEY_OUTLINE_COLOR()
|
(package private) java.awt.Color |
getOutlineColor()
|
(package private) java.awt.Insets |
getPlotInsets()
|
org.jdom.Element |
getRootElement()
|
void |
load(org.jfree.chart.JFreeChart chart)
Carga, guarda, la configuracion del grafico |
boolean |
loadRootElement(org.jdom.Element eRoot)
|
void |
restore(org.jfree.chart.JFreeChart chart)
Restaura, aplica, la configuracion al grafico; |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String KEY_CONFI_PLOT
private static final java.lang.String KEY_INSERTS
private static final java.lang.String KEY_OUTLINE_COLOR
private static final java.lang.String KEY_BACKGROUND_COLOR
private java.awt.Insets plotInsets
private java.awt.Color outlineColor
private java.awt.Color backgroundColor
private ConfiAxis confiDomainAxis
private ConfiAxis confiRangeAxis
Constructor Detail |
ConfiPlot()
Method Detail |
public boolean loadRootElement(org.jdom.Element eRoot)
loadRootElement
in interface Confi
public org.jdom.Element getRootElement()
getRootElement
in interface Confi
public void load(org.jfree.chart.JFreeChart chart)
Confi
load
in interface Confi
chart
- public void restore(org.jfree.chart.JFreeChart chart)
Confi
restore
in interface Confi
chart
- public static java.lang.String getKEY_CONFI_PLOT()
public static java.lang.String getKEY_BACKGROUND_COLOR()
public static java.lang.String getKEY_INSERTS()
public static java.lang.String getKEY_OUTLINE_COLOR()
java.awt.Color getBackgroundColor()
ConfiAxis getConfiDomainAxis()
ConfiAxis getConfiRangeAxis()
java.awt.Color getOutlineColor()
java.awt.Insets getPlotInsets()
|
JRubik v0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |