axle.visualize

element

package element

Visibility
  1. Public
  2. All

Type Members

  1. class BarChartGroupedKey[G, S, Y, D] extends Paintable

  2. class BarChartKey[S, Y, D] extends Paintable

  3. class DataLines[X, Y, D] extends Paintable

  4. class HorizontalLine[X, Y] extends Paintable

  5. class Key[X, Y, D] extends Paintable

  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

  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

  8. class Text extends Paintable

  9. class VerticalLine[X, Y] extends Paintable

  10. class XTics[X, Y] extends Paintable

  11. class YTics[X, Y] extends Paintable

Ungrouped