Packages

t

scalation.util

Locatable

trait Locatable extends Error

The Locatable trait provides location information/coordinates for objects (e.g., Components).

Linear Supertypes
Error, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Locatable
  2. Error
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def at: Array[Double]

    Get the location where this object is currently at.

  2. def at_=(at: Array[Double]): Unit

    Set the location of this object.

    Set the location of this object.

    at

    the location of this object

  3. final def flaw(method: String, message: String): Unit

    Show the flaw by printing the error message.

    Show the flaw by printing the error message.

    method

    the method where the error occurred

    message

    the error message

    Definition Classes
    Error