object CellType
- Alphabetic
- By Inheritance
- CellType
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
celltypes: Seq[DataType with NoDataHandling with Product]
Enumeration of all pre-defined cell types.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
constantNoDataCellTypes: Seq[ConstantNoData[_ >: Double with Float with Int with Short with Byte <: AnyVal] with DataType with Product]
Enumeration of pre-defined cell types with a default
NoData
value. -
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
fromAwtType(awtType: Int): CellType
Translate an integer representing a cell type into a CellType.
Translate an integer representing a cell type into a CellType. This is the opposite of toAwtType.
- awtType
An integer representing a cell type
- returns
The CellType corresponding to awtType
-
def
fromName(name: String): CellType
Translate a string representing a cell type into a CellType.
Translate a string representing a cell type into a CellType.
- name
A string representing a cell type, as reported by DataType.name e.g. "uint32"
- returns
The CellType corresponding to
name
-
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
-
val
noNoDataCellTypes: Seq[DataType with NoNoData with Product]
Enumeration of pre-defined cell types without a
NoData
value. -
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
toAwtType(cellType: CellType): Int
Translate a CellType into the corresponding integer representation.
Translate a CellType into the corresponding integer representation. This is the opposite of fromAwtType.
- cellType
A CellType
- returns
The corresponding integer representation of the given cell type
-
def
toName(cellType: CellType): String
Translates a CellType into its canonical String representation.
Translates a CellType into its canonical String representation.
- cellType
item to convert
- returns
String representation
-
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()