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 Properties implements Serializable

serialVersionUID: -7812745196042984458L

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

serialVersionUID: -3600564448124904906L

Serialized Fields

parent

Configuration parent
The base configuration.

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

serialVersionUID: -6962432361197107831L

Serialization Methods

readObject

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

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

writeObject

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

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

configuration

Properties configuration
The instance configuration properties.


booterClass

Class<T> booterClass
The booter class from where to get the global configuration after deserialization.

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.encoder

Class org.pentaho.reporting.libraries.base.encoder.UnsupportedEncoderException extends StackableException implements Serializable


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

Class org.pentaho.reporting.libraries.base.util.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 use size to get the last accessible item.


size

int size
The current fill-level of the stack.


initialSize

int initialSize
The initial size of the stack, but also the growth-factor.

Class org.pentaho.reporting.libraries.base.util.FloatDimension extends 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 Object implements Serializable

serialVersionUID: -670924844536074826L

Serialized Fields

table

HashMap<K,V> table
The underlying storage.

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

Serialized Fields

map

HashMap<K,V> map

first

org.pentaho.reporting.libraries.base.util.LFUMap.MapEntry<K,V> first

last

org.pentaho.reporting.libraries.base.util.LFUMap.MapEntry<K,V> last

cacheSize

int cacheSize

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

Serialized Fields

size

int size

mask

int mask

loadFactor

float loadFactor

capacity

int capacity

backend

org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry[] backend

firstEntry

org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry firstEntry

lastEntry

org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry lastEntry

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

Serialized Fields

hashKey

int hashKey
The precomputed hashkey of the key.


key

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


value

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


previous

org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry previous
The link to the previous entry in the list.


next

org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry next
The link to the next entry in the list.


collisionNext

org.pentaho.reporting.libraries.base.util.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 Object implements Serializable

serialVersionUID: -3968322452944912066L

Serialization Methods

readObject

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

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

writeObject

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

Throws:
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 Exception implements Serializable

serialVersionUID: -8649054607849486694L

Serialized Fields

parent

Throwable parent
The parent exception.


message

String message

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

serialVersionUID: -4378774171699885841L

Serialized Fields

parent

Throwable parent
The parent exception.