Uses of Class
com.helger.pdflayout.spec.SizeSpec
-
-
Uses of SizeSpec in com.helger.pdflayout.base
Fields in com.helger.pdflayout.base declared as SizeSpec Modifier and Type Field Description static SizeSpecIPLElement. DEFAULT_MAX_SIZEstatic SizeSpecIPLElement. DEFAULT_MIN_SIZEMethods in com.helger.pdflayout.base that return SizeSpec Modifier and Type Method Description SizeSpecAbstractPLElement. getMaxSize()SizeSpecIPLElement. getMaxSize()SizeSpecAbstractPLElement. getMinSize()SizeSpecIPLElement. getMinSize()SizeSpecPLPageSet. getPageSize()protected SizeSpecAbstractPLRenderableObject. getPrepareAvailableSize()SizeSpecAbstractPLRenderableObject. getPreparedSize()SizeSpecIPLRenderableObject. getPreparedSize()Get the prepared size of the object.protected SizeSpecAbstractPLElement. getRenderSize(SizeSpec aPreparedSize)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.SizeSpecIPLRenderableObject. getRenderSize()SizeSpecPLElementWithSize. getSize()SizeSpecPLElementWithSize. getSizeFull()protected abstract SizeSpecAbstractPLRenderableObject. onPrepare(PreparationContext aCtx)The abstract method that must be implemented by all subclasses.SizeSpecAbstractPLRenderableObject. prepare(PreparationContext aCtx)SizeSpecIPLRenderableObject. prepare(PreparationContext aCtx)Prepare this element once for rendering.Methods in com.helger.pdflayout.base with parameters of type SizeSpec Modifier and Type Method Description protected 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 IMPLTYPEAbstractPLRenderableObject. internalMarkAsPrepared(SizeSpec aPreparedSize)INTERNAL method.IMPLTYPEAbstractPLElement. setMaxSize(SizeSpec aMaxSize)IMPLTYPEIPLElement. setMaxSize(SizeSpec aMaxSize)Set the maximum size to be used.IMPLTYPEAbstractPLElement. setMinSize(SizeSpec aMinSize)IMPLTYPEIPLElement. setMinSize(SizeSpec aMinSize)Set the minimum size to be used.Constructors in com.helger.pdflayout.base with parameters of type SizeSpec Constructor Description PLElementWithSize(IPLRenderableObject<?> aElement, SizeSpec aSize)ConstructorPLElementWithSize(IPLRenderableObject<?> aElement, SizeSpec aSize, SizeSpec aSizeFull)Constructor.PLPageSet(SizeSpec aPageSize) -
Uses of SizeSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return SizeSpec Modifier and Type Method Description SizeSpecSizeSpecMicroTypeConverter. convertToNative(com.helger.xml.microdom.IMicroElement aElement)Methods in com.helger.pdflayout.config.xml with parameters of type SizeSpec Modifier and Type Method Description com.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 Modifier and Type Method Description static StringPLDebugLog. getWH(SizeSpec aSize) -
Uses of SizeSpec in com.helger.pdflayout.element.box
Methods in com.helger.pdflayout.element.box that return SizeSpec Modifier and Type Method Description protected SizeSpecAbstractPLBox. getElementPreparedSize()protected 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 SizeSpec Modifier and Type Method Description protected SizeSpecAbstractPLBox. getRenderSize(SizeSpec aPreparedSize)protected voidAbstractPLBox. internalSetElementPreparedSize(SizeSpec aSize)protected voidAbstractPLInlineBox. internalSetElementPreparedSize(SizeSpec aSize) -
Uses of SizeSpec in com.helger.pdflayout.element.hbox
Methods in com.helger.pdflayout.element.hbox that return SizeSpec Modifier and Type Method Description protected SizeSpecAbstractPLHBox. onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.element.image
Methods in com.helger.pdflayout.element.image that return SizeSpec Modifier and Type Method Description protected SizeSpecAbstractPLImage. onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.element.list
Methods in com.helger.pdflayout.element.list that return SizeSpec Modifier and Type Method Description protected SizeSpecPLBulletPointList. onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.element.special
Methods in com.helger.pdflayout.element.special that return SizeSpec Modifier and Type Method Description protected 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 Modifier and Type Method Description protected SizeSpecPLTable. onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.element.text
Methods in com.helger.pdflayout.element.text that return SizeSpec Modifier and Type Method Description protected SizeSpecAbstractPLText. onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.element.vbox
Methods in com.helger.pdflayout.element.vbox that return SizeSpec Modifier and Type Method Description protected SizeSpecAbstractPLVBox. onPrepare(PreparationContext aCtx) -
Uses of SizeSpec in com.helger.pdflayout.spec
Fields in com.helger.pdflayout.spec declared as SizeSpec Modifier and Type Field Description static SizeSpecSizeSpec. SIZE_MAXstatic SizeSpecSizeSpec. SIZE0Methods in com.helger.pdflayout.spec that return SizeSpec Modifier and Type Method Description static SizeSpecSizeSpec. create(org.apache.pdfbox.pdmodel.common.PDRectangle aRect)static SizeSpecSizeSpec. createMM(float fWidth, float fHeight)static SizeSpecSizeSpec. height(float fHeight)SizeSpecSizeSpec. minus(float fWidth, float fHeight)SizeSpecSizeSpec. minus(SizeSpec aOther)SizeSpecSizeSpec. plus(float fWidth, float fHeight)SizeSpecSizeSpec. plus(SizeSpec aOther)static SizeSpecSizeSpec. width(float fWidth)SizeSpecSizeSpec. withHeight(float fHeight)SizeSpecSizeSpec. withWidth(float fWidth)Methods in com.helger.pdflayout.spec with parameters of type SizeSpec Modifier and Type Method Description SizeSpecSizeSpec. minus(SizeSpec aOther)SizeSpecSizeSpec. plus(SizeSpec aOther)
-