|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.report.FixedSeriesBarChartColumnInfo
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private int |
fixedPadding
|
private static String |
RESOURCE
|
private Color[] |
seriesColors
|
private int |
seriesMargin
|
Constructor Summary | |
FixedSeriesBarChartColumnInfo(int a_fixedPadding,
int a_seriesMargin,
Color[] a_seriesColors)
Supported API: false |
Method Summary | |
private void |
fixedPaddingValidate(int a_FixedPadding)
|
Color |
getColor(int a_columnIndex)
Return the column's color. |
int |
getFixedPadding()
Gets the value of the attribute: fixedPadding; Fixed padding. |
int |
getFixedPadding(int a_columnIndex)
Return the column's fixed padding. |
String |
getHeading(TableModel a_dataModel,
int a_rowIndex,
Locale a_locale)
Returns a heading for the column. |
int |
getHeadingSpan(TableModel a_dataModel,
int a_rowIndex)
Returnsthe number of rows/columns that this heading spans. |
int |
getLeftMargin(int a_columnIndex)
Return the column's left margin. |
int |
getRightMargin(int a_columnIndex)
Return the column's right margin. |
Color[] |
getSeriesColors()
Gets the value of the attribute: seriesColors; Series colors. |
int |
getSeriesMargin()
Gets the value of the attribute: seriesMargin; Series margin. |
private void |
seriesColorsValidate(Color[] a_SeriesColors)
|
private void |
seriesMarginValidate(int a_SeriesMargin)
|
void |
setFixedPadding(int a_FixedPadding)
Sets the value of the attribute: fixedPadding; Fixed padding. |
void |
setSeriesColors(Color[] a_SeriesColors)
Sets the value of the attribute: seriesColors; Series colors. |
void |
setSeriesMargin(int a_SeriesMargin)
Sets the value of the attribute: seriesMargin; Series margin. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private int fixedPadding
private int seriesMargin
private Color[] seriesColors
Constructor Detail |
public FixedSeriesBarChartColumnInfo(int a_fixedPadding, int a_seriesMargin, Color[] a_seriesColors) throws WTPropertyVetoException
a_fixedPadding
- a_seriesMargin
- a_seriesColors
-
WTPropertyVetoException
Method Detail |
public int getFixedPadding()
public void setFixedPadding(int a_FixedPadding) throws WTPropertyVetoException
a_FixedPadding
-
WTPropertyVetoException
private void fixedPaddingValidate(int a_FixedPadding) throws WTPropertyVetoException
a_FixedPadding
-
WTPropertyVetoException
public int getSeriesMargin()
public void setSeriesMargin(int a_SeriesMargin) throws WTPropertyVetoException
a_SeriesMargin
-
WTPropertyVetoException
private void seriesMarginValidate(int a_SeriesMargin) throws WTPropertyVetoException
a_SeriesMargin
-
WTPropertyVetoException
public Color[] getSeriesColors()
public void setSeriesColors(Color[] a_SeriesColors) throws WTPropertyVetoException
a_SeriesColors
-
WTPropertyVetoException
private void seriesColorsValidate(Color[] a_SeriesColors) throws WTPropertyVetoException
a_SeriesColors
-
WTPropertyVetoException
public int getFixedPadding(int a_columnIndex) throws WTException
getFixedPadding
in interface BarChartColumnInfo
a_columnIndex
- Column index to use to retrive the information.
WTException
public int getLeftMargin(int a_columnIndex) throws WTException
getLeftMargin
in interface BarChartColumnInfo
a_columnIndex
- Column index to use to retrive the information.
WTException
public int getRightMargin(int a_columnIndex) throws WTException
getRightMargin
in interface BarChartColumnInfo
a_columnIndex
- Column index to use to retrive the information.
WTException
public Color getColor(int a_columnIndex) throws WTException
getColor
in interface BarChartColumnInfo
a_columnIndex
- Column index to use to retrive the information.
WTException
public String getHeading(TableModel a_dataModel, int a_rowIndex, Locale a_locale) throws WTException
getHeading
in interface BarChartColumnInfo
a_dataModel
- Data model to use in generating the heading.a_rowIndex
- Row index to use for generating the heading.a_locale
- Locale to use in generating the heading.
WTException
public int getHeadingSpan(TableModel a_dataModel, int a_rowIndex) throws WTException
getHeadingSpan
in interface BarChartColumnInfo
a_dataModel
- Data model to use in generating the heading span.a_rowIndex
- Row index to use for generating the heading span.
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |