Package tech.tablesaw.io.html
Class HtmlWriter
- java.lang.Object
-
- tech.tablesaw.io.html.HtmlWriter
-
- All Implemented Interfaces:
tech.tablesaw.io.DataWriter<HtmlWriteOptions>
public class HtmlWriter extends Object implements tech.tablesaw.io.DataWriter<HtmlWriteOptions>
-
-
Constructor Summary
Constructors Constructor Description HtmlWriter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
register(tech.tablesaw.io.WriterRegistry registry)
void
write(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest)
void
write(tech.tablesaw.api.Table table, HtmlWriteOptions options)
-
-
-
Method Detail
-
register
public static void register(tech.tablesaw.io.WriterRegistry registry)
-
write
public void write(tech.tablesaw.api.Table table, HtmlWriteOptions options)
- Specified by:
write
in interfacetech.tablesaw.io.DataWriter<HtmlWriteOptions>
-
write
public void write(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest)
- Specified by:
write
in interfacetech.tablesaw.io.DataWriter<HtmlWriteOptions>
-
-