abstract class ChartCompanion[C <: Chart] extends DocMacros
A template class for companion objects of Chart classes.
- Source
- ChartCompanion.scala
- Alphabetic
- By Inheritance
- ChartCompanion
- DocMacros
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ChartCompanion()
- Attributes
- protected
Type Members
-
type
Plot = C.Plot
Returns the underlying plot type.
Abstract Value Members
-
abstract
def
fromPeer(jfree: module.Imports.JFreeChart): C
Returns a new chart using an explicit peer.
Returns a new chart using an explicit peer.
- jfree
the underlying chart
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ChartCompanion[C] to any2stringadd[ChartCompanion[C]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ChartCompanion[C], B)
- Implicit
- This member is added by an implicit conversion from ChartCompanion[C] to ArrowAssoc[ChartCompanion[C]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
apply(plot: Plot, title: String, legend: Boolean)(implicit theme: module.Imports.ChartTheme): C
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (ChartCompanion[C]) ⇒ Boolean, msg: ⇒ Any): ChartCompanion[C]
- Implicit
- This member is added by an implicit conversion from ChartCompanion[C] to Ensuring[ChartCompanion[C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ChartCompanion[C]) ⇒ Boolean): ChartCompanion[C]
- Implicit
- This member is added by an implicit conversion from ChartCompanion[C] to Ensuring[ChartCompanion[C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ChartCompanion[C]
- Implicit
- This member is added by an implicit conversion from ChartCompanion[C] to Ensuring[ChartCompanion[C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ChartCompanion[C]
- Implicit
- This member is added by an implicit conversion from ChartCompanion[C] to Ensuring[ChartCompanion[C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ChartCompanion[C] to StringFormat[ChartCompanion[C]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
fromPeer(jfree: module.Imports.JFreeChart, theme: module.Imports.ChartTheme): C
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
-
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( ... )
-
def
→[B](y: B): (ChartCompanion[C], B)
- Implicit
- This member is added by an implicit conversion from ChartCompanion[C] to ArrowAssoc[ChartCompanion[C]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc