final case class Marker[T0, T1](symbol: Opt[SymbolShape] = Blank, color: Opt[List[T0]] = Empty, line: Opt[Line[T1]] = Blank, size: Opt[List[Int]] = Empty, colorbar_options: Opt[ColorBar] = Blank)(implicit evidence$1: Color[T0], evidence$2: Color[T1]) extends Component with Product with Serializable
Configures a Marker component for the chart.
- symbol
: Specifies what symbol the marker will use on the chart.
- color
: Specifies the color for the symbol on a chart.
- line
: This configures the line for the marker. This is another Line component.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Marker
- Serializable
- Product
- Equals
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Marker(symbol: Opt[SymbolShape] = Blank, color: Opt[List[T0]] = Empty, line: Opt[Line[T1]] = Blank, size: Opt[List[Int]] = Empty, colorbar_options: Opt[ColorBar] = Blank)(implicit arg0: Color[T0], arg1: Color[T1])
- symbol
: Specifies what symbol the marker will use on the chart.
- color
: Specifies the color for the symbol on a chart.
- line
: This configures the line for the marker. This is another Line component.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val color: Opt[List[T0]]
- val colorbar_options: Opt[ColorBar]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val line: Opt[Line[T1]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setColor[Z](new_color: Z*)(implicit arg0: Color[Z]): Marker[Z, T1]
- def setColor[Z](new_color: List[Z])(implicit arg0: Color[Z]): Marker[Z, T1]
- def setColorBar(new_colorbar: ColorBar): Marker[T0, T1]
- def setLine[Z](width: Double = 0.5, color: Opt[Z] = Blank)(implicit arg0: Color[Z]): Marker[T0, Z]
- def setLine[Z](new_line: Line[Z])(implicit arg0: Color[Z]): Marker[T0, Z]
- def setSize(new_size: Int*): Marker[T0, T1]
- def setSize(new_size: List[Int]): Marker[T0, T1]
- def setSymbol(new_symbol: SymbolShape): Marker[T0, T1]
- val size: Opt[List[Int]]
- val symbol: Opt[SymbolShape]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
This is the API documentation for Picta, a graphing library for Scala.
More detailed documentation about using the library can be found at https://acse-fk4517.github.io/picta-docs/.
Click on the following link to get started with the API docs: https://acse-fk4517.github.io/picta-docs/pages/api/org/carbonateresearch/picta/index.html