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
-
booterClass
java.lang.Class booterClass
The booter class from where to get the global configuration after deserialization. -
configuration
java.util.Properties configuration
The instance configuration properties.
-
-
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 java.lang.Object implements Serializable
- serialVersionUID:
- 3111917250800511580L
-
Serialized Fields
-
contents
java.lang.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 extends java.awt.geom.Dimension2D implements Serializable
- serialVersionUID:
- 5367882923248086744L
-
Serialized Fields
-
height
float height
The height. -
width
float width
The width.
-
-
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 table
The underlying storage.
-
-
Class org.pentaho.reporting.libraries.base.util.LFUMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
cacheSize
int cacheSize
-
first
org.pentaho.reporting.libraries.base.util.LFUMap.MapEntry first
-
last
org.pentaho.reporting.libraries.base.util.LFUMap.MapEntry last
-
map
java.util.HashMap map
-
-
-
Class org.pentaho.reporting.libraries.base.util.LinkedMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
backend
org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry[] backend
-
capacity
int capacity
-
firstEntry
org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry firstEntry
-
lastEntry
org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry lastEntry
-
loadFactor
float loadFactor
-
mask
int mask
-
size
int size
-
-
-
Class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry extends java.lang.Object implements Serializable
-
Serialized Fields
-
collisionNext
org.pentaho.reporting.libraries.base.util.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
java.lang.Object key
The key object, which is never null and which never changes. -
next
org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry next
The link to the next entry in the list. -
previous
org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry previous
The link to the previous entry in the list. -
value
java.lang.Object value
The current value object (can be null).
-
-
-
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
-
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.
-
-
Class org.pentaho.reporting.libraries.base.util.StackableException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -8649054607849486694L
-
Serialized Fields
-
message
java.lang.String message
-
parent
java.lang.Throwable 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.Throwable parent
The parent exception.
-
-