es.aeat.eett.plugins.chart
Class ConfiMisc
java.lang.Object
es.aeat.eett.plugins.chart.ConfiMisc
- public class ConfiMisc
- extends java.lang.Object
- Author:
- f00992
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_CONFI_MISC
private static final java.lang.String KEY_CONFI_MISC
- See Also:
- Constant Field Values
KEY_ATTRIBUTE_SHOW_ROTATE
private static final java.lang.String KEY_ATTRIBUTE_SHOW_ROTATE
- See Also:
- Constant Field Values
KEY_ATTRIBUTE_ROTATE
private static final java.lang.String KEY_ATTRIBUTE_ROTATE
- See Also:
- Constant Field Values
KEY_ATTRIBUTE_WIDTH
private static final java.lang.String KEY_ATTRIBUTE_WIDTH
- See Also:
- Constant Field Values
KEY_ATTRIBUTE_HEIGHT
private static final java.lang.String KEY_ATTRIBUTE_HEIGHT
- See Also:
- Constant Field Values
KEY_ATTRIBUTE_TYPE_CHART
private static final java.lang.String KEY_ATTRIBUTE_TYPE_CHART
- See Also:
- Constant Field Values
KEY_ATTRIBUTE_SHOW_SLICER
private static final java.lang.String KEY_ATTRIBUTE_SHOW_SLICER
- See Also:
- Constant Field Values
KEY_ATTRIBUTE_SLICER_POSITION
private static final java.lang.String KEY_ATTRIBUTE_SLICER_POSITION
- See Also:
- Constant Field Values
KEY_ATTRIBUTE_SLICER_ALIGNMENT
private static final java.lang.String KEY_ATTRIBUTE_SLICER_ALIGNMENT
- See Also:
- Constant Field Values
DEFAULT_CHART_WIDTH
private static final int DEFAULT_CHART_WIDTH
- See Also:
- Constant Field Values
DEFAULT_CHART_HEIGHT
private static final int DEFAULT_CHART_HEIGHT
- See Also:
- Constant Field Values
DEFAULT_TYPE_CHART
private static final int DEFAULT_TYPE_CHART
- See Also:
- Constant Field Values
DEFAULT_FACTOR_ROTATE
private static final int DEFAULT_FACTOR_ROTATE
- See Also:
- Constant Field Values
showTickLabelRotate
private boolean showTickLabelRotate
tickLabelRotate
private int tickLabelRotate
width
private int width
height
private int height
typeChart
private int typeChart
showSlicer
private boolean showSlicer
slicerPosition
private int slicerPosition
slicerAlignment
private int slicerAlignment
slicerFont
private java.awt.Font slicerFont
ConfiMisc
public ConfiMisc()
loadRootElement
public boolean loadRootElement(org.jdom.Element eRoot)
getRootElement
public org.jdom.Element getRootElement()
restore
public void restore(org.jfree.chart.JFreeChart chart)
setRender
private void setRender(org.jfree.chart.JFreeChart chart)
buildSlicer
private java.lang.String buildSlicer()
throws java.lang.Exception
- build slicer text string
- Throws:
java.lang.Exception
equals
public boolean equals(java.lang.Object object)
copy
ConfiMisc copy()
copy
ConfiMisc copy(ConfiMisc confiMisc)
getDEFAULT_CHART_HEIGHT
public static int getDEFAULT_CHART_HEIGHT()
- Returns:
- Returns the dEFAULT_CHART_HEIGHT.
getDEFAULT_CHART_WIDTH
public static int getDEFAULT_CHART_WIDTH()
- Returns:
- Returns the dEFAULT_CHART_WIDTH.
getDEFAULT_FACTOR_ROTATE
static double getDEFAULT_FACTOR_ROTATE()
- Returns:
- Returns the dEFAULT_FACTOR_ROTATE.
getKEY_ATTRIBUTE_ROTATE
public static java.lang.String getKEY_ATTRIBUTE_ROTATE()
- Returns:
- Returns the kEY_ATTRIBUTE_ROTATE.
getKEY_ATTRIBUTE_HEIGHT
public static java.lang.String getKEY_ATTRIBUTE_HEIGHT()
- Returns:
- Returns the kEY_ATTRIBUTE_HEIGHT.
getKEY_ATTRIBUTE_WIDTH
public static java.lang.String getKEY_ATTRIBUTE_WIDTH()
- Returns:
- Returns the kEY_ATTRIBUTE_WIDTH.
getKEY_CONFI_MISC
public static java.lang.String getKEY_CONFI_MISC()
- Returns:
- Returns the kEY_CONFI_MISC.
getKEY_ATTRIBUTE_TYPE_CHART
public static java.lang.String getKEY_ATTRIBUTE_TYPE_CHART()
- Returns:
- Returns the kEY_ATTRIBUTE_TYPE_CHART.
isShowTickLabelRotate
public boolean isShowTickLabelRotate()
- Returns:
- Returns the showTickLabelRotate.
getTickLabelRotate
public int getTickLabelRotate()
- Returns:
- Returns the tickLabelRotate.
getHeight
public int getHeight()
- Returns:
- Returns the height.
getWidth
public int getWidth()
- Returns:
- Returns the width.
getTypeChart
public int getTypeChart()
- Returns:
- Returns the typeChart.
isShowSlicer
public boolean isShowSlicer()
- Returns:
- Returns the showSlicer.
setShowTickLabelRotate
void setShowTickLabelRotate(boolean showTickLabelRotate)
- Parameters:
showTickLabelRotate
- The showTickLabelRotate to set.
setTickLabelRotate
void setTickLabelRotate(int tickLabelRotate)
- Parameters:
tickLabelRotate
- The tickLabelRotate to set.
setHeight
void setHeight(int height)
- Parameters:
height
- The height to set.
setTypeChart
void setTypeChart(int typeChart)
- Parameters:
typeChart
- The typeChart to set.
setWidth
void setWidth(int width)
- Parameters:
width
- The width to set.
getSlicerFont
public java.awt.Font getSlicerFont()
- Returns:
- Returns the slicerFont.
setSlicerFont
public void setSlicerFont(java.awt.Font slicerFont)
- Parameters:
slicerFont
- The slicerFont to set.
getSlicerPosition
public int getSlicerPosition()
- Returns:
- Returns the slicerPosition.
setSlicerPosition
public void setSlicerPosition(int slicerPosition)
- Parameters:
slicerPosition
- The slicerPosition to set.
getSlicerAlignment
public int getSlicerAlignment()
- Returns:
- Returns the slicerAlignment.
setSlicerAlignment
public void setSlicerAlignment(int slicerAlignment)
- Parameters:
slicerAlignment
- The slicerAlignment to set.
setShowSlicer
void setShowSlicer(boolean showSlicer)
- Parameters:
showSlicer
- The showSlicer to set.
JRubik v0.6