Trait

fr.janalyse.series.view

ChartUsingJFreeChart

Related Doc: package view

Permalink

trait ChartUsingJFreeChart extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChartUsingJFreeChart
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val chartConfig: ChartConfig

    Permalink
  2. abstract val jfree: JFreeChart

    Permalink
    Attributes
    protected
  3. abstract val seriesList: Iterable[Series[Cell]]

    Permalink
  4. abstract val title: Option[String]

    Permalink

Concrete 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
  6. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val leftSide: AxisLocation

    Permalink
    Attributes
    protected
  16. val markedStroke: BasicStroke

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. val outlineBasicStroke: BasicStroke

    Permalink
  21. val outlineMarkedStroke: BasicStroke

    Permalink
  22. val rightSide: AxisLocation

    Permalink
    Attributes
    protected
  23. val shape: Double

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. 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

  26. 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

  27. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped