Package | Description |
---|---|
com.sun.media.imageioimpl.plugins.jpeg2000 | |
jj2000.j2k.util |
Modifier and Type | Class and Description |
---|---|
class |
J2KImageReader
This class is the Java Image IO plugin reader for JPEG 2000 JP2 image file
format.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamMsgLogger
This class implements the MsgLogger interface for streams.
|
Modifier and Type | Field and Description |
---|---|
private static MsgLogger |
FacilityManager.defMsgLogger
The default logger, for threads that have none associated with them
|
Modifier and Type | Method and Description |
---|---|
static MsgLogger |
FacilityManager.getMsgLogger()
Returns the MsgLogger registered with the current thread (the
thread that calls this method).
|
static MsgLogger |
FacilityManager.getMsgLogger(Thread t)
Returns the MsgLogger registered with the thread 't' (the thread
that calls this method).
|
Modifier and Type | Method and Description |
---|---|
static void |
FacilityManager.registerMsgLogger(Thread t,
MsgLogger ml)
Registers the MsgLogger 'ml' as the logging facility of the
thread 't'.
|
Copyright © 2016 Open Microscopy Environment