es.aeat.eett.plugins.chart
Class ConfiOther
java.lang.Object
es.aeat.eett.plugins.chart.ConfiOther
- All Implemented Interfaces:
- Confi
- class ConfiOther
- extends java.lang.Object
- implements Confi
- Author:
- f00992
Constructor Summary |
(package private) |
ConfiOther()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_CONFI_OTHER
private static final java.lang.String KEY_CONFI_OTHER
- See Also:
- Constant Field Values
KEY_SHOW_ANTIALIAS
private static final java.lang.String KEY_SHOW_ANTIALIAS
- See Also:
- Constant Field Values
antiAlias
private boolean antiAlias
backgroundColor
private java.awt.Color backgroundColor
ConfiOther
ConfiOther()
loadRootElement
public boolean loadRootElement(org.jdom.Element eRoot)
- Specified by:
loadRootElement
in interface Confi
getRootElement
public org.jdom.Element getRootElement()
- Specified by:
getRootElement
in interface Confi
load
public void load(org.jfree.chart.JFreeChart chart)
- Description copied from interface:
Confi
- Carga, guarda, la configuracion del grafico
- Specified by:
load
in interface Confi
- Parameters:
chart
-
restore
public void restore(org.jfree.chart.JFreeChart chart)
- Description copied from interface:
Confi
- Restaura, aplica, la configuracion al grafico;
- Specified by:
restore
in interface Confi
- Parameters:
chart
-
getKEY_CONFI_OTHER
public static java.lang.String getKEY_CONFI_OTHER()
- Returns:
- Returns the kEY_CONFI_OTHER.
getKEY_SHOW_ANTIALIAS
public static java.lang.String getKEY_SHOW_ANTIALIAS()
- Returns:
- Returns the kEY_SHOW_ANTIALIAS.
isAntiAlias
boolean isAntiAlias()
- Returns:
- Returns the antiAlias.
setAntiAlias
void setAntiAlias(boolean antiAlias)
- Parameters:
antiAlias
- The antiAlias to set.
getBackgroundColor
java.awt.Color getBackgroundColor()
- Returns:
- Returns the backgroundColor.
setBackgroundColor
void setBackgroundColor(java.awt.Color backgroundColor)
- Parameters:
backgroundColor
- The backgroundColor to set.
JRubik v0.6