fr.janalyse.series.view

SimpleChart

class SimpleChart extends Chart with ChartUsingJFreeChart

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleChart
  2. ChartUsingJFreeChart
  3. Chart
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleChart(seriesList: Iterable[Series[Cell]], title: Option[String] = scala.None)(implicit chartConfig: ChartConfig)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val basicStroke: BasicStroke

    Definition Classes
    ChartUsingJFreeChart
  8. implicit val chartConfig: ChartConfig

    Definition Classes
    SimpleChartChartUsingJFreeChartChart
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val colorPool: ColorPool

    Attributes
    protected
    Definition Classes
    ChartUsingJFreeChart
  11. def colors(): Map[Series[Cell], Color]

    returns series chosen colors

    returns series chosen colors

    returns

    series, color map

    Definition Classes
    SimpleChartChart
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. val hints: Map[Key, AnyRef]

    Attributes
    protected
    Definition Classes
    ChartUsingJFreeChart
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val jfree: JFreeChart

    Attributes
    protected
    Definition Classes
    SimpleChartChartUsingJFreeChart
  20. val leftSide: AxisLocation

    Attributes
    protected
    Definition Classes
    ChartUsingJFreeChart
  21. val markedStroke: BasicStroke

    Definition Classes
    ChartUsingJFreeChart
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. val outlineBasicStroke: BasicStroke

    Definition Classes
    ChartUsingJFreeChart
  26. val outlineMarkedStroke: BasicStroke

    Definition Classes
    ChartUsingJFreeChart
  27. val rightSide: AxisLocation

    Attributes
    protected
    Definition Classes
    ChartUsingJFreeChart
  28. val scaleManager: ScaleManager

  29. def scales(): Map[Series[Cell], Scale]

    returns series chosen scales

    returns series chosen scales

    returns

    the rate series

    Definition Classes
    SimpleChartChart
  30. val seriesColorMap: Map[Series[Cell], Color]

  31. val seriesList: Iterable[Series[Cell]]

    Definition Classes
    SimpleChartChartUsingJFreeChartChart
  32. val seriesScaleMap: Map[Series[Cell], Scale]

  33. val shape: Double

    Definition Classes
    ChartUsingJFreeChart
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. val title: Option[String]

    Definition Classes
    SimpleChartChartUsingJFreeChartChart
  36. def toBufferedImage(width: Int, height: Int): BufferedImage

    Write the chart into a buffered image

    Write the chart into a buffered image

    width

    specified image width

    height

    specified image height

    returns

    the buffered image

    Definition Classes
    ChartUsingJFreeChart
  37. def toBufferedImage(): BufferedImage

    Write the chart into a buffered image

    Write the chart into a buffered image

    returns

    the buffered image

    Definition Classes
    Chart
  38. def toFile(filename: String, width: Int, height: Int): Unit

    Write the chart into an image file, format is guessed from the filename extension

    Write the chart into an image file, format is guessed from the filename extension

    filename

    chosen image filename

    width

    generated image width

    height

    generated image height

    Definition Classes
    ChartUsingJFreeChart
  39. def toFile(filename: String): Unit

    Write the chart into an image file, format is guessed from the filename extension

    Write the chart into an image file, format is guessed from the filename extension

    filename

    chosen image filename

    Definition Classes
    Chart
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ChartUsingJFreeChart

Inherited from Chart

Inherited from AnyRef

Inherited from Any

Ungrouped