class ZeissTIFFHandler.Tag extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
category |
int |
index |
int |
key |
String |
value |
| Constructor and Description |
|---|
Tag(int index)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
boolean |
valid()
Check if the tag is valid (key, value and category have been set).
|
public int index
public int key
public String value
public int category
Copyright © 2017 Open Microscopy Environment