|
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.ConfiTitle
Field Summary | |
(package private) static java.lang.String |
KEY_CONFI_TITLE
|
(package private) static java.lang.String |
KEY_SHOW_TITLE
|
(package private) static java.lang.String |
KEY_TITLE
|
private boolean |
showTitle
Whether or not to display the title on the chart. |
private java.lang.String |
title
The title to set. |
private java.awt.Color |
titleColor
The paint (color) used to draw the title. |
private java.awt.Font |
titleFont
The font used to draw the title. |
Constructor Summary | |
(package private) |
ConfiTitle()
|
Method Summary | |
org.jdom.Element |
getRootElement()
|
(package private) java.lang.String |
getTitle()
|
(package private) java.awt.Color |
getTitleColor()
|
(package private) java.awt.Font |
getTitleFont()
|
(package private) boolean |
isShowTitle()
|
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; |
(package private) void |
setShowTitle(boolean showTitle)
|
(package private) void |
setTitle(java.lang.String title)
|
(package private) void |
setTitleColor(java.awt.Color titleColor)
|
(package private) void |
setTitleFont(java.awt.Font titleFont)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final java.lang.String KEY_CONFI_TITLE
static final java.lang.String KEY_SHOW_TITLE
static final java.lang.String KEY_TITLE
private boolean showTitle
private java.lang.String title
private java.awt.Font titleFont
private java.awt.Color titleColor
Constructor Detail |
ConfiTitle()
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
- boolean isShowTitle()
void setShowTitle(boolean showTitle)
showTitle
- The showTitle to set.java.lang.String getTitle()
void setTitle(java.lang.String title)
title
- The title to set.java.awt.Color getTitleColor()
void setTitleColor(java.awt.Color titleColor)
titleColor
- The titleColor to set.java.awt.Font getTitleFont()
void setTitleFont(java.awt.Font titleFont)
titleFont
- The titleFont to set.
|
JRubik v0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |