|
ImageScience 3.0.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectimagescience.image.Axes
public class Axes
Contains information about the activity of the coordinate axes of up to 5D image data objects.
Field Summary | |
---|---|
boolean |
c
Indicates whether the c-axis is active. |
static int |
C
The c-axis. |
boolean |
t
Indicates whether the t-axis is active. |
static int |
T
The t-axis. |
boolean |
x
Indicates whether the x-axis is active. |
static int |
X
The x-axis. |
boolean |
y
Indicates whether the y-axis is active. |
static int |
Y
The y-axis. |
boolean |
z
Indicates whether the z-axis is active. |
static int |
Z
The z-axis. |
Constructor Summary | |
---|---|
Axes()
Default constructor. |
|
Axes(boolean x)
One-dimensional constructor. |
|
Axes(boolean x,
boolean y)
Two-dimensional constructor. |
|
Axes(boolean x,
boolean y,
boolean z)
Three-dimensional constructor. |
|
Axes(boolean x,
boolean y,
boolean z,
boolean t)
Four-dimensional constructor. |
|
Axes(boolean x,
boolean y,
boolean z,
boolean t,
boolean c)
Five-dimensional constructor. |
|
Axes(int axes)
Five-dimensional constructor. |
Method Summary | |
---|---|
Axes |
duplicate()
Duplicates this object. |
boolean |
equals(Axes axes)
Indicates whether this object is in the same state as the given object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int X
public static final int Y
public static final int Z
public static final int T
public static final int C
public final boolean x
public final boolean y
public final boolean z
public final boolean t
public final boolean c
Constructor Detail |
---|
public Axes()
public Axes(boolean x)
x
- The x-axis activity.public Axes(boolean x, boolean y)
x
- The x-axis activity.y
- The y-axis activity.public Axes(boolean x, boolean y, boolean z)
x
- The x-axis activity.y
- The y-axis activity.z
- The z-axis activity.public Axes(boolean x, boolean y, boolean z, boolean t)
x
- The x-axis activity.y
- The y-axis activity.z
- The z-axis activity.t
- The t-axis activity.public Axes(boolean x, boolean y, boolean z, boolean t, boolean c)
x
- The x-axis activity.y
- The y-axis activity.z
- The z-axis activity.t
- The t-axis activity.c
- The c-axis activity.public Axes(int axes)
axes
- An integer number indicating which axes are active. Must be one or a combination (by addition) of X
, Y
, Z
, T
, C
.
java.lang.IllegalArgumentException
- If axes
does not correspond to a valid combination of axes.Method Detail |
---|
public Axes duplicate()
Axes
object that is an exact copy of this object. All information is copied and no memory is shared between this and the returned object.public boolean equals(Axes axes)
axes
- The object to compare this object with.
true
if the given object is not null
and has the same axes (de)activated as this object, or false
if this is not the case.
|
ImageScience 3.0.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) Erik Meijering. Permission to use this software and corresponding documentation for educational, research, and not-for-profit purposes, without a fee and without a signed licensing agreement, is granted, subject to the following terms and conditions.
IT IS NOT ALLOWED TO REDISTRIBUTE, SELL, OR LEASE THIS SOFTWARE, OR DERIVATIVE WORKS THEREOF, WITHOUT PERMISSION IN WRITING FROM THE COPYRIGHT HOLDER. THE COPYRIGHT HOLDER IS FREE TO MAKE VERSIONS OF THE SOFTWARE AVAILABLE FOR A FEE OR COMMERCIALLY ONLY.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OF ANY KIND WHATSOEVER, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE EXPRESS OR IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE AND CORRESPONDING DOCUMENTATION IS PROVIDED "AS IS". THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.