c

com.definitelyscala.plotlyjs

PlotMarkerBuilder

class PlotMarkerBuilder extends JSOptionBuilder[PlotMarker, PlotMarkerBuilder]

Linear Supertypes
JSOptionBuilder[PlotMarker, PlotMarkerBuilder], JSOptionSetter[PlotMarker, PlotMarkerBuilder], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlotMarkerBuilder
  2. JSOptionBuilder
  3. JSOptionSetter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PlotMarkerBuilder(dict: OptMap)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _result: PlotMarker
    Definition Classes
    JSOptionBuilder
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def cmax(v: Double): PlotMarkerBuilder
  8. def cmin(v: Double): PlotMarkerBuilder
  9. val dict: OptMap
    Definition Classes
    PlotMarkerBuilder → JSOptionBuilder
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def jsOpt(name: String, opt: Any): PlotMarkerBuilder
    Attributes
    protected
    Definition Classes
    JSOptionBuilder → JSOptionSetter
  16. def maxdisplayed(v: Double): PlotMarkerBuilder
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def opacity(v: |[Double, Array[Double]]): PlotMarkerBuilder
  21. def reversescale(v: Boolean): PlotMarkerBuilder
  22. def set(v: SizeMode): PlotMarkerBuilder
  23. def set(l: PlotLine): PlotMarkerBuilder
  24. def set(v: ColorScale): PlotMarkerBuilder
  25. def set(v: Color): PlotMarkerBuilder
  26. def set(v: Symbol): PlotMarkerBuilder
  27. def showscale(v: Boolean): PlotMarkerBuilder
  28. def size(v: |[Double, Array[Double]]): PlotMarkerBuilder
  29. def sizemin(v: Double): PlotMarkerBuilder
  30. def sizeref(v: Double): PlotMarkerBuilder
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    JSOptionBuilder → AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JSOptionBuilder[PlotMarker, PlotMarkerBuilder]

Inherited from JSOptionSetter[PlotMarker, PlotMarkerBuilder]

Inherited from AnyRef

Inherited from Any

Ungrouped