net.sf.ij_plugins.ui.multiregion

SubRegion

class SubRegion extends AbstractModel

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

Instance Constructors

  1. new SubRegion(name: String, roi: Roi)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addPropertyChangeListener(propertyName: String, listener: PropertyChangeListener): Unit

    Definition Classes
    AbstractModelModel
  7. def addPropertyChangeListener(listener: PropertyChangeListener): Unit

    Definition Classes
    AbstractModelModel
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fireIndexedPropertyChange(propertyName: String, index: Int, oldValue: Boolean, newValue: Boolean): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  14. def fireIndexedPropertyChange(propertyName: String, index: Int, oldValue: Int, newValue: Int): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  15. def fireIndexedPropertyChange(propertyName: String, index: Int, oldValue: Any, newValue: Any): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  16. def firePropertyChange(evt: PropertyChangeEvent): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  17. def firePropertyChange(propertyName: String, oldValue: Boolean, newValue: Boolean): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  18. def firePropertyChange(propertyName: String, oldValue: Int, newValue: Int): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  19. def firePropertyChange(propertyName: String, oldValue: Any, newValue: Any): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getName(): String

  22. def getPropertyChangeListeners(propertyName: String): Array[PropertyChangeListener]

    Definition Classes
    AbstractModelModel
  23. def getPropertyChangeListeners(): Array[PropertyChangeListener]

    Definition Classes
    AbstractModelModel
  24. def getRoi(): Roi

  25. def hasListeners(propertyName: String): Boolean

    Definition Classes
    AbstractModelModel
  26. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def removePropertyChangeListener(propertyName: String, listener: PropertyChangeListener): Unit

    Definition Classes
    AbstractModelModel
  32. def removePropertyChangeListener(listener: PropertyChangeListener): Unit

    Definition Classes
    AbstractModelModel
  33. def setName(name: String): Unit

  34. def setRoi(roi: Roi): Unit

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    SubRegion → AnyRef → Any
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractModel

Inherited from Model

Inherited from AnyRef

Inherited from Any

Ungrouped