Class/Object

fr.janalyse.series.view

SimpleChart

Related Docs: object SimpleChart | package view

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val basicStroke: BasicStroke

    Permalink
    Definition Classes
    ChartUsingJFreeChart
  6. implicit val chartConfig: ChartConfig

    Permalink
    Definition Classes
    SimpleChartChartUsingJFreeChartChart
  7. def clone(): AnyRef

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

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

    Permalink

    returns series chosen colors

    returns series chosen colors

    returns

    series, color map

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  17. val jfree: JFreeChart

    Permalink
    Attributes
    protected
    Definition Classes
    SimpleChartChartUsingJFreeChart
  18. val leftSide: AxisLocation

    Permalink
    Attributes
    protected
    Definition Classes
    ChartUsingJFreeChart
  19. val markedStroke: BasicStroke

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

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val outlineBasicStroke: BasicStroke

    Permalink
    Definition Classes
    ChartUsingJFreeChart
  24. val outlineMarkedStroke: BasicStroke

    Permalink
    Definition Classes
    ChartUsingJFreeChart
  25. val rightSide: AxisLocation

    Permalink
    Attributes
    protected
    Definition Classes
    ChartUsingJFreeChart
  26. val scaleManager: ScaleManager

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

    Permalink

    returns series chosen scales

    returns series chosen scales

    returns

    the rate series

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

    Permalink
  29. val seriesList: Iterable[Series[Cell]]

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

    Permalink
  31. val shape: Double

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

    Permalink
    Definition Classes
    AnyRef
  33. val title: Option[String]

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

    Permalink

    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
  35. def toBufferedImage(): BufferedImage

    Permalink

    Write the chart into a buffered image

    Write the chart into a buffered image

    returns

    the buffered image

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

    Permalink

    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
  37. def toFile(filename: String): Unit

    Permalink

    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
  38. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ChartUsingJFreeChart

Inherited from Chart

Inherited from AnyRef

Inherited from Any

Ungrouped