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

de.sciss.lucre.swing.graph.Align.scala Maven / Gradle / Ivy

The newest version!
/*
 *  Align.scala
 *  (LucreSwing)
 *
 *  Copyright (c) 2014-2019 Hanns Holger Rutz. All rights reserved.
 *
 *	This software is published under the GNU Lesser General Public License v2.1+
 *
 *
 *	For further information, please contact Hanns Holger Rutz at
 *	[email protected]
 */

package de.sciss.lucre.swing.graph

object Align {
  final val Center    = 0
  final val Top       = 1
  final val Left      = 2
  final val Bottom    = 3
  final val Right     = 4
  final val Leading   = 10
  final val Trailing  = 11
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy