Dataset-class           Dataset
Image-class             Image
OMERO-class             OME remote object class This is basically a
                        wrapper around the Pojo's of the Java Gateway
                        with a reference to the server.
OMEROServer-class       OMEROServer class Provides access to an OMERO
                        server
Plate-class             Plate
Project-class           Project
Screen-class            Screen
Well-class              Well
addROIs                 Add ROIs (Point, Ellipse or Rectangle) to an
                        Image x, y -> Point x, y, rx, ry -> Ellipse x,
                        y, w, h -> Rectangle theta: Rotation about
                        theta text: An optional comment
addROIs,Image-method    Add ROIs (Point, Ellipse or Rectangle) to an
                        Image x, y -> Point x, y, rx, ry -> Ellipse x,
                        y, w, h -> Rectangle theta: Rotation about
                        theta text: An optional comment
attachDataframe         Attaches a dataframe to an OME object
attachDataframe,OMERO-method
                        Attaches a dataframe to an OME object
attachFile              Attach a file to an OME object
attachFile,OMERO-method
                        Attach a file to an OME object
availableDataframes     Get the dataframes (name/id/annotationID)
                        attached to an OME object
availableDataframes,OMERO-method
                        Get the dataframes (name/id/annotationID)
                        attached to an OME object
cast                    Casts a general OMERO object into its proper
                        type, e. g. Plate (if possible)
cast,OMERO-method       Casts a general OMERO object into its proper
                        type, e. g. Plate (if possible)
connect                 Connect to an OMERO server
connect,OMEROServer-method
                        Connect to an OMERO server
delete                  Deletes an OME object
delete,OMERO-method     Deletes an OME object
deleteFile              Delete a file attached to an OME object
deleteFile,OMERO-method
                        Delete a file attachend to an OME object
describeDataframe       Describe a dataframe attached to an OME object
describeDataframe,OMERO-method
                        Describe a dataframe attached to an OME object
disconnect              Disconnect from an OMERO server
disconnect,OMEROServer-method
                        Disconnect from an OMERO server
getAnnotations          Get annotations attached to an OME object.
                        Type, Namespace, Name, Content, ID, FileID (in
                        case of file annotations)
getAnnotations,OMERO-method
                        Get annotations attached to an OME object.
                        Type, Namespace, Name, Content, ID, FileID (in
                        case of file annotations)
getAnnotations,OMEROServer-method
                        Get annotations attached to an OME object.
                        Type, Namespace, Name, Content, ID, FileID (in
                        case of file annotations)
getChannelNames         Get the channel names of an Image
getChannelNames,Image-method
                        Get the channel names of an Image
getColumn               Get the column index of the specific well
getColumn,Well-method   Get the column index of the specific well
getContext              Get the current SecurityContext
getContext,OMEROServer-method
                        Get the current SecurityContext
getDatasets             Get all datasets of the logged in user
getDatasets,OMEROServer-method
                        Get all datasets of the logged in user
getDatasets,Project-method
                        Get all datasets of a project
getGateway              Get the reference to the Java Gatway
getGateway,OMEROServer-method
                        Get the reference to the Java Gatway
getGroupContext         Get the current group context
getGroupContext,OMEROServer-method
                        Get the current group context
getImages               Get all images of a container (Dataset,
                        Project, Screen, Plate or Well)
getImages,Dataset-method
                        Get all images of a dataset
getImages,Plate-method
                        Get all images of a plate
getImages,Project-method
                        Get all images of a project
getImages,Screen-method
                        Get all images of a screen
getImages,Well-method   Get the fields of the specific well
getOMEROID              Get the ID of the OME object
getOMEROID,OMERO-method
                        Get the ID of the OME object
getOMEROType            Get the type of the OME object
getOMEROType,OMERO-method
                        Get the type of the OME object
getPixelValues          Get the pixel values of an Image. An error will
                        be thrown if invalid z, t or c values are
                        specified.
getPixelValues,Image-method
                        Get the pixel values of an Image. An error will
                        be thrown if invalid z, t or c values are
                        specified.
getPlates               Get all plates of the logged in user
getPlates,OMEROServer-method
                        Get all plates of the logged in user
getPlates,Screen-method
                        Get the plates of the specific screen
getProjects             Get all projects of the logged in user
getProjects,OMEROServer-method
                        Get all projects of the logged in user
getROIs                 Get the ROIs (Point, Ellipse or Rectangle) of
                        an Image x, y -> Point x, y, rx, ry -> Ellipse
                        x, y, w, h -> Rectangle theta: Rotation about
                        theta text: An optional comment
getROIs,Image-method    Get the ROIs (Point, Ellipse or Rectangle) of
                        an Image x, y -> Point x, y, rx, ry -> Ellipse
                        x, y, w, h -> Rectangle theta: Rotation about
                        theta text: An optional comment
getRow                  Get the row index of the specific well
getRow,Well-method      Get the row index of the specific well
getScreens              Get all screens of the logged in user
getScreens,OMEROServer-method
                        Get all screens of the logged in user
getThumbnail            Get the thumbnail for an Image (as JPEG)
getThumbnail,Image-method
                        Get the thumbnail for an Image (as JPEG)
getWells                Get the wells of the specific plate
getWells,Plate-method   Get the wells of the specific plate
length,Well-method      Get the number of fields
loadCSV                 Load a CSV file from the server
loadCSV,OMEROServer-method
                        Load a CSV file from the server
loadDataframe           Load a dataframe attached to an OME object
loadDataframe,OMERO-method
                        Load a dataframe attached to an OME object
loadObject              Load an object from the server
loadObject,OMEROServer-method
                        Load an object from the server
searchFor               Search for OMERO objects
searchFor,OMEROServer-method
                        Search for OMERO objects
setGroupContext         Set a different group context
setGroupContext,OMEROServer-method
                        Set a different group context
