Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
Modifier and Type | Method and Description |
---|---|
static EmbeddedImage |
StructureFactory.createEmbeddedImage()
Creates an empty embedded image structure.
|
static EmbeddedImage |
StructureFactory.createEmbeddedImage(EmbeddedImageHandle baseImage)
|
EmbeddedImage |
ModuleHandleImpl.findImage(java.lang.String name)
Finds the image with the given name.
|
static EmbeddedImage |
StructureFactory.newEmbeddedImageFrom(EmbeddedImageHandle baseImage,
ModuleHandle targetModule)
Creates an embedded image from another library embedded image.
|
static EmbeddedImage |
StructureFactory.newEmbeddedImageFrom(EmbeddedImageHandle baseImage,
java.lang.String name,
ModuleHandle targetModule)
Creates an embedded image from another library embedded image.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleHandleImpl.addImage(EmbeddedImage image)
Adds a new embedded image.
|
void |
ModuleHandleImpl.rename(EmbeddedImage image)
Checks the name of the embedded image in this report.
|
void |
ModuleHandleImpl.replaceImage(EmbeddedImage oldVar,
EmbeddedImage newVar)
Replaces the old embedded image with the new one.
|
Copyright © 2008 Actuate Corp. All rights reserved.