|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectome.services.blitz.gateway.services.impl.RawPixelsStoreServiceImpl
public class RawPixelsStoreServiceImpl
Constructor Summary | |
---|---|
RawPixelsStoreServiceImpl(omero.api.RawPixelsStorePrx rawPixelsStore)
Create the ImageService passing the gateway. |
Method Summary | |
---|---|
int |
getByteWidth(long pixelsId)
Get the bytewidth of the image |
byte[] |
getPlane(long pixelsId,
int z,
int c,
int t)
get bytes to the plane c, t, z |
int |
getPlaneSize(long pixelsId)
Get the plane size of the current image. |
int |
getRowSize(long pixelsId)
Get the plane size of the current image. |
int |
getStackSize(long pixelsId)
Get the stack size of the current image. |
int |
getTimepointSize(long pixelsId)
Get the timepoint size of the current image. |
int |
getTotalSize(long pixelsId)
Get the total size of the current image. |
boolean |
isFloat(long pixelsId)
Are the bytes in the image floats. |
boolean |
isSigned(long pixelsId)
Are the bytes in the image signed. |
void |
setPlane(long pixelsId,
byte[] buf,
int z,
int c,
int t)
set the plane at z, c, t to the bytes of buf. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RawPixelsStoreServiceImpl(omero.api.RawPixelsStorePrx rawPixelsStore)
gatewayFactory
- To generate new instances of the
RenderingEngineGateway.Method Detail |
---|
public int getByteWidth(long pixelsId) throws omero.ServerError
RawPixelsStoreService
getByteWidth
in interface RawPixelsStoreService
pixelsId
- the pixelsId of the image.
omero.ServerError
public byte[] getPlane(long pixelsId, int z, int c, int t) throws omero.ServerError
RawPixelsStoreService
getPlane
in interface RawPixelsStoreService
pixelsId
- the pixelsId of the image.z
- see above.c
- see above.t
- the bytes.
omero.ServerError
public int getPlaneSize(long pixelsId) throws omero.ServerError
RawPixelsStoreService
getPlaneSize
in interface RawPixelsStoreService
pixelsId
- the pixelsId of the image.
omero.ServerError
public int getRowSize(long pixelsId) throws omero.ServerError
RawPixelsStoreService
getRowSize
in interface RawPixelsStoreService
pixelsId
- the pixelsId of the image.
omero.ServerError
public int getStackSize(long pixelsId) throws omero.ServerError
RawPixelsStoreService
getStackSize
in interface RawPixelsStoreService
pixelsId
- the pixelsId of the image.
omero.ServerError
public int getTimepointSize(long pixelsId) throws omero.ServerError
RawPixelsStoreService
getTimepointSize
in interface RawPixelsStoreService
pixelsId
- the pixelsId of the image.
omero.ServerError
public int getTotalSize(long pixelsId) throws omero.ServerError
RawPixelsStoreService
getTotalSize
in interface RawPixelsStoreService
pixelsId
- the pixelsId of the image.
omero.ServerError
public boolean isFloat(long pixelsId) throws omero.ServerError
RawPixelsStoreService
isFloat
in interface RawPixelsStoreService
pixelsId
- the pixelsId of the image.
omero.ServerError
public boolean isSigned(long pixelsId) throws omero.ServerError
RawPixelsStoreService
isSigned
in interface RawPixelsStoreService
pixelsId
- the pixelsId of the image.
omero.ServerError
public void setPlane(long pixelsId, byte[] buf, int z, int c, int t) throws omero.ServerError
RawPixelsStoreService
setPlane
in interface RawPixelsStoreService
pixelsId
- the pixelsId of the image.buf
- bytes of the plane.z
- z sectionc
- channelt
- timepoint
omero.ServerError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.