io.annot8.common.data.content.Row Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annot8-common-data Show documentation
Show all versions of annot8-common-data Show documentation
Common data (bounds and content) definitions
The newest version!
/* Annot8 (annot8.io) - Licensed under Apache-2.0. */
package io.annot8.common.data.content;
import io.annot8.common.utils.java.ConversionUtils;
import java.util.List;
import java.util.Optional;
public interface Row {
List getColumnNames();
int getColumnCount();
int getRowIndex();
Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy