Uses of Class
com.helger.pdflayout.spec.SizeSpec
Packages that use SizeSpec
Package
Description
-
Uses of SizeSpec in com.helger.pdflayout.base
Fields in com.helger.pdflayout.base declared as SizeSpecModifier and TypeFieldDescriptionstatic final SizeSpecIPLElement.DEFAULT_MAX_SIZEstatic final SizeSpecIPLElement.DEFAULT_MIN_SIZEMethods in com.helger.pdflayout.base that return SizeSpecModifier and TypeMethodDescriptionfinal SizeSpecAbstractPLElement.getMaxSize()IPLElement.getMaxSize()final SizeSpecAbstractPLElement.getMinSize()IPLElement.getMinSize()final SizeSpecPLPageSet.getPageSize()protected final SizeSpecAbstractPLRenderableObject.getPrepareAvailableSize()final SizeSpecAbstractPLRenderableObject.getPreparedSize()IPLRenderableObject.getPreparedSize()Get the prepared size of the object.protected SizeSpecAbstractPLElement.getRenderSize(SizeSpec aPreparedSize) final SizeSpecAbstractPLRenderableObject.getRenderSize()protected SizeSpecAbstractPLRenderableObject.getRenderSize(SizeSpec aPreparedSize) Overwrite this method to adopt prepared sizes (e.g. for min or max size) to get the render size.IPLRenderableObject.getRenderSize()PLElementWithSize.getSize()PLElementWithSize.getSizeFull()protected abstract SizeSpecAbstractPLRenderableObject.onPrepare(PreparationContext aCtx) The abstract method that must be implemented by all subclasses.final SizeSpecAbstractPLRenderableObject.prepare(PreparationContext aCtx) IPLRenderableObject.prepare(PreparationContext aCtx) Prepare this element once for rendering.Methods in com.helger.pdflayout.base with parameters of type SizeSpecModifier and TypeMethodDescriptionprotected SizeSpecAbstractPLElement.getRenderSize(SizeSpec aPreparedSize) protected SizeSpecAbstractPLRenderableObject.getRenderSize(SizeSpec aPreparedSize) Overwrite this method to adopt prepared sizes (e.g. for min or max size) to get the render size.protected final IMPLTYPEAbstractPLRenderableObject.internalMarkAsPrepared(SizeSpec aPreparedSize) INTERNAL method.final IMPLTYPEAbstractPLElement.setMaxSize(SizeSpec aMaxSize) IPLElement.setMaxSize(SizeSpec aMaxSize) Set the maximum size to be used.final IMPLTYPEAbstractPLElement.setMinSize(SizeSpec aMinSize) IPLElement.setMinSize(SizeSpec aMinSize) Set the minimum size to be used.Constructors in com.helger.pdflayout.base with parameters of type SizeSpecModifierConstructorDescriptionPLElementWithSize(IPLRenderableObject<?> aElement, SizeSpec aSize) ConstructorPLElementWithSize(IPLRenderableObject<?> aElement, SizeSpec aSize, SizeSpec aSizeFull) Constructor. -
Uses of SizeSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return SizeSpecModifier and TypeMethodDescriptionSizeSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.pdflayout.config.xml with parameters of type SizeSpecModifier and TypeMethodDescriptioncom.helger.xml.microdom.IMicroElementSizeSpecMicroTypeConverter.convertToMicroElement(SizeSpec aValue, String sNamespaceURI, String sTagName) -
Uses of SizeSpec in com.helger.pdflayout.debug
Methods in com.helger.pdflayout.debug with parameters of type SizeSpec -
Uses of SizeSpec in com.helger.pdflayout.element.box
Methods in com.helger.pdflayout.element.box that return SizeSpecModifier and TypeMethodDescriptionprotected final SizeSpecAbstractPLBox.getElementPreparedSize()protected final SizeSpecAbstractPLInlineBox.getElementPreparedSize()protected SizeSpecAbstractPLBox.getRenderSize(SizeSpec aPreparedSize) protected SizeSpecAbstractPLBox.onPrepare(PreparationContext aCtx) protected SizeSpecAbstractPLInlineBox.onPrepare(PreparationContext aCtx) Methods in com.helger.pdflayout.element.box with parameters of type SizeSpecModifier and TypeMethodDescriptionprotected SizeSpecAbstractPLBox.getRenderSize(SizeSpec aPreparedSize) protected final voidAbstractPLBox.internalSetElementPreparedSize(SizeSpec aSize) protected final voidAbstractPLInlineBox.internalSetElementPreparedSize(SizeSpec aSize) -
Uses of SizeSpec in com.helger.pdflayout.element.hbox
Methods in com.helger.pdflayout.element.hbox that return SizeSpecModifier and TypeMethodDescriptionprotected SizeSpecAbstractPLHBox.onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.element.image
Methods in com.helger.pdflayout.element.image that return SizeSpecModifier and TypeMethodDescriptionprotected SizeSpecAbstractPLImage.onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.element.list
Methods in com.helger.pdflayout.element.list that return SizeSpecModifier and TypeMethodDescriptionprotected SizeSpecPLBulletPointList.onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.element.special
Methods in com.helger.pdflayout.element.special that return SizeSpecModifier and TypeMethodDescriptionprotected SizeSpecPLPageBreak.onPrepare(PreparationContext aCtx) protected SizeSpecPLSpacerX.onPrepare(PreparationContext aCtx) protected SizeSpecPLSpacerY.onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table that return SizeSpec -
Uses of SizeSpec in com.helger.pdflayout.element.text
Methods in com.helger.pdflayout.element.text that return SizeSpecModifier and TypeMethodDescriptionprotected SizeSpecAbstractPLText.onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.element.vbox
Methods in com.helger.pdflayout.element.vbox that return SizeSpecModifier and TypeMethodDescriptionprotected SizeSpecAbstractPLVBox.onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.spec
Fields in com.helger.pdflayout.spec declared as SizeSpecModifier and TypeFieldDescriptionstatic final SizeSpecSizeSpec.SIZE_MAXstatic final SizeSpecSizeSpec.SIZE0Methods in com.helger.pdflayout.spec that return SizeSpecModifier and TypeMethodDescriptionstatic SizeSpecSizeSpec.create(org.apache.pdfbox.pdmodel.common.PDRectangle aRect) static SizeSpecSizeSpec.createMM(float fWidth, float fHeight) static SizeSpecSizeSpec.height(float fHeight) SizeSpec.minus(float fWidth, float fHeight) SizeSpec.plus(float fWidth, float fHeight) static SizeSpecSizeSpec.width(float fWidth) SizeSpec.withHeight(float fHeight) SizeSpec.withWidth(float fWidth) Methods in com.helger.pdflayout.spec with parameters of type SizeSpec