Serialized Form
-
Package ome.system
-
Class ome.system.Principal extends java.lang.Object implements Serializable
- serialVersionUID:
- 3761954018296933086L
-
Serialized Fields
-
group
java.lang.String group
-
name
java.lang.String name
-
preferences
PreferenceContext preferences
-
type
java.lang.String type
-
-
Class ome.system.Roles extends java.lang.Object implements Serializable
- serialVersionUID:
- -2488864989534638213L
-
Serialized Fields
-
ggId
long ggId
-
ggName
java.lang.String ggName
-
guestId
long guestId
-
guestName
java.lang.String guestName
-
rId
long rId
-
rName
java.lang.String rName
-
sgId
long sgId
-
sgName
java.lang.String sgName
-
ugId
long ugId
-
ugName
java.lang.String ugName
-
-
Class ome.system.SimpleEventContext extends java.lang.Object implements Serializable
- serialVersionUID:
- -391820349350359539L
-
Serialized Fields
-
adminPrivileges
java.util.Set<ome.model.enums.AdminPrivilege> adminPrivileges
-
ceId
java.lang.Long ceId
-
ceType
java.lang.String ceType
-
cgId
java.lang.Long cgId
-
cgName
java.lang.String cgName
-
csId
java.lang.Long csId
-
csName
java.lang.String csName
-
csuId
java.lang.Long csuId
-
csuName
java.lang.String csuName
-
cuId
java.lang.Long cuId
-
cuName
java.lang.String cuName
-
groupPermissions
ome.model.internal.Permissions groupPermissions
-
isAdmin
boolean isAdmin
-
isReadOnly
boolean isReadOnly
-
leaderOfGroups
java.util.List<java.lang.Long> leaderOfGroups
-
memberOfGroups
java.util.List<java.lang.Long> memberOfGroups
-
shareId
java.lang.Long shareId
-
umask
ome.model.internal.Permissions umask
-
-
-
Package ome.util.messages
-
Class ome.util.messages.InternalMessage extends org.springframework.context.ApplicationEvent implements Serializable
-
Serialized Fields
-
threadSafe
boolean threadSafe
-
-
-
Class ome.util.messages.MessageException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 5563094828794438400L
-
Serialized Fields
-
t
java.lang.Throwable t
-
-
Class ome.util.messages.ShutdownMessage extends InternalMessage implements Serializable
- serialVersionUID:
- 1293480142039840025L
-
Class ome.util.messages.UserSignalMessage extends InternalMessage implements Serializable
- serialVersionUID:
- 7132548299119420025L
-
Serialized Fields
-
signal
int signal
-
-
-
Package ome.util.search
-
Class ome.util.search.InvalidQueryException extends java.lang.Exception implements Serializable
-
-
Package omeis.providers.re
-
Class omeis.providers.re.RGBAIntBuffer extends RGBBuffer implements Serializable
- serialVersionUID:
- 5319594152383817324L
-
Serialized Fields
-
dataBuf
int[] dataBuf
The data buffer storing pixel values. -
sizeX1
int sizeX1
Number of pixels on the X1-axis. This is the X-axis in the case of an XY or XZ plane. Otherwise it is the Z-axis ZY plane. -
sizeX2
int sizeX2
Number of pixels on the X2-axis. This is the Y-axis in the case of an XY or ZY plane. Otherwise it is the Z-axis XZ plane.
-
-
Class omeis.providers.re.RGBBuffer extends java.lang.Object implements Serializable
- serialVersionUID:
- 5319594152389817323L
-
Serialized Fields
-
bands
byte[][] bands
Holds the image's data. The byte array of indexRGBBuffer.R_BAND
holds the data for the red band, indexRGBBuffer.G_BAND
holds the data for the green band, and indexRGBBuffer.B_BAND
holds the data for the blue band. The size of each array is the one specified to the constructor. -
sizeX1
int sizeX1
Number of pixels on the X1-axis. This is the X-axis in the case of an XY or XZ plane. Otherwise it is the Z-axis ZY plane. -
sizeX2
int sizeX2
Number of pixels on the X2-axis. This is the Y-axis in the case of an XY or ZY plane. Otherwise it is the Z-axis XZ plane.
-
-
Class omeis.providers.re.RGBIntBuffer extends RGBBuffer implements Serializable
- serialVersionUID:
- 5319594152389817324L
-
Serialized Fields
-
dataBuf
int[] dataBuf
The data buffer storing pixel values. -
sizeX1
int sizeX1
Number of pixels on the X1-axis. This is the X-axis in the case of an XY or XZ plane. Otherwise it is the Z-axis ZY plane. -
sizeX2
int sizeX2
Number of pixels on the X2-axis. This is the Y-axis in the case of an XY or ZY plane. Otherwise it is the Z-axis XZ plane.
-
-
-
Package omeis.providers.re.data
-
Class omeis.providers.re.data.PlaneDef extends java.lang.Object implements Serializable
- serialVersionUID:
- -3200013163481587159L
-
Serialized Fields
-
region
RegionDef region
The region to retrieve i.e. a rectangular section of the plane. -
renderShapes
boolean renderShapes
Render shapes (masks) associated with this plane? -
shapeIds
java.util.List<java.lang.Long> shapeIds
List of shape Ids to render. -
slice
int slice
Tells which kind of plane this object identifies. Set to one of thePlaneDef.XY
,PlaneDef.XZ
orPlaneDef.ZY
constants defined by this class. -
stride
int stride
The step size. -
t
int t
The timepoint. -
x
int x
Selects a plane in the set identified byPlaneDef.slice
. Only relevant in the context of an YZ-plane. -
y
int y
Selects a plane in the set identified byPlaneDef.slice
. Only relevant in the context of an XZ-plane. -
z
int z
Selects a plane in the set identified byPlaneDef.slice
. Only relevant in the context of an XY plane.
-
-
Class omeis.providers.re.data.RegionDef extends java.lang.Object implements Serializable
- serialVersionUID:
- 2681169086599580818L
-
Serialized Fields
-
height
int height
The height of the region. -
width
int width
The width of the region. -
x
int x
The x-coordinate of the top-left corner. -
y
int y
The y-coordinate of the top-left corner.
-
-