Uses of Class
org.faceless.publisher.type.Bounds

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

    Methods in org.faceless.publisher.output that return org.faceless.publisher.type.Bounds in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.Bounds
    Box.getBounds()
    Return the position of this Box.
    org.faceless.publisher.type.Bounds
    IsolatedContext.getBounds()
     
    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.Bounds in in
    Modifier and Type
    Method
    Description
    void
    IsolatedContext.initialize(org.faceless.publisher.type.Bounds bounds)
    Initialize the IsolatedContext with the parameters it needs
  • Uses of org.faceless.publisher.type.Bounds in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.Bounds in in
    Modifier and Type
    Field
    Description
    org.faceless.publisher.type.Bounds
    ExpandContext.lineboxBounds
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.Bounds in in
    Modifier and Type
    Method
    Description
    AffineTransform3D
    TransformType.get(org.faceless.publisher.type.CSSStyle s, org.faceless.publisher.type.Bounds bounds, org.faceless.publisher.type.BoxProp transformBox, double vw, double vh)
     
    final Paint
    SVGPaintServer.getPaint(ReportOutput output, org.faceless.publisher.type.Bounds bounds, AffineTransform transform, float opacity, float vw, float vh)
     
    BoxProp.getRectangle(org.faceless.publisher.type.Bounds bounds)
     
    SimplePath
    BasicShape.getShape(org.faceless.publisher.type.Bounds bounds, AffineTransform clipTransform, float vw, float vh)
     
    SimplePath
    BoxProp.getShape(org.faceless.publisher.type.Bounds bounds, org.faceless.publisher.type.CSSStyle style, float spread, boolean outer, boolean borderClipTest, float vw, float vh)
    Return the exact shape for this box based on the specified bounds.
    SimplePath
    ClipPath.getShape(org.faceless.publisher.type.Bounds bounds, AffineTransform clipTransform, float vw, float vh)
    Given the box bounds, returns the clip path shape.
    SimplePath
    ImageThresholdClipPath.getShape(org.faceless.publisher.type.Bounds bounds, AffineTransform clipPath, float vw, float vh)
     
    SimplePath
    URLClipPath.getShape(org.faceless.publisher.type.Bounds bounds, AffineTransform clipTransform, float vw, float vh)
     
    void
    Bounds.setTo(org.faceless.publisher.type.Bounds bounds)
    Set this bounds to the values from the specified bounds