public class POIFSViewEngine extends Object
Constructor and Description |
---|
POIFSViewEngine() |
Modifier and Type | Method and Description |
---|---|
private static String |
indent(int indentLevel,
String indentString,
String data) |
static List |
inspectViewable(Object viewable,
boolean drilldown,
int indentLevel,
String indentString)
Inspect an object that may be viewable, and drill down if told
to
|
private static final String _EOL
public static List inspectViewable(Object viewable, boolean drilldown, int indentLevel, String indentString)
viewable
- the object to be vieweddrilldown
- if true, and the object implements
POIFSViewable, inspect the objects' contents
(recursively)indentLevel
- how far in to indent each stringindentString
- string to use for indentingCopyright © 2015 Open Microscopy Environment