doctus.core

util

package util

Utility functionality that is not bound to spezific interface classes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class DoctusPointImpl(x: Double, y: Double) extends DoctusPoint with Product with Serializable

  2. case class DoctusRectImpl(x: Double, y: Double, width: Double, height: Double) extends DoctusRect with Product with Serializable

  3. trait OsName extends AnyRef

Value Members

  1. object DoctusUtil

  2. object Linux extends OsName with Product with Serializable

  3. object Mac extends OsName with Product with Serializable

  4. object Unknown extends OsName with Product with Serializable

  5. object Win extends OsName with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped