object Chart extends ChartCompanion[Chart]
Provides a very basic factory to turn any JFreeChart
into a Chart
and contains default settings.
- Source
- Chart.scala
- Alphabetic
- By Inheritance
- Chart
- ChartCompanion
- DocMacros
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
Plot = Chart.Plot
Returns the underlying plot type.
Returns the underlying plot type.
- Definition Classes
- ChartCompanion
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
apply(plot: Plot, title: String, legend: Boolean)(implicit theme: module.Imports.ChartTheme): Chart
Creates a new chart.
Creates a new chart.
- plot
the plot that is used to create the chart
- title
the title of the chart
- legend
whether or not the chart will contain a legend
- theme
the theme to apply to the chart
- Definition Classes
- ChartCompanion
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
fromPeer(jfree: module.Imports.JFreeChart): Chart
Returns a new chart using an explicit peer.
Returns a new chart using an explicit peer.
- jfree
the underlying chart
- Definition Classes
- Chart → ChartCompanion
-
final
def
fromPeer(jfree: module.Imports.JFreeChart, theme: module.Imports.ChartTheme): Chart
Returns a new chart using an explicit peer with the theme applied.
Returns a new chart using an explicit peer with the theme applied.
- jfree
the underlying chart
- theme
the theme to apply to the chart
- Definition Classes
- ChartCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
Default
Contains default settings.