|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectome.services.blitz.gateway.services.impl.RenderingServiceImpl
public class RenderingServiceImpl
Constructor Summary | |
---|---|
RenderingServiceImpl(omero.api.RenderingEnginePrx renderingEngine)
Create the ImageService passing the gateway. |
Method Summary | |
---|---|
double |
getChannelWindowEnd(Long pixelsId,
int w)
Get the channel max. |
double |
getChannelWindowStart(Long pixelsId,
int w)
Get the channel min. |
int |
getDefaultT(Long pixelsId)
Get the default T point of the image |
int |
getDefaultZ(Long pixelsId)
Get the default Z section of the image |
omero.model.Pixels |
getPixels(Long pixelsId)
Get the pixels of the Rendering engine. |
int[] |
getRenderedImage(long pixelsId,
int z,
int t)
Render image as Buffered image. |
int[][][] |
getRenderedImageMatrix(long pixelsId,
int z,
int t)
Render image as 3d matrix. |
boolean |
isActive(Long pixelsId,
int w)
Is the channel active. |
int[] |
renderAsPackedInt(Long pixelsId,
int z,
int t)
Render as a packedInt |
int[] |
renderAsPackedIntAsRGBA(long pixelsId,
int z,
int t)
Render image as Buffered image. |
void |
setActive(Long pixelsId,
int w,
boolean active)
Set the active channels in the pixels. |
void |
setChannelWindow(Long pixelsId,
int w,
double start,
double end)
Set the channel min, max. |
void |
setDefaultT(Long pixelsId,
int t)
Set the default timepoint of the image. |
void |
setDefaultZ(Long pixelsId,
int z)
Set the default Z section of the image. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderingServiceImpl(omero.api.RenderingEnginePrx renderingEngine)
renderingEngine
- To generate new instances of the
renderingEngine.Method Detail |
---|
public double getChannelWindowEnd(Long pixelsId, int w) throws omero.ServerError
RenderingService
getChannelWindowEnd
in interface RenderingService
pixelsId
- the pixelsId of the image.w
- channel.
omero.ServerError
public double getChannelWindowStart(Long pixelsId, int w) throws omero.ServerError
RenderingService
getChannelWindowStart
in interface RenderingService
pixelsId
- the pixelsId of the image.w
- channel.
omero.ServerError
public int getDefaultT(Long pixelsId) throws omero.ServerError
RenderingService
getDefaultT
in interface RenderingService
pixelsId
- the pixelsId of the image.
omero.ServerError
public int getDefaultZ(Long pixelsId) throws omero.ServerError
RenderingService
getDefaultZ
in interface RenderingService
pixelsId
- the pixelsId of the image.
omero.ServerError
public omero.model.Pixels getPixels(Long pixelsId) throws omero.ServerError
RenderingService
getPixels
in interface RenderingService
pixelsId
- the pixelsId of the image.
omero.ServerError
public boolean isActive(Long pixelsId, int w) throws omero.ServerError
RenderingService
isActive
in interface RenderingService
pixelsId
- the pixels id.w
- channel
omero.ServerError
public int[] renderAsPackedInt(Long pixelsId, int z, int t) throws omero.ServerError
RenderingService
renderAsPackedInt
in interface RenderingService
pixelsId
- pixels id of the plane to renderz
- z section to rendert
- timepoint to render
omero.ServerError
public void setActive(Long pixelsId, int w, boolean active) throws omero.ServerError
RenderingService
setActive
in interface RenderingService
pixelsId
- the pixels id.w
- the channelactive
- set active?
omero.ServerError
public void setChannelWindow(Long pixelsId, int w, double start, double end) throws omero.ServerError
RenderingService
setChannelWindow
in interface RenderingService
pixelsId
- the pixelsId of the image.w
- channel.start
- min.end
- max.
omero.ServerError
public void setDefaultT(Long pixelsId, int t) throws omero.ServerError
RenderingService
setDefaultT
in interface RenderingService
pixelsId
- the pixelsId of the image.t
- see above.
omero.ServerError
public void setDefaultZ(Long pixelsId, int z) throws omero.ServerError
RenderingService
setDefaultZ
in interface RenderingService
pixelsId
- the pixelsId of the image.z
- see above.
omero.ServerError
public int[] getRenderedImage(long pixelsId, int z, int t) throws omero.ServerError
RenderingService
getRenderedImage
in interface RenderingService
pixelsId
- pixels id of the plane to renderz
- z section to rendert
- timepoint to render
omero.ServerError
public int[][][] getRenderedImageMatrix(long pixelsId, int z, int t) throws omero.ServerError
RenderingService
getRenderedImageMatrix
in interface RenderingService
pixelsId
- pixels id of the plane to renderz
- z section to rendert
- timepoint to render
omero.ServerError
public int[] renderAsPackedIntAsRGBA(long pixelsId, int z, int t) throws omero.ServerError
RenderingService
renderAsPackedIntAsRGBA
in interface RenderingService
pixelsId
- pixels id of the plane to renderz
- z section to rendert
- timepoint to render
omero.ServerError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.