|
ImageScience 3.0.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectimagescience.image.Aspects
public class Aspects
Contains aspect ratio or size information of up to 5D image elements.
Field Summary | |
---|---|
double |
c
The absolute or relative aspect size in the c-dimension. |
double |
t
The absolute or relative aspect size in the t-dimension. |
double |
x
The absolute or relative aspect size in the x-dimension. |
double |
y
The absolute or relative aspect size in the y-dimension. |
double |
z
The absolute or relative aspect size in the z-dimension. |
Constructor Summary | |
---|---|
Aspects()
Default constructor. |
|
Aspects(double x)
One-dimensional constructor. |
|
Aspects(double x,
double y)
Two-dimensional constructor. |
|
Aspects(double x,
double y,
double z)
Three-dimensional constructor. |
|
Aspects(double x,
double y,
double z,
double t)
Four-dimensional constructor. |
|
Aspects(double x,
double y,
double z,
double t,
double c)
Five-dimensional constructor. |
Method Summary | |
---|---|
Aspects |
duplicate()
Duplicates this object. |
boolean |
equals(Aspects aspects)
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 final double x
1
.
public final double y
1
.
public final double z
1
.
public final double t
1
.
public final double c
1
.
Constructor Detail |
---|
public Aspects()
public Aspects(double x)
x
- The aspect size in the x-dimension.public Aspects(double x, double y)
x
- The aspect size in the x-dimension.y
- The aspect size in the y-dimension.public Aspects(double x, double y, double z)
x
- The aspect size in the x-dimension.y
- The aspect size in the y-dimension.z
- The aspect size in the z-dimension.public Aspects(double x, double y, double z, double t)
x
- The aspect size in the x-dimension.y
- The aspect size in the y-dimension.z
- The aspect size in the z-dimension.t
- The aspect size in the t-dimension.public Aspects(double x, double y, double z, double t, double c)
x
- The aspect size in the x-dimension.y
- The aspect size in the y-dimension.z
- The aspect size in the z-dimension.t
- The aspect size in the t-dimension.c
- The aspect size in the c-dimension.Method Detail |
---|
public Aspects duplicate()
Aspects
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(Aspects aspects)
aspects
- The object to compare this object with.
true
if the given object is not null
and its aspect size in each dimension is equal to the corresponding aspect size of 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.