Packages

c

org.openmole.plotlyjs

AnnotationBuilder

class AnnotationBuilder extends JSOptionBuilder[Annotation, AnnotationBuilder]

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

Instance Constructors

  1. new AnnotationBuilder(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: Annotation
    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() @IntrinsicCandidate()
  7. val dict: OptMap
    Definition Classes
    AnnotationBuilder → JSOptionBuilder
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def jsOpt(name: String, opt: Any): AnnotationBuilder
    Attributes
    protected
    Definition Classes
    JSOptionBuilder → JSOptionSetter
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. def showarrow(v: Boolean): AnnotationBuilder
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def text(v: String): AnnotationBuilder
  20. def textangle(v: Datum): AnnotationBuilder
  21. def toString(): String
    Definition Classes
    JSOptionBuilder → AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. def x(v: Datum): AnnotationBuilder
  26. def xanchor(v: String): AnnotationBuilder
  27. def xref(v: String): AnnotationBuilder
  28. def y(v: Datum): AnnotationBuilder
  29. def yanchor(v: String): AnnotationBuilder
  30. def yref(v: String): AnnotationBuilder

Deprecated Value Members

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

Inherited from JSOptionBuilder[Annotation, AnnotationBuilder]

Inherited from JSOptionSetter[Annotation, AnnotationBuilder]

Inherited from AnyRef

Inherited from Any

Ungrouped