Class/Object

co.theasi.plotly

AxisOptions

Related Docs: object AxisOptions | package plotly

Permalink

case class AxisOptions(title: Option[String], tickLength: Option[Int], zeroLine: Option[Boolean], gridWidth: Option[Int], grid: Option[Boolean], line: Option[Boolean], lineColor: Option[Color], titleFont: Font, tickFont: Font, autoTick: Option[Boolean], tickSpacing: Option[Double], tickColor: Option[Color], tickLabels: Option[Boolean]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AxisOptions
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AxisOptions(title: Option[String], tickLength: Option[Int], zeroLine: Option[Boolean], gridWidth: Option[Int], grid: Option[Boolean], line: Option[Boolean], lineColor: Option[Color], titleFont: Font, tickFont: Font, autoTick: Option[Boolean], tickSpacing: Option[Double], tickColor: Option[Color], tickLabels: Option[Boolean])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val autoTick: Option[Boolean]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. val grid: Option[Boolean]

    Permalink
  11. def gridWidth(newGridWidth: Int): AxisOptions

    Permalink
  12. val gridWidth: Option[Int]

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val line: Option[Boolean]

    Permalink
  15. def lineColor(r: Int, g: Int, b: Int): AxisOptions

    Permalink
  16. def lineColor(r: Int, g: Int, b: Int, a: Double): AxisOptions

    Permalink
  17. def lineColor(newColor: Color): AxisOptions

    Permalink
  18. val lineColor: Option[Color]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def noAutoTick: AxisOptions

    Permalink
  21. def noGrid: AxisOptions

    Permalink
  22. def noLine: AxisOptions

    Permalink
  23. def noTickLabels: AxisOptions

    Permalink
  24. def noZeroLine: AxisOptions

    Permalink
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def tickColor(r: Int, g: Int, b: Int): AxisOptions

    Permalink
  29. def tickColor(r: Int, g: Int, b: Int, a: Double): AxisOptions

    Permalink
  30. def tickColor(newColor: Color): AxisOptions

    Permalink
  31. val tickColor: Option[Color]

    Permalink
  32. val tickFont: Font

    Permalink
  33. def tickFontColor(r: Int, g: Int, b: Int): AxisOptions

    Permalink
  34. def tickFontColor(r: Int, g: Int, b: Int, a: Double): AxisOptions

    Permalink
  35. def tickFontColor(newColor: Color): AxisOptions

    Permalink
  36. val tickLabels: Option[Boolean]

    Permalink
  37. def tickLength(newTickLength: Int): AxisOptions

    Permalink
  38. val tickLength: Option[Int]

    Permalink
  39. def tickSpacing(newTickSpacing: Double): AxisOptions

    Permalink
  40. val tickSpacing: Option[Double]

    Permalink
  41. def title(newTitle: String): AxisOptions

    Permalink
  42. val title: Option[String]

    Permalink
  43. def titleColor(r: Int, g: Int, b: Int): AxisOptions

    Permalink
  44. def titleColor(r: Int, g: Int, b: Int, a: Double): AxisOptions

    Permalink
  45. def titleColor(newColor: Color): AxisOptions

    Permalink
  46. val titleFont: Font

    Permalink
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withAutoTick: AxisOptions

    Permalink
  51. def withGrid: AxisOptions

    Permalink
  52. def withLine: AxisOptions

    Permalink
  53. def withTickLabels: AxisOptions

    Permalink
  54. def withZeroLine: AxisOptions

    Permalink
  55. val zeroLine: Option[Boolean]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped