Object

scalismo.ui.view.util

Constants

Related Doc: package util

Permalink

object Constants

The values in here are constants, in the sense that they're not supposed to change while an application is running. However, they are still defined as vars, to allow developers to easily override them if needed. If that is done, it should be done as early as possible (e.g. in the main method), before an actual instance of the UI is created.

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var DefaultFontSize: Int

    Permalink

    The default font size.

    The default font size. This seems to be baked in deeply in all of the Swing internals, so DO NOT CHANGE THIS VALUE unless you REALLY know what you are doing.

  5. var PerceivedBackgroundColor: Color

    Permalink

    This is the color value that is used as the basic background color when presenting color selections.

    This is the color value that is used as the basic background color when presenting color selections. It is not totally in line with the actual background color used in the renderer (black) - however setting this too dark, or too bright, will result in a perceived mismatch between the selected value and what is actually seen on screen in the render window.

    The only place where this is currently used is in the scalismo.ui.view.properties.ColorPropertyPanel class.

  6. var StandardUnscaledIconSize: Int

    Permalink

    This is the default size of icons, *before* any scaling is applied.

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped