Class/Object

fr.janalyse.series.view

StackedChart

Related Docs: object StackedChart | package view

Permalink

class StackedChart extends Chart with ChartUsingJFreeChart

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StackedChart
  2. ChartUsingJFreeChart
  3. Chart
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StackedChart(seriesList: Iterable[Series[Cell]], title: Option[String] = None, chartConfig: 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. def align[C <: Cell](list: Iterable[Series[C]], timeNorm: (Long) ⇒ Long = x => x): Iterable[Series[C]]

    Permalink
  5. def alignFillHoles[C <: Cell](list: Iterable[Series[C]], holeValue: Double = 0d): Iterable[Series[C]]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val basicStroke: BasicStroke

    Permalink
    Definition Classes
    ChartUsingJFreeChart
  8. val chartConfig: ChartConfig

    Permalink
    Definition Classes
    StackedChartChartUsingJFreeChartChart
  9. def clone(): AnyRef

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

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

    Permalink

    returns series chosen colors

    returns series chosen colors

    returns

    series, color map

    Definition Classes
    StackedChartChart
  12. val dataset: StackedSeriesDataSet

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  20. val jfree: JFreeChart

    Permalink
    Attributes
    protected
    Definition Classes
    StackedChartChartUsingJFreeChart
  21. val leftSide: AxisLocation

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val outlineBasicStroke: BasicStroke

    Permalink
    Definition Classes
    ChartUsingJFreeChart
  27. val outlineMarkedStroke: BasicStroke

    Permalink
    Definition Classes
    ChartUsingJFreeChart
  28. val preparedSeries: Iterable[Series[Cell]]

    Permalink
  29. val renderer: StackedXYAreaRenderer2

    Permalink
  30. val rightSide: AxisLocation

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

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

    Permalink

    returns series chosen scales

    returns series chosen scales

    returns

    the rate series

    Definition Classes
    StackedChartChart
  33. val seriesList: Iterable[Series[Cell]]

    Permalink
    Definition Classes
    StackedChartChartUsingJFreeChartChart
  34. val shape: Double

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

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

    Permalink
    Definition Classes
    StackedChartChartUsingJFreeChartChart
  37. 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
  38. 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
  39. 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
  40. 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
  41. def toString(): String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. 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