public class BDBioscienceMultiwellTC24MicroplateType extends java.lang.Object implements Microplate, java.lang.Cloneable, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE_ID
The ID of this microplate type.
|
| Constructor and Description |
|---|
BDBioscienceMultiwellTC24MicroplateType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
getMicroplateID()
Returns the ID of this microplate type.
|
java.lang.String |
getMicroplateName()
Should return a short human readable name of this microplate type.
|
int |
getNumWellsX()
Returns the number of wells in the x-direction.
|
int |
getNumWellsY()
Returns the number of wells in the y-direction.
|
double |
getWellHeight()
Returns the height of one well (distance of well centers) in mu;
|
double |
getWellWidth()
Returns the width of one well (distance of well centers) in mu;
|
public static final java.lang.String TYPE_ID
public BDBioscienceMultiwellTC24MicroplateType()
public int getNumWellsX()
MicroplategetNumWellsX in interface Microplatepublic int getNumWellsY()
MicroplategetNumWellsY in interface Microplatepublic double getWellWidth()
MicroplategetWellWidth in interface Microplatepublic double getWellHeight()
MicroplategetWellHeight in interface Microplatepublic java.lang.String getMicroplateID()
MicroplategetMicroplateID in interface Microplatepublic java.lang.String getMicroplateName()
MicroplategetMicroplateName in interface Microplatepublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException