Serialized Form
-
Package org.pentaho.reporting.libraries.base.boot
-
Exception org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
class ModuleInitializeException extends Exception implements Serializable- serialVersionUID:
- -8742325619631583144L
-
Exception org.pentaho.reporting.libraries.base.boot.ObjectFactoryException
class ObjectFactoryException extends RuntimeException implements Serializable -
Class org.pentaho.reporting.libraries.base.boot.PackageManager.PackageConfiguration
class PackageConfiguration extends PropertyFileConfiguration implements Serializable- serialVersionUID:
- -2170306139946858878L
-
-
Package org.pentaho.reporting.libraries.base.config
-
Class org.pentaho.reporting.libraries.base.config.DefaultConfiguration
class DefaultConfiguration extends Properties implements Serializable- serialVersionUID:
- -7812745196042984458L
-
Class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
class ExtendedConfigurationWrapper extends Object implements Serializable- serialVersionUID:
- -3600564448124904906L
-
Serialized Fields
-
parent
Configuration parent
The base configuration.
-
-
Class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
class HierarchicalConfiguration extends Object implements Serializable- serialVersionUID:
- -6962432361197107831L
-
Serialization Methods
-
readObject
Helper method for serialization.- Parameters:
in
- the input stream from where to read the serialized object.- Throws:
IOException
- when reading the stream fails.ClassNotFoundException
- if a class definition for a serialized object could not be found.
-
writeObject
Helper method for serialization.- Parameters:
out
- the output stream where to write the object.- Throws:
IOException
- if errors occur while writing the stream.
-
-
Serialized Fields
-
booterClass
Class booterClass
The booter class from where to get the global configuration after deserialization. -
configuration
DefaultConfiguration configuration
The instance configuration properties.
-
-
Class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration
class PropertyFileConfiguration extends HierarchicalConfiguration implements Serializable- serialVersionUID:
- 2423181637547944866L
-
Class org.pentaho.reporting.libraries.base.config.SystemPropertyConfiguration
class SystemPropertyConfiguration extends HierarchicalConfiguration implements Serializable- serialVersionUID:
- 4200899352924290311L
-
-
Package org.pentaho.reporting.libraries.base.encoder
-
Exception org.pentaho.reporting.libraries.base.encoder.UnsupportedEncoderException
class UnsupportedEncoderException extends Exception implements Serializable
-
-
Package org.pentaho.reporting.libraries.base.util
-
Exception org.pentaho.reporting.libraries.base.util.ArgumentNullException
class ArgumentNullException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
field
String field
-
-
-
Class org.pentaho.reporting.libraries.base.util.FastStack
class FastStack extends Object implements Serializable- serialVersionUID:
- 3111917250800511580L
-
Serialized Fields
-
contents
Object[] contents
The contents of the stack. The array is likely to be larger than the actual size of the stack, so usesize
to get the last accessible item. -
initialSize
int initialSize
The initial size of the stack, but also the growth-factor. -
size
int size
The current fill-level of the stack.
-
-
Class org.pentaho.reporting.libraries.base.util.FloatDimension
class FloatDimension extends Dimension2D implements Serializable- serialVersionUID:
- 5367882923248086744L
-
Serialized Fields
-
height
float height
The height. -
width
float width
The width.
-
-
Class org.pentaho.reporting.libraries.base.util.FormattedMessage
class FormattedMessage extends Object implements Serializable -
Class org.pentaho.reporting.libraries.base.util.GenericObjectTable
- serialVersionUID:
- 4870219010677984960L
-
Class org.pentaho.reporting.libraries.base.util.HashNMap
class HashNMap extends Object implements Serializable- serialVersionUID:
- -670924844536074826L
-
Class org.pentaho.reporting.libraries.base.util.LFUMap
class LFUMap extends Object implements Serializable -
Class org.pentaho.reporting.libraries.base.util.LinkedMap
class LinkedMap extends Object implements Serializable-
Serialized Fields
-
backend
LinkedMap.MapEntry[] backend
-
capacity
int capacity
-
firstEntry
LinkedMap.MapEntry firstEntry
-
lastEntry
LinkedMap.MapEntry lastEntry
-
loadFactor
float loadFactor
-
mask
int mask
-
size
int size
-
-
-
Class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
class MapEntry extends Object implements Serializable-
Serialized Fields
-
collisionNext
LinkedMap.MapEntry collisionNext
The link to the next entry in the bucket that has the same hashkey. -
hashKey
int hashKey
The precomputed hashkey of the key. -
key
Object key
The key object, which is never null and which never changes. -
next
LinkedMap.MapEntry next
The link to the next entry in the list. -
previous
LinkedMap.MapEntry previous
The link to the previous entry in the list. -
value
Object value
The current value object (can be null).
-
-
-
Class org.pentaho.reporting.libraries.base.util.ObjectTable
class ObjectTable extends Object implements Serializable- serialVersionUID:
- -3968322452944912066L
-
Serialization Methods
-
readObject
Restores a serialized object.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O problem.ClassNotFoundException
- if a class cannot be found.
-
writeObject
Handles serialization.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O problem.
-
-
Serialized Fields
-
columnIncrement
int columnIncrement
Defines how many object-slots get reserved each time we run out of space. -
columns
int columns
The number of columns. -
rowIncrement
int rowIncrement
Defines how many object-slots get reserved each time we run out of space. -
rows
int rows
The number of rows.
-
-
Exception org.pentaho.reporting.libraries.base.util.StackableException
class StackableException extends Exception implements Serializable- serialVersionUID:
- -8649054607849486694L
-
Exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
class StackableRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -4378774171699885841L
-
Serialized Fields
-
parent
Throwable parent
Deprecated.The parent exception.
-
-