Package

axle.visualize

element

Permalink

package element

Visibility
  1. Public
  2. All

Type Members

  1. case class BarChartGroupedKey[G, S, Y, D](chart: BarChartGrouped[G, S, Y, D], title: Option[String])(implicit groupedDataView: GroupedDataView[G, S, Y, D]) extends Product with Serializable

    Permalink
  2. case class BarChartKey[S, Y, D](chart: BarChart[S, Y, D], title: Option[String])(implicit dataView: DataView[S, Y, D]) extends Product with Serializable

    Permalink
  3. case class DataLines[X, Y, D](scaledArea: ScaledArea2D[X, Y], data: Seq[(String, D)], orderedXs: (D) ⇒ Traversable[X], x2y: (D, X) ⇒ Y, colorStream: Stream[Color], pointDiameter: Int, connect: Boolean = true) extends Product with Serializable

    Permalink
  4. case class HorizontalLine[X, Y](scaledArea: ScaledArea2D[X, Y], h: Y, color: Color = black) extends Product with Serializable

    Permalink
  5. case class Key[X, Y, D](plot: Plot[X, Y, D], title: Option[String], colorStream: Stream[Color], width: Int, topPadding: Int, data: Seq[(String, D)]) extends Product with Serializable

    Permalink
  6. case class Oval[X, Y](scaledArea: ScaledArea2D[X, Y], center: Point2D[X, Y], width: Int, height: Int, color: Color, borderColor: Color) extends Product with Serializable

    Permalink
  7. case class Rectangle[X, Y](scaledArea: ScaledArea2D[X, Y], lowerLeft: Point2D[X, Y], upperRight: Point2D[X, Y], fillColor: Option[Color] = None, borderColor: Option[Color] = None) extends Product with Serializable

    Permalink
  8. case class Text(text: String, x: Int, y: Int, fontName: String, fontSize: Int, bold: Boolean = false, centered: Boolean = true, color: Color = black, angle: Option[UnittedQuantity[Angle, Double]] = None) extends Product with Serializable

    Permalink
  9. case class VerticalLine[X, Y](scaledArea: ScaledArea2D[X, Y], v: X, color: Color = black) extends Product with Serializable

    Permalink
  10. case class XTics[X, Y](scaledArea: ScaledArea2D[X, Y], tics: Seq[(X, String)], fontName: String, fontSize: Int, bold: Boolean = false, drawLines: Boolean = true, angle: UnittedQuantity[Angle, Double], color: Color = black) extends Product with Serializable

    Permalink
  11. case class YTics[X, Y](scaledArea: ScaledArea2D[X, Y], tics: Seq[(Y, String)], fontName: String, fontSize: Int, color: Color = black) extends Product with Serializable

    Permalink

Ungrouped