JRubik v0.6

es.aeat.eett.plugins.chart
Class ConfiPlot

java.lang.Object
  extended byes.aeat.eett.plugins.chart.ConfiPlot
All Implemented Interfaces:
Confi

class ConfiPlot
extends java.lang.Object
implements Confi

Author:
f00992

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

KEY_CONFI_PLOT

private static final java.lang.String KEY_CONFI_PLOT
See Also:
Constant Field Values

KEY_INSERTS

private static final java.lang.String KEY_INSERTS
See Also:
Constant Field Values

KEY_OUTLINE_COLOR

private static final java.lang.String KEY_OUTLINE_COLOR
See Also:
Constant Field Values

KEY_BACKGROUND_COLOR

private static final java.lang.String KEY_BACKGROUND_COLOR
See Also:
Constant Field Values

plotInsets

private java.awt.Insets plotInsets
The insets for the plot.


outlineColor

private java.awt.Color outlineColor
The paint (color) used to draw the outline of the plot.


backgroundColor

private java.awt.Color backgroundColor
The paint (color) used to fill the background of the plot.


confiDomainAxis

private ConfiAxis confiDomainAxis

confiRangeAxis

private ConfiAxis confiRangeAxis
Constructor Detail

ConfiPlot

ConfiPlot()
Method Detail

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_PLOT

public static java.lang.String getKEY_CONFI_PLOT()
Returns:
Returns the kEY_CONFI_PLOT.

getKEY_BACKGROUND_COLOR

public static java.lang.String getKEY_BACKGROUND_COLOR()
Returns:
Returns the kEY_BACKGROUND_COLOR.

getKEY_INSERTS

public static java.lang.String getKEY_INSERTS()
Returns:
Returns the kEY_INSERTS.

getKEY_OUTLINE_COLOR

public static java.lang.String getKEY_OUTLINE_COLOR()
Returns:
Returns the kEY_OUTLINE_COLOR.

getBackgroundColor

java.awt.Color getBackgroundColor()
Returns:
Returns the backgroundColor.

getConfiDomainAxis

ConfiAxis getConfiDomainAxis()
Returns:
Returns the confiDomainAxis.

getConfiRangeAxis

ConfiAxis getConfiRangeAxis()
Returns:
Returns the confiRangeAxis.

getOutlineColor

java.awt.Color getOutlineColor()
Returns:
Returns the outlineColor.

getPlotInsets

java.awt.Insets getPlotInsets()
Returns:
Returns the plotInsets.

JRubik v0.6

JRubik v0.6