Uses of Enum Class
org.faceless.publisher.type.PreserveAspectRatioProp

Packages that use org.faceless.publisher.type.PreserveAspectRatioProp
Package
Description
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.PreserveAspectRatioProp in org.faceless.publisher.output.svg

    Methods in org.faceless.publisher.output.svg that return org.faceless.publisher.type.PreserveAspectRatioProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.PreserveAspectRatioProp
    SVGImage.getPreserveAspectRatio()
     
    Methods in org.faceless.publisher.output.svg with parameters of type org.faceless.publisher.type.PreserveAspectRatioProp in in
    Modifier and Type
    Method
    Description
    void
    SVGImage.setPreserveAspectRatio(org.faceless.publisher.type.PreserveAspectRatioProp preserveAspectRatio)
     
  • Uses of org.faceless.publisher.type.PreserveAspectRatioProp in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.PreserveAspectRatioProp in in
    Modifier and Type
    Method
    Description
    default org.faceless.publisher.type.PreserveAspectRatioProp
    ReplacedContent.getPreserveAspectRatio()
    If the embedded resource is an SVG, return the "preserveAspectRatio" value from the object (which may be intrinsic if it's SVG, or an overriden value otherwise).
    org.faceless.publisher.type.PreserveAspectRatioProp
    ReportResource.getPreserveAspectRatio()
    IF the URL contains a "preserveAspectRatio", return that value otherwise return null
    static org.faceless.publisher.type.PreserveAspectRatioProp
    PreserveAspectRatioProp.valueOf(String name)
     
    static org.faceless.publisher.type.PreserveAspectRatioProp[]
    PreserveAspectRatioProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.PreserveAspectRatioProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.PreserveAspectRatioProp>
    PreserveAspectRatioProp.getParser()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.PreserveAspectRatioProp in in
    Modifier and Type
    Method
    Description
    void
    ReportResource.putView(String name, Rectangle2D rect, org.faceless.publisher.type.PreserveAspectRatioProp par)
    Called from SubDocumentResourceLoader
    default void
    ReplacedContent.setPreserveAspectRatio(org.faceless.publisher.type.PreserveAspectRatioProp par)
    If the embedded resource is an image that can be embedded in an SVG, set the "preseveAspectRatio" property on it, overriding any default.