object MultiplePieChart extends ChartCompanion[MultiplePieChart]
- Alphabetic
- By Inheritance
- MultiplePieChart
- ChartCompanion
- DocMacros
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
Plot = MultiplePieChart.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
-
def
apply(data: module.CategoryDatasetConversions.CategoryDataset): MultiplePieChart
[use case] Creates a new multiple pie chart.
[use case]Creates a new multiple pie chart.
- data
the data the multiple pie chart will visualize
Full Signaturedef apply[A](data: A)(implicit arg0: module.CategoryDatasetConversions.ToCategoryDataset[A], theme: module.CategoryDatasetConversions.ChartTheme = ChartTheme.Default): MultiplePieChart
-
final
def
apply(plot: Plot, title: String, legend: Boolean)(implicit theme: module.Imports.ChartTheme): MultiplePieChart
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.CategoryDatasetConversions.JFreeChart): MultiplePieChart
Returns a new multiple pie chart using an explicit peer.
Returns a new multiple pie chart using an explicit peer.
- jfree
the underlying multiple pie chart
- Definition Classes
- MultiplePieChart → ChartCompanion
-
final
def
fromPeer(jfree: module.Imports.JFreeChart, theme: module.Imports.ChartTheme): MultiplePieChart
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
threeDimensional(data: module.CategoryDatasetConversions.CategoryDataset): MultiplePieChart
[use case] Creates a new multiple pie chart with three dimensional visualization.
[use case]Creates a new multiple pie chart with three dimensional visualization.
- data
the data the multiple pie chart will visualize
Full Signaturedef threeDimensional[A](data: A)(implicit arg0: module.CategoryDatasetConversions.ToCategoryDataset[A], theme: module.CategoryDatasetConversions.ChartTheme = ChartTheme.Default): MultiplePieChart
-
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( ... )