Package | Description |
---|---|
loci.poi | |
loci.poi.ddf |
This package contains classes for decoding the Microsoft Office
Drawing format otherwise known as escher henceforth known in POI
as the Dreadful Drawing Format.
|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
loci.poi.util |
Top-level util package are classes that are useful throughout the project.
|
Modifier and Type | Field and Description |
---|---|
protected POILogger |
POIDocument.logger
For our own logging use
|
Modifier and Type | Field and Description |
---|---|
private static POILogger |
EscherMetafileBlip.log |
private static POILogger |
EscherPictBlip.log |
Modifier and Type | Field and Description |
---|---|
private static POILogger |
Workbook.log |
private static POILogger |
Sheet.log |
Modifier and Type | Field and Description |
---|---|
private static POILogger |
HSSFWorkbook.log |
private static POILogger |
HSSFSheet.log |
private static POILogger |
HSSFPicture.log |
private POILogger |
EscherGraphics2d.logger |
private static POILogger |
EscherGraphics.logger |
Modifier and Type | Class and Description |
---|---|
class |
CommonsLogger
A logger class that strives to make it as easy as possible for
developers to write log calls, while simultaneously making those
calls as cheap as possible by performing lazy evaluation of the log
message.
|
class |
NullLogger
A logger class that strives to make it as easy as possible for
developers to write log calls, while simultaneously making those
calls as cheap as possible by performing lazy evaluation of the log
message.
|
class |
SystemOutLogger
A logger class that strives to make it as easy as possible for
developers to write log calls, while simultaneously making those
calls as cheap as possible by performing lazy evaluation of the log
message.
|
Modifier and Type | Method and Description |
---|---|
static POILogger |
POILogFactory.getLogger(Class theclass)
Get a logger, based on a class name
|
static POILogger |
POILogFactory.getLogger(String cat)
Get a logger, based on a String
|
Copyright © 2016 Open Microscopy Environment