public class Montage extends Object
Constructor and Description |
---|
Montage(String convention,
boolean chars_are_columns) |
Modifier and Type | Method and Description |
---|---|
void |
add(String file_name) |
void |
addAll(String[] file_name) |
ArrayList<String[]> |
getCols()
Returns an ArrayList of String[], which can be of unequal length, and each contain the file names of a column.
|
public Montage(String convention, boolean chars_are_columns)
Copyright © 2015–2021 Fiji. All rights reserved.