Packages

c

org.openmole.plotlyjs

ShapeBuilder

class ShapeBuilder extends JSOptionBuilder[Shape, ShapeBuilder]

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

Instance Constructors

  1. new ShapeBuilder(dict: OptMap)

Value Members

  1. def _result: Shape
    Definition Classes
    JSOptionBuilder
  2. val dict: OptMap
    Definition Classes
    ShapeBuilder → JSOptionBuilder
  3. def fillcolor(v: Color): ShapeBuilder
  4. def layer(v: String): ShapeBuilder
  5. def line(v: PlotLine): ShapeBuilder
  6. def opacity(v: Double): ShapeBuilder
  7. def path(v: String): ShapeBuilder
  8. def toString(): String
    Definition Classes
    JSOptionBuilder → AnyRef → Any
  9. def type(v: ShapeType): ShapeBuilder
  10. def visible(v: Boolean): ShapeBuilder
  11. def x0(v: Datum): ShapeBuilder
  12. def x1(v: Datum): ShapeBuilder
  13. def xref(v: String): ShapeBuilder
  14. def y0(v: Datum): ShapeBuilder
  15. def y1(v: Datum): ShapeBuilder
  16. def yref(v: String): ShapeBuilder