Package

com.greencatsoft.d3

common

Permalink

package common

Visibility
  1. Public
  2. All

Type Members

  1. case class Bounds(x: Double, y: Double, width: Double, height: Double) extends Transformable[Bounds] with Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  2. case class Dimension(width: Double, height: Double) extends Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  3. case class Point(x: Double, y: Double) extends Transformable[Point] with Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  4. case class Quad(p1: Point, p2: Point, p3: Point, p4: Point) extends Transformable[Quad] with Product with Serializable

    Permalink

    DomQuad interface.

    DomQuad interface.

    Annotations
    @JSExportAll()
    See also

    http://dev.w3.org/fxtf/geometry/#dom-domquad

  5. trait Transformable[A <: Transformable[A]] extends AnyRef

    Permalink

Value Members

  1. object Bounds extends Serializable

    Permalink
  2. object Point extends Serializable

    Permalink
  3. object Quad extends Serializable

    Permalink

Ungrouped