Class ImageLayout
- java.lang.Object
-
- org.eclipse.birt.report.engine.layout.pdf.emitter.Layout
-
- org.eclipse.birt.report.engine.layout.pdf.emitter.ImageLayout
-
public class ImageLayout extends org.eclipse.birt.report.engine.layout.pdf.emitter.Layout
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE_FLASH_OBJECT
static int
TYPE_IMAGE_OBJECT
-
Constructor Summary
Constructors Constructor Description ImageLayout(org.eclipse.birt.report.engine.layout.pdf.emitter.LayoutEngineContext context, org.eclipse.birt.report.engine.layout.pdf.emitter.ContainerLayout parentContext, IContent content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkObjectType()
protected void
closeLayout()
protected void
initialize()
void
layout()
-
Methods inherited from class org.eclipse.birt.report.engine.layout.pdf.emitter.Layout
calculateSpecifiedHeight, calculateSpecifiedWidth, getDimensionValue, getDimensionValue, getDimensionValue, getDimensionValue, getDimensionValue, getDimensionValue, getParent, getResolution, getTableLayoutManager, removeMargin, resolveBoxConflict, validateBoxProperty, validateBoxProperty, visitContent
-
-
-
-
Field Detail
-
TYPE_IMAGE_OBJECT
public static final int TYPE_IMAGE_OBJECT
- See Also:
- Constant Field Values
-
TYPE_FLASH_OBJECT
public static final int TYPE_FLASH_OBJECT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ImageLayout
public ImageLayout(org.eclipse.birt.report.engine.layout.pdf.emitter.LayoutEngineContext context, org.eclipse.birt.report.engine.layout.pdf.emitter.ContainerLayout parentContext, IContent content)
-
-
Method Detail
-
layout
public void layout() throws org.eclipse.birt.core.exception.BirtException
- Specified by:
layout
in classorg.eclipse.birt.report.engine.layout.pdf.emitter.Layout
- Throws:
org.eclipse.birt.core.exception.BirtException
-
closeLayout
protected void closeLayout() throws org.eclipse.birt.core.exception.BirtException
- Specified by:
closeLayout
in classorg.eclipse.birt.report.engine.layout.pdf.emitter.Layout
- Throws:
org.eclipse.birt.core.exception.BirtException
-
initialize
protected void initialize() throws org.eclipse.birt.core.exception.BirtException
- Specified by:
initialize
in classorg.eclipse.birt.report.engine.layout.pdf.emitter.Layout
- Throws:
org.eclipse.birt.core.exception.BirtException
-
checkObjectType
protected void checkObjectType()
-
-