class ShapeBuilder extends JSOptionBuilder[Shape, ShapeBuilder]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShapeBuilder
- JSOptionBuilder
- JSOptionSetter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ShapeBuilder(dict: OptMap)
Value Members
-
def
_result: Shape
- Definition Classes
- JSOptionBuilder
-
val
dict: OptMap
- Definition Classes
- ShapeBuilder → JSOptionBuilder
- def fillcolor(v: Color): ShapeBuilder
- def layer(v: String): ShapeBuilder
- def line(v: PlotLine): ShapeBuilder
- def opacity(v: Double): ShapeBuilder
- def path(v: String): ShapeBuilder
-
def
toString(): String
- Definition Classes
- JSOptionBuilder → AnyRef → Any
- def type(v: ShapeType): ShapeBuilder
- def visible(v: Boolean): ShapeBuilder
- def x0(v: Datum): ShapeBuilder
- def x1(v: Datum): ShapeBuilder
- def xref(v: String): ShapeBuilder
- def y0(v: Datum): ShapeBuilder
- def y1(v: Datum): ShapeBuilder
- def yref(v: String): ShapeBuilder