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
Image layout hanlder
- Since:
- 3.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
property: flash objectstatic final int
property: image objectFields inherited from class org.eclipse.birt.report.engine.layout.pdf.emitter.Layout
content, context, logger, parent, specifiedHeight, specifiedWidth
-
Constructor Summary
ConstructorsConstructorDescriptionImageLayout
(org.eclipse.birt.report.engine.layout.pdf.emitter.LayoutEngineContext context, org.eclipse.birt.report.engine.layout.pdf.emitter.ContainerLayout parentContext, IContent content) Constructor -
Method Summary
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 Details
-
TYPE_IMAGE_OBJECT
public static final int TYPE_IMAGE_OBJECTproperty: image object- See Also:
-
TYPE_FLASH_OBJECT
public static final int TYPE_FLASH_OBJECTproperty: flash object- See Also:
-
-
Constructor Details
-
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) Constructor- Parameters:
context
- image context layoutparentContext
- parent contextcontent
- content
-
-
Method Details
-
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()
-