Uses of Interface
org.faceless.publisher.type.Length

Packages that use org.faceless.publisher.type.Length
Package
Description
Provides the main classes for BFO Publisher
Provides the base classes for output from BFO Publisher, extended by type-specific subpackages
Provides the classes used to write output to SVG
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.Length in org.faceless.publisher

    Methods in org.faceless.publisher with parameters of type org.faceless.publisher.type.Length in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.LengthEvaluationContext
    LayoutContext.getLengthEvaluationContext(org.faceless.publisher.type.Length percentage, org.faceless.publisher.type.CSSStyle style)
     
  • Uses of org.faceless.publisher.type.Length in org.faceless.publisher.output

    Methods in org.faceless.publisher.output that return org.faceless.publisher.type.Length in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.Length
    GeneralText.getCollapseSpacingEndWidth()
     
    org.faceless.publisher.type.Length
    GeneralText.getHangingEndWidth()
     
    org.faceless.publisher.type.Length
    GeneralText.getHangingStartWidth()
     
    org.faceless.publisher.type.Length
    GeneralText.getIntrinsicHeight()
     
    org.faceless.publisher.type.Length
    GeneralText.getIntrinsicWidth()
     
    org.faceless.publisher.type.Length
    GeneralText.getMinimumIntrinsicWidth()
     
    org.faceless.publisher.type.Length
    GeneralText.getSpacingEndWidth()
     
    org.faceless.publisher.type.Length
    GeneralText.getSpacingStartWidth()
     
    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.Length in in
    Modifier and Type
    Method
    Description
    void
    MeshGradientBuilder.init(org.faceless.publisher.type.Length x, org.faceless.publisher.type.Length y, org.faceless.publisher.type.UnitsProp units, org.faceless.publisher.type.MeshGradientTypeProp type, org.faceless.publisher.type.TransformType transform, AffineTransform t, org.faceless.publisher.type.LengthEvaluationContext[] ctx, int rows, int cols)
     
  • Uses of org.faceless.publisher.type.Length in org.faceless.publisher.output.svg

    Methods in org.faceless.publisher.output.svg that return org.faceless.publisher.type.Length in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.Length
    SVGImage.getIntrinsicHeight()
     
    org.faceless.publisher.type.Length
    SVGImage.getIntrinsicWidth()
     
  • Uses of org.faceless.publisher.type.Length in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.Length in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.Length
    Length.AUTO
    Special Length with an extent of auto.
    static final org.faceless.publisher.type.Length
    Length.AUTO
    Special Length with an extent of auto.
    static final org.faceless.publisher.type.Length
    Length.AUTO
    Special Length with an extent of auto.
    static final org.faceless.publisher.type.Length
    Length.AUTO
    Special Length with an extent of auto.
    static final org.faceless.publisher.type.Length
    BasicShape.CLOSEST_SIDE
     
    static final org.faceless.publisher.type.Length
    BasicShape.FARTHEST_SIDE
     
    final org.faceless.publisher.type.Length
    LengthFilter.length
     
    final org.faceless.publisher.type.Length
    LengthFilter.length
     
    static final org.faceless.publisher.type.Length
    Length.MAXCONTENT
    Special Length that means "max-content" https://www.w3.org/TR/css-sizing-3/
    static final org.faceless.publisher.type.Length
    Length.MAXCONTENT
    Special Length that means "max-content" https://www.w3.org/TR/css-sizing-3/
    static final org.faceless.publisher.type.Length
    Length.MAXCONTENT
    Special Length that means "max-content" https://www.w3.org/TR/css-sizing-3/
    static final org.faceless.publisher.type.Length
    Length.MAXCONTENT
    Special Length that means "max-content" https://www.w3.org/TR/css-sizing-3/
    static final org.faceless.publisher.type.Length
    Length.MINCONTENT
    Special Length that means "min-content" https://www.w3.org/TR/css-sizing-3/
    static final org.faceless.publisher.type.Length
    Length.MINCONTENT
    Special Length that means "min-content" https://www.w3.org/TR/css-sizing-3/
    static final org.faceless.publisher.type.Length
    Length.MINCONTENT
    Special Length that means "min-content" https://www.w3.org/TR/css-sizing-3/
    static final org.faceless.publisher.type.Length
    Length.MINCONTENT
    Special Length that means "min-content" https://www.w3.org/TR/css-sizing-3/
    static final org.faceless.publisher.type.Length
    Length.ZERO
    Special length with an extent of zero.
    static final org.faceless.publisher.type.Length
    Length.ZERO
    Special length with an extent of zero.
    static final org.faceless.publisher.type.Length
    Length.ZERO
    Special length with an extent of zero.
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.Length in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.Length
    Length.add(org.faceless.publisher.type.Length a, org.faceless.publisher.type.Length b)
     
    static org.faceless.publisher.type.Length
    Length.calc(String s, ReportFactory factory)
    Manually create a Calc expression, for use internally where required
    org.faceless.publisher.type.Length
    Length.compute(org.faceless.publisher.type.LengthEvaluationContext ctx)
    Compute the Length as far as possible with the supplied context, and return the modified Length.
    org.faceless.publisher.type.Length
    LengthFilter.compute(org.faceless.publisher.type.LengthEvaluationContext ctx)
     
    org.faceless.publisher.type.Length
    SimpleLength.compute(org.faceless.publisher.type.LengthEvaluationContext ctx)
     
    static org.faceless.publisher.type.Length
    Length.divide(org.faceless.publisher.type.Length a, double b)
     
    org.faceless.publisher.type.Length
    CSSStyle.getBFOTextDecorationSkipInkClearance()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBFOTextDecorationSkipInkClearance()
     
    org.faceless.publisher.type.Length
    CSSStyle.getBFOTrimBottom()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBFOTrimBottom()
     
    org.faceless.publisher.type.Length
    CSSStyle.getBFOTrimLeft()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBFOTrimLeft()
     
    org.faceless.publisher.type.Length
    CSSStyle.getBFOTrimRight()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBFOTrimRight()
     
    org.faceless.publisher.type.Length
    CSSStyle.getBFOTrimTop()
    Specifies how far beyond the bleed/trim box to set the CropBox, or a value of auto means "based on the marks property"
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBFOTrimTop()
     
    org.faceless.publisher.type.Length
    CSSStyle.getBleed()
    Return the value of the bleed property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBleed()
     
    org.faceless.publisher.type.Length
    BarCodeResource.getBleedX()
     
    org.faceless.publisher.type.Length
    BarCodeResource.getBleedY()
     
    org.faceless.publisher.type.Length
    Shadow.getBlurRadius()
     
    org.faceless.publisher.type.Length
    CSSStyle.getBorderBottomWidth()
    Returns the value of the border-bottom-width property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBorderBottomWidth()
     
    org.faceless.publisher.type.Length
    CSSStyle.getBorderLeftWidth()
    Returns the value of the border-left-width property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBorderLeftWidth()
     
    org.faceless.publisher.type.Length
    CSSStyle.getBorderRightWidth()
    Returns the value of the border-right-width property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBorderRightWidth()
     
    org.faceless.publisher.type.Length
    CSSStyle.getBorderTopWidth()
    Returns the value of the border-top-width property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBorderTopWidth()
     
    org.faceless.publisher.type.Length
    BorderImageSlice.getBottom()
     
    org.faceless.publisher.type.Length
    CSSStyle.getBottom()
    Returns the value of the bottom property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getBottom()
     
    org.faceless.publisher.type.Length
    LengthQuad.getBottom()
    Returns the bottom length
    org.faceless.publisher.type.Length
    ReplacedInline.getCollapseSpacingEndWidth()
    Return the width of any collapsing spaces at the end of this object.
    org.faceless.publisher.type.Length
    CSSStyle.getColumnGap()
    Returns the value of the column-gap property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getColumnGap()
     
    org.faceless.publisher.type.Length
    CSSStyle.getColumnRuleWidth()
    Return the value of the column-rule-width property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getColumnRuleWidth()
     
    org.faceless.publisher.type.Length
    CSSStyle.getColumnWidth()
    Return the value of the column-width property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getColumnWidth()
     
    org.faceless.publisher.type.Length
    CSSStyle.getContainIntrinsicHeight()
    Return the value of the contain-intrinsic-height property See https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override
    org.faceless.publisher.type.Length
    FilterCSSStyle.getContainIntrinsicHeight()
     
    org.faceless.publisher.type.Length
    CSSStyle.getContainIntrinsicWidth()
    Return the value of the contain-intrinsic-width property See https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override
    org.faceless.publisher.type.Length
    FilterCSSStyle.getContainIntrinsicWidth()
     
    org.faceless.publisher.type.Length
    CSSStyle.getCX()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getCX()
     
    org.faceless.publisher.type.Length
    CSSStyle.getCY()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getCY()
     
    default org.faceless.publisher.type.Length
    EnvSource.getEnvironmentAsLength(String name, org.faceless.publisher.type.Length dflt)
     
    org.faceless.publisher.type.Length
    Length.getFitContent()
    Return the value of the "fit-content()" value for length if specified, or null otherwise https://www.w3.org/TR/css-sizing-3/
    org.faceless.publisher.type.Length
    LengthFilter.getFitContent()
     
    org.faceless.publisher.type.Length
    SimpleLength.getFitContent()
     
    org.faceless.publisher.type.Length
    CSSStyle.getFlexBasis()
    Returns the value of the flex-basis property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getFlexBasis()
     
    org.faceless.publisher.type.Length
    CSSStyle.getFontSize()
    Returns the value of the font-size property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getFontSize()
     
    org.faceless.publisher.type.Length
    LengthEvaluationContext.getFontSize()
     
    org.faceless.publisher.type.Length
    SimpleLengthEvaluationContext.getFontSize()
     
    org.faceless.publisher.type.Length
    ReplacedInline.getHangingEndWidth()
    Return the width of any hanging punctuation at the end of this line if the InlineState says it can hang, or Length.ZERO if not
    org.faceless.publisher.type.Length
    ReplacedInline.getHangingStartWidth()
    Return the width of any hanging punctuation at the start of this line if the InlineState says it can hang, or Length.ZERO if not
    org.faceless.publisher.type.Length
    BackgroundSize.getHeight()
     
    org.faceless.publisher.type.Length
    CSSStyle.getHeight()
    Returns the value of the height property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getHeight()
     
    org.faceless.publisher.type.Length
    PageSize.getHeight()
     
    org.faceless.publisher.type.Length
    ReportResource.getHeight()
     
    org.faceless.publisher.type.Length
    RadialGradientSize.getHorizontalRadius()
    Returns the horizontal radius if an ellipse, or the radius if a circle.
    org.faceless.publisher.type.Length
    CSSStyle.getHyphenateLimitZone()
    Returns the value of the hyphenate-limit-zone property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getHyphenateLimitZone()
     
    final org.faceless.publisher.type.Length
    FullPageResource.getIntrinsicHeight()
     
    org.faceless.publisher.type.Length
    PathReplacedContent.getIntrinsicHeight()
     
    org.faceless.publisher.type.Length
    ReplacedContent.getIntrinsicHeight()
    Return the intrinsic height of this item or Length.AUTO if the element has no intrinsic height.
    org.faceless.publisher.type.Length
    ReportCanvasReplacedContent.getIntrinsicHeight()
     
    final org.faceless.publisher.type.Length
    FullPageResource.getIntrinsicWidth()
     
    org.faceless.publisher.type.Length
    PathReplacedContent.getIntrinsicWidth()
     
    org.faceless.publisher.type.Length
    ReplacedContent.getIntrinsicWidth()
    Return the intrinsic width of this item or Length.AUTO if the element has no intrinsic width.
    org.faceless.publisher.type.Length
    ReportCanvasReplacedContent.getIntrinsicWidth()
     
    org.faceless.publisher.type.Length
    BorderImageSlice.getLeft()
     
    org.faceless.publisher.type.Length
    CSSStyle.getLeft()
    Returns the value of the left property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getLeft()
     
    org.faceless.publisher.type.Length
    LengthQuad.getLeft()
    Returns the left length
    org.faceless.publisher.type.Length
    BaselineShift.getLength()
     
    org.faceless.publisher.type.Length
    InitialLetterWrap.getLength()
     
    org.faceless.publisher.type.Length
    TrackSize.getLength()
     
    org.faceless.publisher.type.Length
    CSSStyle.getLetterSpacing()
    Returns the value of the letter-spacing property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getLetterSpacing()
     
    org.faceless.publisher.type.Length
    CSSStyle.getLineHeight()
    Returns the value of the line-height property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getLineHeight()
     
    org.faceless.publisher.type.Length
    LengthEvaluationContext.getLineHeight()
     
    org.faceless.publisher.type.Length
    SimpleLengthEvaluationContext.getLineHeight()
     
    org.faceless.publisher.type.Length
    CSSStyle.getLineHeightStep()
    Return the value of the line-height-stop property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getLineHeightStep()
     
    org.faceless.publisher.type.Length
    CSSStyle.getMarginBottom()
    Returns the value of the margin-bottom property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getMarginBottom()
     
    org.faceless.publisher.type.Length
    CSSStyle.getMarginLeft()
    Returns the value of the margin-left property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getMarginLeft()
     
    org.faceless.publisher.type.Length
    CSSStyle.getMarginRight()
    Returns the value of the margin-right property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getMarginRight()
     
    org.faceless.publisher.type.Length
    CSSStyle.getMarginTop()
    Returns the value of the margin-top property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getMarginTop()
     
    org.faceless.publisher.type.Length
    TrackSize.getMax()
     
    org.faceless.publisher.type.Length
    CSSStyle.getMaxHeight()
    Returns the value of the max-height property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getMaxHeight()
     
    org.faceless.publisher.type.Length
    CSSStyle.getMaxWidth()
    Returns the value of the max-width property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getMaxWidth()
     
    org.faceless.publisher.type.Length
    TrackSize.getMin()
     
    org.faceless.publisher.type.Length
    CSSStyle.getMinHeight()
    Returns the value of the min-height property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getMinHeight()
     
    org.faceless.publisher.type.Length
    ReplacedInline.getMinimumIntrinsicWidth()
    Get the minimum width of this object.
    org.faceless.publisher.type.Length
    CSSStyle.getMinWidth()
    Returns the value of the min-width property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getMinWidth()
     
    org.faceless.publisher.type.Length
    CSSStyle.getOutlineWidth()
    Returns the value of the outline-width CSS property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getOutlineWidth()
     
    org.faceless.publisher.type.Length
    CSSStyle.getPaddingBottom()
    Returns the value of the padding-bottom property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getPaddingBottom()
     
    org.faceless.publisher.type.Length
    CSSStyle.getPaddingLeft()
    Returns the value of the padding-left property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getPaddingLeft()
     
    org.faceless.publisher.type.Length
    CSSStyle.getPaddingRight()
    Returns the value of the padding-right property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getPaddingRight()
     
    org.faceless.publisher.type.Length
    CSSStyle.getPaddingTop()
    Returns the value of the padding-top property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getPaddingTop()
     
    org.faceless.publisher.type.Length
    LengthEvaluationContext.getPercentage()
     
    org.faceless.publisher.type.Length
    SimpleLengthEvaluationContext.getPercentage()
     
    org.faceless.publisher.type.Length
    ColorStop.getPosition()
     
    org.faceless.publisher.type.Length
    TabStop.getPosition()
     
    org.faceless.publisher.type.Length
    CSSStyle.getR()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getR()
     
    org.faceless.publisher.type.Length
    BorderImageSlice.getRight()
     
    org.faceless.publisher.type.Length
    CSSStyle.getRight()
    Returns the value of the right property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getRight()
     
    org.faceless.publisher.type.Length
    LengthQuad.getRight()
    Returns the right length
    org.faceless.publisher.type.Length
    LengthEvaluationContext.getRootFontSize()
     
    org.faceless.publisher.type.Length
    SimpleLengthEvaluationContext.getRootFontSize()
     
    org.faceless.publisher.type.Length
    LengthEvaluationContext.getRootLineHeight()
     
    org.faceless.publisher.type.Length
    SimpleLengthEvaluationContext.getRootLineHeight()
     
    org.faceless.publisher.type.Length
    CSSStyle.getRowGap()
    Returns the value of the row-gap property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getRowGap()
     
    org.faceless.publisher.type.Length
    CSSStyle.getRX()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getRX()
     
    org.faceless.publisher.type.Length
    CSSStyle.getRY()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getRY()
     
    org.faceless.publisher.type.Length
    CSSStyle.getShapeMargin()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getShapeMargin()
     
    org.faceless.publisher.type.Length
    CSSStyle.getShapePadding()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getShapePadding()
     
    org.faceless.publisher.type.Length
    ReplacedInline.getSpacingEndWidth()
    Return the width of any hanging or collapsing spaces at the end of this object.
    org.faceless.publisher.type.Length
    ReplacedInline.getSpacingStartWidth()
    Return the width of any spaces at the start of this object that would collapse or hang if this object was placed at the end of the line.
    org.faceless.publisher.type.Length
    Shadow.getSpreadDistance()
     
    abstract org.faceless.publisher.type.Length
    LinearGradientResource.getStopPosition(int stop)
     
    abstract org.faceless.publisher.type.Length
    RadialGradientResource.getStopPosition(int stop)
     
    org.faceless.publisher.type.Length
    CSSStyle.getStrokeDashoffset()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getStrokeDashoffset()
     
    org.faceless.publisher.type.Length
    CSSStyle.getStrokeWidth()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getStrokeWidth()
     
    default org.faceless.publisher.type.Length
    AbstractTreeNode.getSVGLengthOrPercentageAttribute(String name, org.faceless.publisher.type.Length fallback)
     
    org.faceless.publisher.type.Length
    CSSStyle.getTabSize()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getTabSize()
     
    org.faceless.publisher.type.Length
    CSSStyle.getTextDecorationThickness()
    Returns the value of the text-decoration-width property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getTextDecorationThickness()
     
    org.faceless.publisher.type.Length
    CSSStyle.getTextUnderlineOffset()
    Returns the value of the text-underline-offset property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getTextUnderlineOffset()
     
    org.faceless.publisher.type.Length
    BorderImageSlice.getTop()
     
    org.faceless.publisher.type.Length
    CSSStyle.getTop()
    Returns the value of the top property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getTop()
     
    org.faceless.publisher.type.Length
    LengthQuad.getTop()
    Returns the top length
    org.faceless.publisher.type.Length
    BarCodeResource.getUnit()
     
    org.faceless.publisher.type.Length
    InitialLetter.getUsedFontSize(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.CSSStyle blockStyle)
    Get the font size that should be used for an element with this initial-letter values.
    org.faceless.publisher.type.Length
    RadialGradientSize.getVerticalRadius()
    Returns the vertical radius if an ellipse, or null if a circle.
    org.faceless.publisher.type.Length
    CSSStyle.getWebkitTextStrokeWidth()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getWebkitTextStrokeWidth()
     
    org.faceless.publisher.type.Length
    BackgroundSize.getWidth()
     
    org.faceless.publisher.type.Length
    CSSStyle.getWidth()
    Returns the value of the width property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getWidth()
     
    org.faceless.publisher.type.Length
    PageSize.getWidth()
     
    org.faceless.publisher.type.Length
    ReportResource.getWidth()
     
    org.faceless.publisher.type.Length
    CSSStyle.getWordSpacing()
    Returns the value of the word-spacing property.
    org.faceless.publisher.type.Length
    FilterCSSStyle.getWordSpacing()
     
    default org.faceless.publisher.type.Length
    CSSStyle.getWordSpacingPercentageBasis()
    Return the length against which word-spacing, letter-spacing resolve against css-text-3 - does not apply officially, but everyone uses 1sp css-text-4 - 1em
    org.faceless.publisher.type.Length
    CSSStyle.getX()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getX()
     
    org.faceless.publisher.type.Length
    LengthPair.getX()
     
    org.faceless.publisher.type.Length
    BackgroundPosition.getXOffset()
    Return the Length or percentage that is the horizontal component of the position
    org.faceless.publisher.type.Length
    Shadow.getXOffset()
     
    org.faceless.publisher.type.Length
    BackgroundPosition.getXOffsetFromLeft()
    Return the Length that the horizontal component of the position, relative to the left.
    org.faceless.publisher.type.Length
    CSSStyle.getY()
     
    org.faceless.publisher.type.Length
    FilterCSSStyle.getY()
     
    org.faceless.publisher.type.Length
    LengthPair.getY()
     
    org.faceless.publisher.type.Length
    BackgroundPosition.getYOffset()
    Return the Length or percentage that is the vertical component of the position
    org.faceless.publisher.type.Length
    Shadow.getYOffset()
     
    org.faceless.publisher.type.Length
    BackgroundPosition.getYOffsetFromTop()
    Return the Length that the vertical component of the position, relative to the top.
    static org.faceless.publisher.type.Length
    Length.max(org.faceless.publisher.type.Length a, org.faceless.publisher.type.Length b)
     
    static org.faceless.publisher.type.Length
    Length.min(org.faceless.publisher.type.Length a, org.faceless.publisher.type.Length b)
     
    static org.faceless.publisher.type.Length
    Length.multiply(org.faceless.publisher.type.Length a, double b)
     
    static org.faceless.publisher.type.Length
    Length.subtract(org.faceless.publisher.type.Length a, org.faceless.publisher.type.Length b)
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.Length in in
    Modifier and Type
    Method
    Description
    List<org.faceless.publisher.type.Length>
    CSSStyle.getStrokeDasharray()
     
    List<org.faceless.publisher.type.Length>
    FilterCSSStyle.getStrokeDasharray()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.Length in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.Length
    Length.add(org.faceless.publisher.type.Length a, org.faceless.publisher.type.Length b)
     
    static org.faceless.publisher.type.BasicShape
    BasicShape.createCircle(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, org.faceless.publisher.type.Length radius, org.faceless.publisher.type.BackgroundPosition position)
    Create a BasicShape from a circle()
    static org.faceless.publisher.type.BasicShape
    BasicShape.createEllipse(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, org.faceless.publisher.type.Length xradius, org.faceless.publisher.type.Length yradius, org.faceless.publisher.type.BackgroundPosition position)
    Create a BasicShape from an ellipse()
    static org.faceless.publisher.type.BasicShape
    BasicShape.createInset(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, org.faceless.publisher.type.Length top, org.faceless.publisher.type.Length right, org.faceless.publisher.type.Length bottom, org.faceless.publisher.type.Length left, org.faceless.publisher.type.LengthPair tlr, org.faceless.publisher.type.LengthPair trr, org.faceless.publisher.type.LengthPair brr, org.faceless.publisher.type.LengthPair blr)
    Create a BasicShape from an inset()
    static org.faceless.publisher.type.BasicShape
    BasicShape.createRect(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.BoxProp box, org.faceless.publisher.type.Length top, org.faceless.publisher.type.Length right, org.faceless.publisher.type.Length bottom, org.faceless.publisher.type.Length left)
    Create a BasicShape from a rect(), which is only valid with the legacy "clip" property
    static org.faceless.publisher.type.Length
    Length.divide(org.faceless.publisher.type.Length a, double b)
     
    default org.faceless.publisher.type.Length
    EnvSource.getEnvironmentAsLength(String name, org.faceless.publisher.type.Length dflt)
     
    static org.faceless.publisher.type.TransformType
    TransformType.getPerspective(org.faceless.publisher.type.Length l)
     
    default org.faceless.publisher.type.Length
    AbstractTreeNode.getSVGLengthOrPercentageAttribute(String name, org.faceless.publisher.type.Length fallback)
     
    static org.faceless.publisher.type.Length
    Length.max(org.faceless.publisher.type.Length a, org.faceless.publisher.type.Length b)
     
    static org.faceless.publisher.type.Length
    Length.min(org.faceless.publisher.type.Length a, org.faceless.publisher.type.Length b)
     
    static org.faceless.publisher.type.Length
    Length.multiply(org.faceless.publisher.type.Length a, double b)
     
    static org.faceless.publisher.type.TrackSize
    TrackSize.newFitContentInstance(org.faceless.publisher.type.Length length)
    Creates a new TrackSize fit-content instance.
    static org.faceless.publisher.type.TrackSize
    TrackSize.newLengthInstance(org.faceless.publisher.type.Length length)
    Creates a new TrackSize instance based on a length.
    static org.faceless.publisher.type.TrackSize
    TrackSize.newMinMaxInstance(org.faceless.publisher.type.Length min, org.faceless.publisher.type.Length max)
    Creates a new TrackSize minmax instance.
    void
    BarCodeResource.setBleedX(org.faceless.publisher.type.Length bleed)
     
    void
    BarCodeResource.setBleedY(org.faceless.publisher.type.Length bleed)
     
    void
    ReportResource.setDimensions(org.faceless.publisher.type.Length width, org.faceless.publisher.type.Length height, float ratio, Rectangle2D viewBox)
    Called from SubDocumentResourceLoader
    void
    BarCodeResource.setUnit(org.faceless.publisher.type.Length unit)
     
    static org.faceless.publisher.type.Length
    Length.subtract(org.faceless.publisher.type.Length a, org.faceless.publisher.type.Length b)
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.Length in in
    Modifier
    Constructor
    Description
     
    BackgroundPosition(org.faceless.publisher.type.BackgroundPosition.Origin hoffset, org.faceless.publisher.type.Length voffset)
     
     
    BackgroundPosition(org.faceless.publisher.type.BackgroundPosition.Origin horigin, org.faceless.publisher.type.Length hoffset, org.faceless.publisher.type.BackgroundPosition.Origin vorigin, org.faceless.publisher.type.Length voffset)
     
     
    BackgroundPosition(org.faceless.publisher.type.Length hoffset, org.faceless.publisher.type.BackgroundPosition.Origin voffset)
     
     
    BackgroundPosition(org.faceless.publisher.type.Length hoffset, org.faceless.publisher.type.Length voffset)
     
     
    BackgroundSize(org.faceless.publisher.type.Length width, org.faceless.publisher.type.Length height)
     
     
    BaselineShift(org.faceless.publisher.type.Length length)
     
     
    BorderImageSlice(org.faceless.publisher.type.Length top, org.faceless.publisher.type.Length right, org.faceless.publisher.type.Length bottom, org.faceless.publisher.type.Length left, boolean fill)
     
     
    ColorStop(org.faceless.publisher.type.CSSColor color, org.faceless.publisher.type.Length position)
     
     
    InitialLetterWrap(org.faceless.publisher.type.Length length)
     
     
    LengthFilter(org.faceless.publisher.type.Length length)
     
     
    LengthPair(org.faceless.publisher.type.Length x, org.faceless.publisher.type.Length y)
     
     
    LengthQuad(org.faceless.publisher.type.Length top, org.faceless.publisher.type.Length right, org.faceless.publisher.type.Length bottom, org.faceless.publisher.type.Length left)
     
     
    LineStyle(String s, org.faceless.publisher.type.Length[] pattern)
    Create a new dashed LineStyle with a custom dash pattern
     
    PageSize(org.faceless.publisher.type.Length width, org.faceless.publisher.type.Length height, org.faceless.publisher.type.PageSize.Orientation orientation)
     
     
    RadialGradientSize(org.faceless.publisher.type.Length radius)
     
     
    RadialGradientSize(org.faceless.publisher.type.Length xr, org.faceless.publisher.type.Length yr)
     
     
    Shadow(boolean inset, org.faceless.publisher.type.Length horizontalOffset, org.faceless.publisher.type.Length verticalOffset, org.faceless.publisher.type.Length blurRadius, org.faceless.publisher.type.Length spreadDistance, org.faceless.publisher.type.CSSColor color)
     
     
    SimpleLength(org.faceless.publisher.type.Length fit)
     
     
    SimpleLengthEvaluationContext(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.Length percentage)
     
     
    SimpleLengthEvaluationContext(org.faceless.publisher.type.CSSStyle style, org.faceless.publisher.type.Length percentage, float vw, float vh)
     
     
    SimpleLengthEvaluationContext(org.faceless.publisher.type.Length percentage, org.faceless.publisher.type.LengthEvaluationContext ctx)
     
     
    TabStop(org.faceless.publisher.type.Length position, org.faceless.publisher.type.TabStop.Alignment alignment, org.faceless.publisher.type.TabStop.Leader leader)
     
     
    TextIndent(org.faceless.publisher.type.Length length, boolean eachLine, boolean hanging)