|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use ChartTitle | |
|---|---|
| com.inet.report | Provides all classes and interfaces for the i-net Clear Reports Java reporting engine, the ReportServlet, the standalone Listener and the Runtime Design Component (RDC). |
| com.inet.report.chart | Provides all classes for the i-net Clear Reports chart. |
| com.inet.report.chart.axis | Provides all classes and interfaces for the i-net Clear Reports chart axes. |
| Uses of ChartTitle in com.inet.report |
|---|
| Fields in com.inet.report declared as ChartTitle | |
|---|---|
static ChartTitle |
Chart2.DEFAULT_FOOTNOTE_TITLE
the default font and color properties of footnote title of chart. |
static ChartTitle |
Chart2.DEFAULT_HEADER_TITLE
The default font and color properties of header title of chart. |
static ChartTitle |
Chart2.DEFAULT_SUBTITLE_TITLE
the default font and color properties of subtitle title of chart. |
| Methods in com.inet.report that return ChartTitle | |
|---|---|
ChartTitle |
Chart2.getFootnote()
Returns the footnote of this chart. |
ChartTitle |
Chart2.getHeaderTitle()
Returns the header title of this chart. |
ChartTitle |
Chart2.getSubtitle()
Returns the sub title of this chart. |
| Methods in com.inet.report with parameters of type ChartTitle | |
|---|---|
void |
Chart2.setFootnote(ChartTitle footnote)
Sets the footnote of this chart. |
void |
Chart2.setHeaderTitle(ChartTitle headerTitle)
Sets the header title of this chart. |
void |
Chart2.setSubtitle(ChartTitle subtitle)
Sets the sub title of this chart. |
| Uses of ChartTitle in com.inet.report.chart |
|---|
| Methods in com.inet.report.chart that return ChartTitle | |
|---|---|
ChartTitle |
ChartTitle.clone()
|
| Methods in com.inet.report.chart with parameters of type ChartTitle | |
|---|---|
boolean |
ChartTitle.isEqualToDefault(ChartTitle defaultTitle)
Returns true if this title is equal to default. |
| Uses of ChartTitle in com.inet.report.chart.axis |
|---|
| Fields in com.inet.report.chart.axis declared as ChartTitle | |
|---|---|
static ChartTitle |
BaseAxis.DEFAULT_TITLE
Default title of this axis. |
| Methods in com.inet.report.chart.axis that return ChartTitle | |
|---|---|
ChartTitle |
BaseAxis.getTitle()
Gets the title of this axis |
| Methods in com.inet.report.chart.axis with parameters of type ChartTitle | |
|---|---|
void |
BaseAxis.setTitle(ChartTitle title)
Sets the title of this axis. |
|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||