All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gchudnov.mtg.diagram.Renderer.scala Maven / Gradle / Ivy

package com.github.gchudnov.mtg.diagram

import com.github.gchudnov.mtg.Domain

/**
 * Renderer
 */
trait Renderer[T]:
  def render(d: Diagram[T], v: Viewport[T]): Unit

  def render(d: Diagram[T]): Unit =
    render(d, Viewport.Infinite)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy