object CellSize extends Serializable
The companion object for the CellSize type.
- Alphabetic
- By Inheritance
- CellSize
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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(extent: Extent, dims: Dimensions[Int]): CellSize
Create a new CellSize from an extent, a number of columns, and a number of rows.
Create a new CellSize from an extent, a number of columns, and a number of rows.
- extent
The extent, which provides an overall height and width
- dims
The numbers of columns and rows as a tuple
- returns
The CellSize
-
def
apply(extent: Extent, cols: Int, rows: Int): CellSize
Create a new CellSize from an extent, a number of columns, and a number of rows.
Create a new CellSize from an extent, a number of columns, and a number of rows.
- extent
The extent, which provides an overall height and width
- cols
The number of columns
- rows
The number of rows
- returns
The CellSize
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val cellsizeOrdering: Ordering[CellSize]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit val codecForCellSize: AsObject[CellSize]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromString(s: String): CellSize
Create a new CellSize from a string containing the width and height separated by a comma.
Create a new CellSize from a string containing the width and height separated by a comma.
- s
The string
- returns
The CellSize
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()