Serialized Form


Package org.pentaho.reporting.libraries.base.boot

Class org.pentaho.reporting.libraries.base.boot.ModuleInitializeException extends StackableException implements Serializable

serialVersionUID: -8742325619631583144L

Class org.pentaho.reporting.libraries.base.boot.PackageManager.PackageConfiguration extends PropertyFileConfiguration implements Serializable

serialVersionUID: -2170306139946858878L


Package org.pentaho.reporting.libraries.base.config

Class org.pentaho.reporting.libraries.base.config.DefaultConfiguration extends java.util.Properties implements Serializable

serialVersionUID: -7812745196042984458L

Class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper extends java.lang.Object implements Serializable

serialVersionUID: -3600564448124904906L

Serialized Fields

parent

Configuration parent
The base configuration.

Class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration extends java.lang.Object implements Serializable

serialVersionUID: -6962432361197107831L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Helper method for serialization.

Throws:
java.io.IOException - when reading the stream fails.
java.lang.ClassNotFoundException - if a class definition for a serialized object could not be found.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Helper method for serialization.

Throws:
java.io.IOException - if errors occur while writing the stream.
Serialized Fields

configuration

java.util.Properties configuration
The instance configuration properties.


booterClass

java.lang.Class<T> booterClass

Class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration extends HierarchicalConfiguration implements Serializable

serialVersionUID: 2423181637547944866L

Class org.pentaho.reporting.libraries.base.config.SystemPropertyConfiguration extends HierarchicalConfiguration implements Serializable

serialVersionUID: 4200899352924290311L


Package org.pentaho.reporting.libraries.base.util

Class org.pentaho.reporting.libraries.base.util.FastStack extends java.lang.Object implements Serializable

serialVersionUID: 3111917250800511580L

Serialized Fields

contents

java.lang.Object[] contents

size

int size

initialSize

int initialSize

Class org.pentaho.reporting.libraries.base.util.FloatDimension extends java.awt.geom.Dimension2D implements Serializable

serialVersionUID: 5367882923248086744L

Serialized Fields

width

float width
The width.


height

float height
The height.

Class org.pentaho.reporting.libraries.base.util.GenericObjectTable extends ObjectTable implements Serializable

serialVersionUID: 4870219010677984960L

Class org.pentaho.reporting.libraries.base.util.HashNMap extends java.lang.Object implements Serializable

serialVersionUID: -670924844536074826L

Serialized Fields

table

java.util.HashMap<K,V> table
The underlying storage.

Class org.pentaho.reporting.libraries.base.util.LFUMap extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.HashMap<K,V> map

first

org.pentaho.reporting.libraries.base.util.LFUMap.MapEntry first

last

org.pentaho.reporting.libraries.base.util.LFUMap.MapEntry last

cacheSize

int cacheSize

Class org.pentaho.reporting.libraries.base.util.LinkedMap extends java.lang.Object implements Serializable

Serialized Fields

size

int size

mask

int mask

loadFactor

float loadFactor

capacity

int capacity

backend

LinkedMap.MapEntry[] backend

firstEntry

LinkedMap.MapEntry firstEntry

lastEntry

LinkedMap.MapEntry lastEntry

Class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry extends java.lang.Object implements Serializable

Serialized Fields

hashKey

int hashKey
The precomputed hashkey of the key.


key

java.lang.Object key
The key object, which is never null and which never changes.


value

java.lang.Object value
The current value object (can be null).


previous

LinkedMap.MapEntry previous
The link to the previous entry in the list.


next

LinkedMap.MapEntry next
The link to the next entry in the list.


collisionNext

LinkedMap.MapEntry collisionNext
The link to the next entry in the bucket that has the same hashkey.

Class org.pentaho.reporting.libraries.base.util.ObjectTable extends java.lang.Object implements Serializable

serialVersionUID: -3968322452944912066L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Restores a serialized object.

Throws:
java.io.IOException - if there is an I/O problem.
java.lang.ClassNotFoundException - if a class cannot be found.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Handles serialization.

Throws:
java.io.IOException - if there is an I/O problem.
Serialized Fields

rows

int rows
The number of rows.


columns

int columns
The number of columns.


rowIncrement

int rowIncrement
Defines how many object-slots get reserved each time we run out of space.


columnIncrement

int columnIncrement
Defines how many object-slots get reserved each time we run out of space.

Class org.pentaho.reporting.libraries.base.util.StackableException extends java.lang.Exception implements Serializable

serialVersionUID: -8649054607849486697L

Serialized Fields

parent

java.lang.Exception parent
The parent exception.

Class org.pentaho.reporting.libraries.base.util.StackableRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -4378774171699885841L

Serialized Fields

parent

java.lang.Exception parent
The parent exception.