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