trait DocMacros extends Any
Mixin solely for the purpose of providing common documentation macros.
Concrete
The following list contains macros that are usually overridden by concrete representations:
$chart
= chart$Chart
= Chart
Basic
The following list contains basic macros that are usually not overridden:
$data
= the data the chart will visualize$legend
= whether or not the chart will contain a legend$orientation
= the orientation of the chart$peer
= the underlying chart$resolution
= dimension / geometry / width x height$theme
= the theme to apply to the chart$title
= the title of the chart
- Source
- DocMacros.scala
- Alphabetic
- By Inheritance
- DocMacros
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
getClass(): Class[_]
- Definition Classes
- Any
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (DocMacros, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (DocMacros) ⇒ Boolean, msg: ⇒ Any): DocMacros
- def ensuring(cond: (DocMacros) ⇒ Boolean): DocMacros
- def ensuring(cond: Boolean, msg: ⇒ Any): DocMacros
- def ensuring(cond: Boolean): DocMacros
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
- def formatted(fmtstr: String): String
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
- def →[B](y: B): (DocMacros, B)