object SectorGroup
- Source
- Sector.scala
- Alphabetic
- By Inheritance
- SectorGroup
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(rangeX: Float, rangeY: Float, sectors: Iterable[Sector]): SectorGroup
Overloaded constructor that takes a group of sectors and condenses all of the lists of entities into a single conglomeration of the sector populations.
Overloaded constructor that takes a group of sectors and condenses all of the lists of entities into a single conglomeration of the sector populations.
- rangeX
a custom range value for the x-axis
- rangeY
a custom range value for the y-axis
- sectors
the series of sectors to be counted
- returns
a
SectorGroup
object
- def apply(range: Float, sectors: Iterable[Sector]): SectorGroup
Overloaded constructor that takes a group of sectors and condenses all of the lists of entities into a single conglomeration of the sector populations.
Overloaded constructor that takes a group of sectors and condenses all of the lists of entities into a single conglomeration of the sector populations.
- range
a custom range value
- sectors
the series of sectors to be counted
- returns
a
SectorGroup
object
- def apply(sectors: Iterable[Sector]): SectorGroup
Overloaded constructor that takes a group of sectors and condenses all of the lists of entities into a single conglomeration of the sector populations.
Overloaded constructor that takes a group of sectors and condenses all of the lists of entities into a single conglomeration of the sector populations.
- sectors
the series of sectors to be counted
- returns
a
SectorGroup
object
- def apply(rangeX: Float, rangeY: Float, sector: Sector): SectorGroup
Overloaded constructor that takes a single sector and transfers the lists of entities into a single conglomeration of the sector populations.
Overloaded constructor that takes a single sector and transfers the lists of entities into a single conglomeration of the sector populations.
- rangeX
a custom range value for the x-axis
- rangeY
a custom range value for the y-axis
- sector
the sector to be counted
- returns
a
SectorGroup
object
- def apply(range: Float, sector: Sector): SectorGroup
Overloaded constructor that takes a single sector and transfers the lists of entities into a single conglomeration of the sector populations.
Overloaded constructor that takes a single sector and transfers the lists of entities into a single conglomeration of the sector populations.
- range
a custom range value
- sector
the sector to be counted
- returns
a
SectorGroup
object
- def apply(sector: Sector): SectorGroup
Overloaded constructor that takes a single sector and transfers the lists of entities into a single conglomeration of the sector populations.
Overloaded constructor that takes a single sector and transfers the lists of entities into a single conglomeration of the sector populations.
- sector
the sector to be counted
- returns
a
SectorGroup
object
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()