|
|||||||||
| Home >> All >> org >> jfree >> report >> modules >> output >> pageable >> base >> [ operations overview ] | PREV NEXT | ||||||||
A
- addContent(Content, PhysicalOperationsCollector, HorizontalBoundsAlignment, float) - Method in class org.jfree.report.modules.output.pageable.base.operations.TextOperationModule
- Add a single content junk (in most cases a single line or a line fragment) to the list of PhysicalOperations.
- addOperation(PhysicalOperation) - Method in interface org.jfree.report.modules.output.pageable.base.operations.PhysicalOperationsCollector
- Adds a PhysicalOperation to the collection.
- align(Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.BottomAlignment
- Aligns a rectangle to the bottom of the current reference bounds.
- align(Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.BoundsAlignment
- Aligns a rectangle with this object's reference bounds.
- align(Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.CenterAlignment
- Aligns a rectangle to the (horizontal) center of the current bounds.
- align(Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.LeftAlignment
- Aligns a rectangle with the current bounds.
- align(Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.MiddleAlignment
- Aligns a rectangle with the current bounds.
- align(Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.RightAlignment
- Aligns a rectangle to the right of the reference bounds.
- align(Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.TopAlignment
- Aligns a rectangle to the top of the current bounds.
B
- BottomAlignment - class org.jfree.report.modules.output.pageable.base.operations.BottomAlignment.
- A utility class that can align a
Rectangle2Dto the bottom edge of its reference bounds. - BottomAlignment(Rectangle2D) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.BottomAlignment
- Creates a new alignment object.
- BoundsAlignment - class org.jfree.report.modules.output.pageable.base.operations.BoundsAlignment.
- An abstract base class for performing alignment of one
Rectangle2Dto another. - BoundsAlignment(Rectangle2D) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.BoundsAlignment
- Creates a new alignment object.
- bounds - Variable in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetBoundsOperation
- The bounds.
C
- CenterAlignment - class org.jfree.report.modules.output.pageable.base.operations.CenterAlignment.
- A utility class that can align a rectangle to the (horizontal) center of the current bounds.
- CenterAlignment(Rectangle2D) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.CenterAlignment
- Creates a new alignment object.
- canHandleContent(String) - Method in class org.jfree.report.modules.output.pageable.base.operations.OperationFactory
- Tests, whether this implementation would be able to handle the given content type.
- canHandleContent(String) - Method in class org.jfree.report.modules.output.pageable.base.operations.OperationModule
- Returns
trueif the module can handle the specified content type, andfalseotherwise. - comment - Variable in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.AddComment
- The comment.
- computeAlignmentBounds(Element, Content, Rectangle2D) - Static method in class org.jfree.report.modules.output.pageable.base.operations.OperationModule
- Computes the alignment for the given element and content.
- createOperations(PhysicalOperationsCollector, Element, Content, Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.DrawableOperationModule
- Creates a list of operations for an element.
- createOperations(PhysicalOperationsCollector, Element, Content, Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.ImageOperationModule
- Creates a list of operations.
- createOperations(PhysicalOperationsCollector, Element, Content, Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.OperationFactory
- Creates the required Operations to output the content on an OutputTarget.
- createOperations(PhysicalOperationsCollector, Element, Content, Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.OperationModule
- Creates a list of operations for an element.
- createOperations(PhysicalOperationsCollector, Element, Content, Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.ShapeOperationModule
- Creates a list of operations that will render report content within the specified bounds.
- createOperations(PhysicalOperationsCollector, Element, Content, Rectangle2D) - Method in class org.jfree.report.modules.output.pageable.base.operations.TextOperationModule
- Creates a list of operations.
D
- DrawableOperationModule - class org.jfree.report.modules.output.pageable.base.operations.DrawableOperationModule.
- A DrawableOperation module.
- DrawableOperationModule() - Constructor for class org.jfree.report.modules.output.pageable.base.operations.DrawableOperationModule
- Default constructor.
- drawableContainer - Variable in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.ProcessDrawableOperation
- The drawable.
F
- font - Variable in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetFontOperation
- The font.
G
- generic - Variable in class org.jfree.report.modules.output.pageable.base.operations.OperationModule
- A flag that defines that the operation module is a generic content handler.
- getBounds() - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetBoundsOperation
- Returns the bounds from this operation object.
- getHorizontalLayout(ElementAlignment, Rectangle2D) - Static method in class org.jfree.report.modules.output.pageable.base.operations.OperationModule
- Translates the given element alignment into a horizontal alignment object.
- getModule(String) - Method in class org.jfree.report.modules.output.pageable.base.operations.OperationFactory
- Returns the first module in the factory that can handle the specified content.
- getModuleContentType() - Method in class org.jfree.report.modules.output.pageable.base.operations.OperationModule
- Returns the module content type.
- getReferenceBounds() - Method in class org.jfree.report.modules.output.pageable.base.operations.BoundsAlignment
- Returns the internal reference bounds.
- getVerticalLayout(ElementAlignment, Rectangle2D) - Static method in class org.jfree.report.modules.output.pageable.base.operations.OperationModule
- Translates the given element alignment into a vertical alignment object.
H
- HorizontalBoundsAlignment - class org.jfree.report.modules.output.pageable.base.operations.HorizontalBoundsAlignment.
- An abstract base class for performing horizontal alignment.
- HorizontalBoundsAlignment(Rectangle2D) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.HorizontalBoundsAlignment
- Creates a new horizontal alignment object.
I
- ImageOperationModule - class org.jfree.report.modules.output.pageable.base.operations.ImageOperationModule.
- Creates the required operations to display/print image content in the output target.
- ImageOperationModule() - Constructor for class org.jfree.report.modules.output.pageable.base.operations.ImageOperationModule
- Default constructor.
- image - Variable in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintImageOperation
- The image.
- isGeneric() - Method in class org.jfree.report.modules.output.pageable.base.operations.OperationModule
- Returns
trueif this is a 'generic' module, andfalseotherwise.
L
- LeftAlignment - class org.jfree.report.modules.output.pageable.base.operations.LeftAlignment.
- A utility class that can align a rectangle to the left edge of the current bounds.
- LeftAlignment(Rectangle2D) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.LeftAlignment
- Creates a new left alignment object.
M
- MiddleAlignment - class org.jfree.report.modules.output.pageable.base.operations.MiddleAlignment.
- A utility class that can align a rectangle to the (vertical) middle of the current bounds.
- MiddleAlignment(Rectangle2D) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.MiddleAlignment
- Creates a new middle alignment object.
- moduleContentType - Variable in class org.jfree.report.modules.output.pageable.base.operations.OperationModule
- The module content type.
- modules - Variable in class org.jfree.report.modules.output.pageable.base.operations.OperationFactory
- Storage for the modules.
O
- OperationFactory - class org.jfree.report.modules.output.pageable.base.operations.OperationFactory.
- The OperationFactory is used to transform content into OutputTarget operations.
- OperationFactory() - Constructor for class org.jfree.report.modules.output.pageable.base.operations.OperationFactory
- Default constructor.
- OperationModule - class org.jfree.report.modules.output.pageable.base.operations.OperationModule.
- The base class for an operation module.
- OperationModule(String) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.OperationModule
- Creates a new module.
- org.jfree.report.modules.output.pageable.base.operations - package org.jfree.report.modules.output.pageable.base.operations
- Support for the output targets that are page- and print oriented.
P
- PhysicalOperation - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.
- The base class for an operation that can be applied to an org.jfree.report.modules.output.pageable.base.OutputTarget.
- PhysicalOperation() - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation
- PhysicalOperation.AddComment - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.AddComment.
- An operation that adds a comment to the debug log.
- PhysicalOperation.AddComment(Object) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.AddComment
- Creates a new 'add comment' operation.
- PhysicalOperation.PrintFilledShapeOperation - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintFilledShapeOperation.
- An operation that draws a filled shape on an org.jfree.report.modules.output.pageable.base.OutputTarget.
- PhysicalOperation.PrintFilledShapeOperation(Shape) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintFilledShapeOperation
- Creates a new 'print filled shape' operation.
- PhysicalOperation.PrintImageOperation - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintImageOperation.
- An operation that prints an Image on an org.jfree.report.modules.output.pageable.base.OutputTarget.
- PhysicalOperation.PrintImageOperation(ImageReference) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintImageOperation
- Creates a new 'print image' operation.
- PhysicalOperation.PrintShapeOperation - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintShapeOperation.
- An operation that draws a shape on an org.jfree.report.modules.output.pageable.base.OutputTarget.
- PhysicalOperation.PrintShapeOperation(Shape) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintShapeOperation
- Creates a new 'print shape' operation.
- PhysicalOperation.PrintTextOperation - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintTextOperation.
- An operation that draws text on an org.jfree.report.modules.output.pageable.base.OutputTarget.
- PhysicalOperation.PrintTextOperation(String) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintTextOperation
- Creates a new 'print text' operation.
- PhysicalOperation.ProcessDrawableOperation - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.ProcessDrawableOperation.
- An operation that processes a Drawable on an org.jfree.report.modules.output.pageable.base.OutputTarget.
- PhysicalOperation.ProcessDrawableOperation(DrawableContainer) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.ProcessDrawableOperation
- Creates a new 'process Drawable' operation.
- PhysicalOperation.SetBoundsOperation - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetBoundsOperation.
- An operation that sets the bounds for an org.jfree.report.modules.output.pageable.base.OutputTarget.
- PhysicalOperation.SetBoundsOperation(Rectangle2D) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetBoundsOperation
- Creates a new 'set bounds' operation.
- PhysicalOperation.SetFontOperation - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetFontOperation.
- An operation that sets the font for an org.jfree.report.modules.output.pageable.base.OutputTarget.
- PhysicalOperation.SetFontOperation(FontDefinition) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetFontOperation
- Creates a new 'set font' operation.
- PhysicalOperation.SetPaintOperation - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetPaintOperation.
- An operation that sets the paint for an org.jfree.report.modules.output.pageable.base.OutputTarget.
- PhysicalOperation.SetPaintOperation(Color) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetPaintOperation
- Creates a new 'set paint' operation.
- PhysicalOperation.SetStrokeOperation - class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetStrokeOperation.
- An operation that sets the stroke for an org.jfree.report.modules.output.pageable.base.OutputTarget.
- PhysicalOperation.SetStrokeOperation(Stroke) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetStrokeOperation
- Creates a new 'set stroke' operation.
- PhysicalOperationsCollector - interface org.jfree.report.modules.output.pageable.base.operations.PhysicalOperationsCollector.
- A collector of PhysicalOperation objects.
- paint - Variable in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetPaintOperation
- The paint.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.AddComment
- Adds a comment to the output target.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintFilledShapeOperation
- Draws a filled shape on an OutputTarget.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintImageOperation
- Draws an image on an output target.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintShapeOperation
- Draws a shape on an output target.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintTextOperation
- Draws text on an output target.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.ProcessDrawableOperation
- Draws a filled shape on an OutputTarget.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetBoundsOperation
- Sets the bounds for an output target.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetFontOperation
- Performs the operation, in this case setting the font for the output target.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetPaintOperation
- Sets the paint for an output target.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetStrokeOperation
- Sets the stroke for an output target.
- performOperation(OutputTarget) - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation
- Performs an operation on an org.jfree.report.modules.output.pageable.base.OutputTarget.
- print(Content) - Static method in class org.jfree.report.modules.output.pageable.base.operations.TextOperationModule
- Logs the content.
R
- RightAlignment - class org.jfree.report.modules.output.pageable.base.operations.RightAlignment.
- A utility class that can align a rectangle to the bottom edge of the current bounds.
- RightAlignment(Rectangle2D) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.RightAlignment
- Creates a new alignment object.
- referenceBounds - Variable in class org.jfree.report.modules.output.pageable.base.operations.BoundsAlignment
- The bounds against which the alignment is performed.
- registerModule(OperationModule) - Method in class org.jfree.report.modules.output.pageable.base.operations.OperationFactory
- Registered a module with the factory.
S
- ShapeOperationModule - class org.jfree.report.modules.output.pageable.base.operations.ShapeOperationModule.
- Creates the required operations to display/print shape content in the output target.
- ShapeOperationModule() - Constructor for class org.jfree.report.modules.output.pageable.base.operations.ShapeOperationModule
- Default constructor.
- shape - Variable in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintFilledShapeOperation
- The shape.
- shape - Variable in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintShapeOperation
- The shape.
- stroke - Variable in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetStrokeOperation
- The stroke.
T
- TextOperationModule - class org.jfree.report.modules.output.pageable.base.operations.TextOperationModule.
- Creates the required operations to display/print text content in the output target.
- TextOperationModule() - Constructor for class org.jfree.report.modules.output.pageable.base.operations.TextOperationModule
- Default constructor.
- TopAlignment - class org.jfree.report.modules.output.pageable.base.operations.TopAlignment.
- A utility class that can align a rectangle to the top edge of the reference bounds.
- TopAlignment(Rectangle2D) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.TopAlignment
- Creates a new alignment object.
- text - Variable in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintTextOperation
- The text.
- toString() - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.PrintTextOperation
- Returns a String representation of the operation, which can be useful for debugging.
- toString() - Method in class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetBoundsOperation
- Returns a string representing the operation, useful for debugging.
- toString() - Method in class org.jfree.report.modules.output.pageable.base.operations.VerticalBoundsAlignment
- Returns a string representation of the object.
U
- unregisterModule(OperationModule) - Method in class org.jfree.report.modules.output.pageable.base.operations.OperationFactory
- Deregisters a module with the factory.
V
- VerticalBoundsAlignment - class org.jfree.report.modules.output.pageable.base.operations.VerticalBoundsAlignment.
- An abstract base class for performing vertical alignment.
- VerticalBoundsAlignment(Rectangle2D) - Constructor for class org.jfree.report.modules.output.pageable.base.operations.VerticalBoundsAlignment
- Creates a new horizontal alignment object.
A B C D F G H I L M O P R S T U V
|
|||||||||
| Home >> All >> org >> jfree >> report >> modules >> output >> pageable >> base >> [ operations overview ] | PREV NEXT | ||||||||