Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
Java
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Java Plate.unlinkScreen Examples
Programming Language:
Java
Class/Type:
Plate
Method/Function:
unlinkScreen
Examples at hotexamples.com:
1
Java Plate.unlinkScreen - 1 examples found
. These are the top rated real world Java examples of
Plate.unlinkScreen
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
linkScreen(2)
toString(2)
getTLcorner(2)
getCoordinates(2)
asXMLElement(1)
position(1)
name(1)
min2(1)
min1(1)
max2(1)
max1(1)
getWellVolume(1)
getXYZGridIndices(1)
getStatus(1)
getPlateSpecs(1)
getOrder(1)
getMaxWellVolume(1)
getID(1)
getElements(1)
getDimensions(1)
unlinkScreen(1)
Frequently Used Methods
linkScreen (2)
toString (2)
getTLcorner (2)
getCoordinates (2)
asXMLElement (1)
position (1)
name (1)
min2 (1)
min1 (1)
max2 (1)
Frequently Used Methods
max1 (1)
getWellVolume (1)
getXYZGridIndices (1)
getStatus (1)
getPlateSpecs (1)
getOrder (1)
getMaxWellVolume (1)
getID (1)
getElements (1)
getDimensions (1)
unlinkScreen (1)
Frequently Used Methods
unlinkScreen (1)
Example #1
0
Show file
File:
Screen.java
Project:
Jondeen/bioformats
public boolean unlinkPlate(Plate o) { o.unlinkScreen(this); return plateLinks.remove(o); }
x