PolarGraphConfig

case class PolarGraphConfig(var notes: String, var main: PolarGraphMainConfig, var background: BackgroundConfig, var border: BorderConfig, var tickLabels: RadialTickLabelsConfig, var spokeLine: RadialTicksConfig, var radiiLine: RadialTicksConfig)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product