Method Summary |
|
public int | getChartPadding() Returns the padding between chart plot and the Legend. |
public int | getColumnPadding() Returns the padding between label columns. |
public int | getIconLineStrokeLength() Returns the iconLineStrokeLength. |
public int | getIconPadding() |
public int | getNumColumns() Gets the number of text columns the legend should display. |
public int | getPlacement() Returns where the Legend should be drawn in relation to the Chart. |
public int | getRowPadding() Returns the padding between labels in each row. |
public void | setChartPadding(int chartPadding) Sets the padding between chart plot and the Legend. |
public void | setColumnPadding(int columnPadding) Sets the padding between label columns, in pixels. |
public void | setIconLineStrokeLength(int iconLineStrokeLength) Sets the iconLineStrokeLength. |
public void | setIconPadding(int iconPadding) Sets the padding between the icon and the Label, in pixels. |
public void | setNumColumns(int numColumns) Sets the number of text columns the legend should display. |
public void | setPlacement(int placementConstant) Sets where the Legend should be drawn in relation to the Chart. |
public void | setRowPadding(int rowPadding) Sets the padding between labels in each row, in pixels. |
public void | toHTML(HTMLGenerator htmlGenerator) Enables the testing routines to display the contents of this Object. |