public class ViewId extends Object implements Comparable<ViewId>
| Modifier and Type | Field and Description |
|---|---|
protected int |
setup
The setup id.
|
protected int |
timepoint
The timepoint id.
|
| Constructor and Description |
|---|
ViewId(int timepointId,
int setupId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ViewId o)
|
boolean |
equals(Object o)
|
int |
getTimePointId()
Get the timepoint id.
|
int |
getViewSetupId()
Get the setup id.
|
int |
hashCode() |
protected int timepoint
protected int setup
public int getTimePointId()
public int getViewSetupId()
public int compareTo(ViewId o)
compareTo in interface Comparable<ViewId>Copyright © 2015–2021 Fiji. All rights reserved.