public class PrintFormatTable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PrintFormatTable.PrintStyles |
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOGGER |
Constructor and Description |
---|
PrintFormatTable() |
Modifier and Type | Method and Description |
---|---|
static String |
getFooter(PrintFormatTable.PrintStyles style) |
static String |
getFormatLine(PrintFormatTable.PrintStyles style,
String name,
boolean read,
boolean write,
boolean wmp,
String ext) |
static String |
getHeader(PrintFormatTable.PrintStyles style) |
static String |
getHtmlFooter() |
static String |
getHtmlFormatLine(String name,
boolean read,
boolean write,
String ext) |
static String |
getHtmlHeader() |
static String |
getTextFooter() |
static String |
getTextFormatLine(String name,
boolean read,
boolean write,
boolean wmp,
String ext) |
static String |
getTextHeader() |
static String |
getXmlFooter() |
static String |
getXmlFormatLine(String name,
boolean read,
boolean write,
boolean wmp,
String ext) |
static String |
getXmlHeader() |
static void |
main(String[] args) |
static void |
printSupportedFormats(String[] args) |
public static String getTextHeader()
public static String getTextFooter()
public static String getTextFormatLine(String name, boolean read, boolean write, boolean wmp, String ext)
public static String getXmlHeader()
public static String getXmlFooter()
public static String getXmlFormatLine(String name, boolean read, boolean write, boolean wmp, String ext)
public static String getHtmlHeader()
public static String getHtmlFooter()
public static String getHtmlFormatLine(String name, boolean read, boolean write, String ext)
public static String getHeader(PrintFormatTable.PrintStyles style)
public static String getFooter(PrintFormatTable.PrintStyles style)
public static String getFormatLine(PrintFormatTable.PrintStyles style, String name, boolean read, boolean write, boolean wmp, String ext)
public static void printSupportedFormats(String[] args)
public static void main(String[] args)
Copyright © 2015 Open Microscopy Environment