Interface DRIChartLegend

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRChartLegend

public interface DRIChartLegend extends Serializable

DRIChartLegend interface.

Author:
Ricardo Mariaca
  • Method Details

    • getColor

      Color getColor()

      getColor.

      Returns:
      a Color object.
    • getBackgroundColor

      Color getBackgroundColor()

      getBackgroundColor.

      Returns:
      a Color object.
    • getShowLegend

      Boolean getShowLegend()

      getShowLegend.

      Returns:
      a Boolean object.
    • getFont

      DRIFont getFont()

      getFont.

      Returns:
      a DRIFont object.
    • getPosition

      Position getPosition()

      getPosition.

      Returns:
      a Position object.