Package org.pentaho.reporting.engine.classic.core.util

Common utility classes.

See:
          Description

Interface Summary
CloseableTableModel Extends the TableModel interface to be closeable.
ReportDrawable A report drawable receives context-information from the report processor that may allow the implementation to return better results.
 

Class Summary
AbstractStructureVisitor  
ComponentDrawable A Drawable that renders a AWT-component.
FloatList A Array-List for integer objects.
ImageUtils Provides utility methods for image creation and manipluation.
InstanceID This class can be used as ID to mark instances of objects.
IntegerCache A class that caches commonly used Integer-objects.
IntList A Array-List for integer objects.
LegacyUpdateStructureVisitor  
LevelList A list that associates a level (instance of Integer) with each element in the list.
LibLoaderResourceBundleFactory Todo: Document Me
LongList A Array-List for integer objects.
MemoryByteArrayOutputStream Deprecated. moved to LibBase
MemoryStringReader Todo: Document me!

Date: 14.07.2010 Time: 16:49:46

MemoryStringWriter A string writer that is able to write large amounts of data.
NoCloseOutputStream A Wrapper stream that does never calls close on its parent.
NullOutputStream A null output stream.
PageFormatFactory The PageFormatFactory is used to create PageFormats on a higher level.
PageSize A class defining a page-dimension.
PropertyLookupParser The property lookup parser is used to resolve embedded references to properties within strings.
ReportDrawableImage  
ReportParameterValues Todo: Document Me
ReportProperties Deprecated. This is no longer valid.
ScalingDrawable A drawable implementation that applies scaling to the wrapped up drawable object.
ShapeDrawable Todo: Document me!

Date: 27.05.2009 Time: 15:43:00

ShapeTransform Utility class, which resizes or translates a Shape.
StagingMode Todo: Document me!

Date: 23.07.2010 Time: 19:02:12

StringUtil String utility functions.
StrokeUtility This class provides helper methods to work with Strokes and line-styles.
TypedTableModel Todo: Document me!

Date: 30.06.2009 Time: 16:53:27

WeakReferenceList<T> The WeakReference list uses java.lang.ref.WeakReferences to store its contents.
Worker A simple worker implementation.
 

Exception Summary
ObjectStreamResolveException The ObjectStreamResolveException this thrown, when the object resolving operation for serialized objects failed.
 

Package org.pentaho.reporting.engine.classic.core.util Description

Common utility classes.