Package uk.ac.gda.devices.insitu.plate
Class GreinerCrystalQuickX2
java.lang.Object
gda.factory.ConfigurableBase
uk.ac.gda.mx.ispyb.api.container.ContainerTypeBase
uk.ac.gda.devices.insitu.model.PlateType
uk.ac.gda.devices.insitu.plate.GreinerCrystalQuickX2
- All Implemented Interfaces:
Configurable,Serializable,ContainerType
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final Stringstatic final intstatic final intstatic final intstatic final StringFields inherited from class uk.ac.gda.mx.ispyb.api.container.ContainerTypeBase
capacity, category, label, typeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.Methods inherited from class uk.ac.gda.devices.insitu.model.PlateType
copy, getAlphaLabels, getColumnLabels, getFocalOffset, getFocalOffsetList, gethDropOffset, gethDropOffsetList, gethDropWidth, gethWellOffset, gethWellOffsetList, gethWellSpacing, getNumColumns, getNumDrops, getNumDropsPerWell, getNumericLabels, getNumRows, getNumWells, getOffsets, getRowLabels, getSafeOffset, getSafeOffsetList, getvDropOffset, getvDropOffsetList, getvDropWidth, getvWellOffset, getvWellOffsetList, getvWellSpacing, getWellIndex, getZExpected, indexOf, initialiseUniformSpacing, isConfigureAtStartup, isFlipped, isPortrait, isUniformWellSpacing, parseWellEntry, parseWellEntry, reconfigure, setColumnLabels, setDropsPerWell, setFlipped, setFocalOffset, setFocalOffsetList, sethDropOffset, sethDropOffsetList, sethDropWidth, sethWellOffset, sethWellOffsetList, sethWellSpacing, setNumColumns, setNumRows, setPortrait, setRowLabels, setSafeOffsetList, setTypeId, setUniformWellSpacing, setvDropOffset, setvDropOffsetList, setvDropWidth, setvWellOffset, setvWellOffsetList, setvWellSpacing, setZExpected, validateWellMethods inherited from class uk.ac.gda.mx.ispyb.api.container.ContainerTypeBase
getCapacity, getCategory, getLabel, getTypeId, setCapacity, setCategory, setLabelMethods inherited from class gda.factory.ConfigurableBase
isConfigured, setConfiguredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gda.factory.Configurable
isConfigured
-
Field Details
-
TYPE_ID
- See Also:
-
CATEGORY
- See Also:
-
COLUMNS
public static final int COLUMNS- See Also:
-
ROWS
public static final int ROWS- See Also:
-
DROPS_PER_WELL
public static final int DROPS_PER_WELL- See Also:
-
CAPACITY
public static final int CAPACITY- See Also:
-
-
Constructor Details
-
GreinerCrystalQuickX2
public GreinerCrystalQuickX2()
-
-
Method Details
-
configure
public void configure()Description copied from class:ConfigurableBaseDefault implementation for classes that do not have to do any specific configuration.
Classes that do their own configuration should *not* call this superclass function, as it may cause the object to appear configured before it really is.- Specified by:
configurein interfaceConfigurable- Overrides:
configurein classPlateType
-