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

com.github.mdr.ascii.layout.prefs.LayoutPrefs.scala Maven / Gradle / Ivy

The newest version!
package com.github.mdr.ascii.layout.prefs

trait LayoutPrefs extends RendererPrefs {

  /**
   * Straighten edges by removing kinks wherever possible.
   */
  def removeKinks: Boolean

  /**
   * Shrink diagram by removing edge rows (or columns) that are not needed.
   */
  def compactify: Boolean

  /**
   * If true, layers flow from top to bottom. If false, layers flow from left to right.
   */
  def vertical: Boolean

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy