axle.visualize

element

package element

Visibility
  1. Public
  2. All

Type Members

  1. class BarChartKey[G, S, Y] extends Paintable

  2. class DataLines[X, Y] extends Paintable

  3. class HorizontalLine[X, Y] extends Paintable

  4. class Key[X, Y] extends Paintable

  5. 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

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

  7. class Text extends Paintable

  8. class VerticalLine[X, Y] extends Paintable

  9. class XTics[X, Y] extends Paintable

  10. class YTics[X, Y] extends Paintable

Ungrouped