case class RenderingOptions(verticalSpacing: Double = 0.8, palette: IndexedSeq[Color] = IndexedSeq[Color]( Color.fromRgbaString("#104e8b"), Color.fromRgbaString("#228b22"), Color.fromRgbaString("#cd5b45") ), font: String = DefaultRenderingOptions.font, density: Int = 100) extends Product with Serializable
Options for rendering static diagrams
- verticalSpacing
vertical spacing to set for Graphviz
- palette
a sequence of colors to be used
- font
the font for text rendering
- density
the desired image density, in pixels per inch
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RenderingOptions
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RenderingOptions(verticalSpacing: Double = 0.8, palette: IndexedSeq[Color] = IndexedSeq[Color](
Color.fromRgbaString("#104e8b"),
Color.fromRgbaString("#228b22"),
Color.fromRgbaString("#cd5b45")
), font: String = DefaultRenderingOptions.font, density: Int = 100)
- verticalSpacing
vertical spacing to set for Graphviz
- palette
a sequence of colors to be used
- font
the font for text rendering
- density
the desired image density, in pixels per inch
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 asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val density: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val font: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapPalette(f: (Color) => Color): RenderingOptions
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val palette: IndexedSeq[Color]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val verticalSpacing: Double
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withDensity(density: Int): RenderingOptions
- def withFont(font: String): RenderingOptions
- def withVerticalSpacing(spacing: Double): RenderingOptions
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)